#1D751D
A dark, moderate green closely aligning with Darkgreen.
About #1D751D
The precise color #1D751D is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkgreen. Its digital footprint relies on 29 parts red, 117 parts green, and 29 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 75% C, 0% M, 75% Y, and 54% K. With a hue angle of 120.0 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1D751D
RGB29, 117, 29
HSL120.0°, 60.3%, 28.6%
CMYK75%, 0%, 75%, 54%
HSV120.0°, 75.2%, 45.9%
LAB42.9, -43.3, 39.1
XYZ7.1, 13.1, 3.3
Decimal1930525
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.81:1
Text on #FFFFFF
AA
3.61:1
Text on #000000
AA Large
5.55:1
Text on #F8FAFC
AA
3.07:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #1D751D;
}
.text-color {
color: #1D751D;
}
.border-color {
border: 2px solid #1D751D;
}