#1D2C16
A very dark, moderate green closely aligning with Darkslategray.
About #1D2C16
The hex code #1D2C16 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Darkslategray. In the RGB color space, it consists of 29 red, 44 green, and 22 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 34% C, 0% M, 50% Y, and 83% K. The HSL representation is 100.9° hue, 33.3% saturation, and 12.9% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1D2C16
RGB29, 44, 22
HSL100.9°, 33.3%, 12.9%
CMYK34%, 0%, 50%, 83%
HSV100.9°, 50.0%, 17.3%
LAB16.1, -11.5, 12.3
XYZ1.6, 2.1, 1.1
Decimal1911830
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.75:1
Text on #FFFFFF
AAA
1.42:1
Text on #000000
FAIL
14.09:1
Text on #F8FAFC
AAA
1.21:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D2C16;
}
.text-color {
color: #1D2C16;
}
.border-color {
border: 2px solid #1D2C16;
}