#1D5724
A dark, moderate green closely aligning with Darkolivegreen.
About #1D5724
When working with digital screens, the color #1D5724 is rendered by mixing light. Its closest recognized web color is Darkolivegreen. This translates to an RGB value of rgb(29, 87, 36).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 67% cyan, 0% magenta, 59% yellow, and 66% black. The HSL representation is 127.2° hue, 50.0% saturation, and 22.7% lightness.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1D5724
RGB29, 87, 36
HSL127.2°, 50.0%, 22.7%
CMYK67%, 0%, 59%, 66%
HSV127.2°, 66.7%, 34.1%
LAB32.3, -30.8, 23.9
XYZ4.2, 7.2, 2.8
Decimal1922852
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.60:1
Text on #FFFFFF
AAA
2.44:1
Text on #000000
FAIL
8.22:1
Text on #F8FAFC
AAA
2.08:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D5724;
}
.text-color {
color: #1D5724;
}
.border-color {
border: 2px solid #1D5724;
}