#1D5F07
A dark, vivid green closely aligning with Darkgreen.
About #1D5F07
When working with digital screens, the color #1D5F07 is rendered by mixing light. It is closely associated with the named CSS color Darkgreen. Its digital footprint relies on 29 parts red, 95 parts green, and 7 parts blue light.
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 105.0° hue, 86.3% saturation, and 20.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#1D5F07
RGB29, 95, 7
HSL105.0°, 86.3%, 20.0%
CMYK69%, 0%, 93%, 63%
HSV105.0°, 92.6%, 37.3%
LAB34.9, -36.8, 38.9
XYZ4.6, 8.5, 1.6
Decimal1924871
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.80:1
Text on #FFFFFF
AAA
2.69:1
Text on #000000
FAIL
7.46:1
Text on #F8FAFC
AAA
2.29:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D5F07;
}
.text-color {
color: #1D5F07;
}
.border-color {
border: 2px solid #1D5F07;
}