#1D5F1D
A dark, moderate green closely aligning with Darkgreen.
About #1D5F1D
The precise color #1D5F1D is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 95, and 29.
Translating this color to physical media requires the CMYK color model. The color uses 69% Cyan, 0% Magenta, 69% Yellow, and 63% Black. The HSL representation is 120.0° hue, 53.2% saturation, and 24.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1D5F1D
RGB29, 95, 29
HSL120.0°, 53.2%, 24.3%
CMYK69%, 0%, 69%, 63%
HSV120.0°, 69.5%, 37.3%
LAB35.1, -35.1, 30.8
XYZ4.8, 8.5, 2.6
Decimal1924893
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.76:1
Text on #FFFFFF
AAA
2.71:1
Text on #000000
FAIL
7.41:1
Text on #F8FAFC
AAA
2.30:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D5F1D;
}
.text-color {
color: #1D5F1D;
}
.border-color {
border: 2px solid #1D5F1D;
}