What is color #008000?
#008000, known as Green, is a balanced green with HSL 120°, 100%, 25%. Its balanced saturation and dark lightness place it in a neutral part of the spectrum.
This color evokes stability and nature, which explains why it works well in garden products, organic food packaging, and outdoor gear.
Paired with its complement #800080, #008000 produces dynamic contrast. For softer compositions, contrast it with its complement for a striking focal point.
Conversions for #008000
HEX
#008000
RGB
0, 128, 0
HSL
120°, 100%, 25%
HSV
120°, 100%, 50%
CMYK
100%, 0%, 100%, 50%
XYZ
7.72, 15.44, 2.57
CIE-Lab
46.23, -51.70, 49.90
Web safe
#009900
WCAG accessibility of #008000 (Green)
On white
5.14 : 1
Sample #008000
Rating: AA
On black
4.09 : 1
Sample #008000
Rating: AA Large
Tones of Green (desaturated variations of #008000)
Color harmonies for #008000
Colors similar to #008000
Gradients featuring #008000
Linear to white
Linear to black
To complement
Radial
Tri-stop
Analogous
UI elements in #008000
Buttons
NewFeaturedBeta
Notification
Short description with accent.
"Color awakens a specific emotional response."
Typography in #008000
The quick brown fox
jumps over the lazy dog
1234567890 — & @ # ! ?
Body text rendered in #008000.
const color = "#008000";
CSS & Tailwind snippets for #008000
Background
.bg-008000 { background-color: #008000; }Text color
.text-008000 { color: #008000; }Border
.border-008000 { border: 1px solid #008000; }Box shadow
.shadow-008000 { box-shadow: 0 4px 14px #00800040; }CSS variable
:root { --color-008000: #008000; }Tailwind config
colors: {
'green': '#008000',
}