#1D7C07
A dark, vivid green closely aligning with Green.
About #1D7C07
At its core, #1D7C07 is a dark and vivid hue. Designers often compare it to the standard color Green. In the RGB color space, it consists of 29 red, 124 green, and 7 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 77% cyan, 0% magenta, 94% yellow, and 51% black. With a hue angle of 108.7 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1D7C07
RGB29, 124, 7
HSL108.7°, 89.3%, 25.7%
CMYK77%, 0%, 94%, 51%
HSV108.7°, 94.4%, 48.6%
LAB45.2, -47.0, 47.7
XYZ7.8, 14.7, 2.6
Decimal1932295
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.33:1
Text on #FFFFFF
AA
3.94:1
Text on #000000
AA Large
5.10:1
Text on #F8FAFC
AA
3.35:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #1D7C07;
}
.text-color {
color: #1D7C07;
}
.border-color {
border: 2px solid #1D7C07;
}