#1D5716
A dark, moderate green closely aligning with Darkgreen.
About #1D5716
The precise color #1D5716 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkgreen. In the RGB color space, it consists of 29 red, 87 green, and 22 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 67% cyan and 0% magenta inks. The HSL representation is 113.5° hue, 59.6% saturation, and 21.4% lightness.
Contrast ratios determine whether this color is safe for typography. 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#1D5716
RGB29, 87, 22
HSL113.5°, 59.6%, 21.4%
CMYK67%, 0%, 75%, 66%
HSV113.5°, 74.7%, 34.1%
LAB32.1, -32.6, 30.9
XYZ4.1, 7.1, 1.9
Decimal1922838
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.65:1
Text on #FFFFFF
AAA
2.43:1
Text on #000000
FAIL
8.27:1
Text on #F8FAFC
AAA
2.06:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D5716;
}
.text-color {
color: #1D5716;
}
.border-color {
border: 2px solid #1D5716;
}