#1D7500
A dark, vivid green closely aligning with Green.
About #1D7500
When working with digital screens, the color #1D7500 is rendered by mixing light. Designers often compare it to the standard color Green. This translates to an RGB value of rgb(29, 117, 0).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 75% C, 0% M, 100% Y, and 54% K. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1D7500
RGB29, 117, 0
HSL105.1°, 100.0%, 22.9%
CMYK75%, 0%, 100%, 54%
HSV105.1°, 100.0%, 45.9%
LAB42.7, -44.9, 47.3
XYZ6.9, 13.0, 2.1
Decimal1930496
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.84:1
Text on #FFFFFF
AA
3.60:1
Text on #000000
AA Large
5.58:1
Text on #F8FAFC
AA
3.06:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #1D7500;
}
.text-color {
color: #1D7500;
}
.border-color {
border: 2px solid #1D7500;
}