#1D5F2C
A dark, moderate green closely aligning with Darkolivegreen.
About #1D5F2C
When working with digital screens, the color #1D5F2C is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkolivegreen. In the RGB color space, it consists of 29 red, 95 green, and 44 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 69% cyan and 0% magenta inks. The HSL representation is 133.6° hue, 53.2% saturation, and 24.3% 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#1D5F2C
RGB29, 95, 44
HSL133.6°, 53.2%, 24.3%
CMYK69%, 0%, 54%, 63%
HSV133.6°, 69.5%, 37.3%
LAB35.3, -32.9, 23.1
XYZ5.1, 8.6, 3.8
Decimal1924908
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.71:1
Text on #FFFFFF
AAA
2.73:1
Text on #000000
FAIL
7.36:1
Text on #F8FAFC
AAA
2.32:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D5F2C;
}
.text-color {
color: #1D5F2C;
}
.border-color {
border: 2px solid #1D5F2C;
}