#007516
A dark, vivid green closely aligning with Darkgreen.
About #007516
Visually, #007516 is defined as a vivid green. It is closely associated with the named CSS color Darkgreen. This translates to an RGB value of rgb(0, 117, 22).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 100% cyan and 0% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#007516
RGB0, 117, 22
HSL131.3°, 100.0%, 22.9%
CMYK100%, 0%, 81%, 54%
HSV131.3°, 100.0%, 45.9%
LAB42.4, -47.3, 41.1
XYZ6.5, 12.8, 2.9
Decimal29974
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.91:1
Text on #FFFFFF
AA
3.56:1
Text on #000000
AA Large
5.64:1
Text on #F8FAFC
AA
3.02:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #007516;
}
.text-color {
color: #007516;
}
.border-color {
border: 2px solid #007516;
}