#1D6600
A dark, vivid green closely aligning with Darkgreen.
About #1D6600
At its core, #1D6600 is a dark and vivid hue. It is closely associated with the named CSS color Darkgreen. This translates to an RGB value of rgb(29, 102, 0).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 72% C, 0% M, 100% Y, and 60% K. With a hue angle of 102.9 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1D6600
RGB29, 102, 0
HSL102.9°, 100.0%, 20.0%
CMYK72%, 0%, 100%, 60%
HSV102.9°, 100.0%, 40.0%
LAB37.4, -39.7, 43.0
XYZ5.3, 9.8, 1.6
Decimal1926656
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.11:1
Text on #FFFFFF
AAA
2.95:1
Text on #000000
FAIL
6.80:1
Text on #F8FAFC
AA
2.51:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D6600;
}
.text-color {
color: #1D6600;
}
.border-color {
border: 2px solid #1D6600;
}