Color: #03512C

#03512C Color Information

#03512C is a dark color. The closest websafe version is #03512C. A complement of this color would be #4F0326, perceived brightness is 0.21, and the grayscale version is #2A2A2A.

In the HSL color space, this color has a hue angle of 152°,a saturation of 93%, and a lightness of 16%.The HSV representation shows a hue of 152°, a saturation of 96%, and a value of 32%.

In a RGB color space, #03512C is composed of 1% red, 32% green and 17% blue. Whereas in a CMYK color space, it is composed of 96% cyan, 0% magenta, 46% yellow and 68% black.

In the Yxy color space, this color is represented as Y: 6.07, x: 0.2917, and y: 0.4959.

Color Code #03512C

#03512Crgb(3, 81, 44)
HEX
#03512C
RGB
rgb(3, 81, 44)
HSL
hsl(152, 93%, 16%)
HSV
hsv(152, 96%, 32%)
CMYK
96%, 0%, 46%, 68%
XYZ
X: 3.57, Y: 6.07, Z: 2.60
Lab
L: 29.59, a: -29.89, b: 15.45
Name

Shades of Color #03512C

Shades are created by darkening the original color #03512C in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #03512C

Tints are created by lightening the original color #03512C in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#03512Crgb(3, 81, 44)

About #03512C Color Code

In the HSL color space, this color has a hue angle of 152°, a saturation of 93%, and a lightness of 16%. The HSV representation shows a hue of 152°, a saturation of 96%, and a value of 32%.

  • HEX: #03512C
  • RGB: rgb(3, 81, 44)
  • HSL: hsl(152, 93%, 16%)
  • HSV: hsv(152, 96%, 32%)
  • CMYK: 96.00% cyan, 0.00% magenta, 46.00% yellow, 68.00% black
  • XYZ: 3.57, 6.07, 2.60
  • Yxy: 6.07, 0.2917, 0.4959
  • Hunter Lab: 29.59, -29.89, 15.45
  • CIE-Lab: 29.59, -29.89, 15.45

In the XYZ color space, this color is represented as X: 3.57, Y: 6.07, Z: 2.60. The Yxy representation further refines this as Y: 6.07, x: 0.2917, and y: 0.4959.

In the Hunter Lab color space, this color is represented as L: 29.59, a: -29.89, and b: 15.45. Similarly, in the CIE-Lab color space, it is represented as L: 29.59, a: -29.89, and b: 15.45.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #03512C

Triadic colors are three colors evenly spaced around the color wheel, including #03512C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #03512C

Analogous colors are adjacent to #03512C on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #03512C

Split complementary colors are two colors adjacent to the complementary color of #03512C. They create a balanced and visually appealing color scheme.

Tetradic Colors of #03512C

Tetradic colors form a rectangle on the color wheel, including #03512C. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #03512C

Monochromatic colors are variations of #03512C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #03512C

The complementary color of #03512C is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #03512C

/* Using HEX */
body {
  background-color: #03512c;
}
/* Using RGB */
body {
  background-color: rgb(3, 81, 44);
}
/* Using RGB with opacity */
body {
  background-color: rgba(3, 81, 44, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(152, 93%, 16%);
}
/* Text color */
p {
  color: #03512c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #03512c;
}
/* Border color */
.box {
  border: 4px solid #03512c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #03512c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #03512c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#03512C
On Black Background
#03512C
On White Background
#03512C

HTML Examples of #03512C

<!-- Using HEX -->
<div style="background-color: #03512c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(3, 81, 44); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(3, 81, 44, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(152, 93%, 16%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #03512c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #03512c; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #03512c; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #03512c;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #03512c; color: #fff; padding: 16px; border-radius: 8px;">
  #03512C
</div>
#03512C
On Black Background
#03512C
On White Background
#03512C

Related Colors of #03512C

These colors are similar to #03512C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.