#1D5F16
A dark, moderate green closely aligning with Darkgreen.
About #1D5F16
The precise color #1D5F16 is an excellent choice for modern design projects. It is closely associated with the named CSS color Darkgreen. This translates to an RGB value of rgb(29, 95, 22).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 69% C, 0% M, 77% Y, and 63% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1D5F16
RGB29, 95, 22
HSL114.2°, 62.4%, 22.9%
CMYK69%, 0%, 77%, 63%
HSV114.2°, 76.8%, 37.3%
LAB35.0, -35.8, 33.9
XYZ4.7, 8.5, 2.2
Decimal1924886
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.78:1
Text on #FFFFFF
AAA
2.70:1
Text on #000000
FAIL
7.43:1
Text on #F8FAFC
AAA
2.30:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D5F16;
}
.text-color {
color: #1D5F16;
}
.border-color {
border: 2px solid #1D5F16;
}