#1D7507
A dark, vivid green closely aligning with Darkgreen.
About #1D7507
Visually, #1D7507 is defined as a vivid green. 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 7 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 75% cyan and 0% magenta inks. 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. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1D7507
RGB29, 117, 7
HSL108.0°, 88.7%, 24.3%
CMYK75%, 0%, 94%, 54%
HSV108.0°, 94.0%, 45.9%
LAB42.8, -44.6, 45.7
XYZ6.9, 13.0, 2.3
Decimal1930503
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.83: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: #1D7507;
}
.text-color {
color: #1D7507;
}
.border-color {
border: 2px solid #1D7507;
}