#1D5707
A very dark, vivid green closely aligning with Darkgreen.
About #1D5707
At its core, #1D5707 is a very dark and vivid hue. It is closely associated with the named CSS color Darkgreen. Its digital footprint relies on 29 parts red, 87 parts green, and 7 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 67% Cyan, 0% Magenta, 92% Yellow, and 66% Black. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1D5707
RGB29, 87, 7
HSL103.5°, 85.1%, 18.4%
CMYK67%, 0%, 92%, 66%
HSV103.5°, 92.0%, 34.1%
LAB32.0, -33.7, 36.4
XYZ4.0, 7.1, 1.4
Decimal1922823
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.68:1
Text on #FFFFFF
AAA
2.42:1
Text on #000000
FAIL
8.30:1
Text on #F8FAFC
AAA
2.06:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D5707;
}
.text-color {
color: #1D5707;
}
.border-color {
border: 2px solid #1D5707;
}