#008307
A dark, vivid green closely aligning with Green.
About #008307
The hex code #008307 represents a beautifully specific shade of green. Its closest recognized web color is Green. Its digital footprint relies on 0 parts red, 131 parts green, and 7 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 100% cyan and 0% magenta inks. The HSL representation is 123.2° hue, 100.0% saturation, and 25.7% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#008307
RGB0, 131, 7
HSL123.2°, 100.0%, 25.7%
CMYK100%, 0%, 95%, 49%
HSV123.2°, 100.0%, 51.4%
LAB47.3, -52.3, 49.4
XYZ8.2, 16.2, 2.9
Decimal33543
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.94:1
Text on #FFFFFF
AA
4.25:1
Text on #000000
AA Large
4.72:1
Text on #F8FAFC
AA
3.61:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #008307;
}
.text-color {
color: #008307;
}
.border-color {
border: 2px solid #008307;
}