#1D6D00
A dark, vivid green closely aligning with Darkgreen.
About #1D6D00
The hex code #1D6D00 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Darkgreen. In the RGB color space, it consists of 29 red, 109 green, and 0 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 73% C, 0% M, 100% Y, and 57% K. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1D6D00
RGB29, 109, 0
HSL104.0°, 100.0%, 21.4%
CMYK73%, 0%, 100%, 57%
HSV104.0°, 100.0%, 42.7%
LAB39.9, -42.2, 45.0
XYZ6.0, 11.2, 1.8
Decimal1928448
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.48:1
Text on #FFFFFF
AA
3.24:1
Text on #000000
AA Large
6.20:1
Text on #F8FAFC
AA
2.75:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D6D00;
}
.text-color {
color: #1D6D00;
}
.border-color {
border: 2px solid #1D6D00;
}