#008000 — Green

#008000 is Green. RGB, HSL, CMYK values, a shade/tint palette, and CSS snippets.

HEX
#008000
RGB
rgb(0, 128, 0)
HSL
hsl(120, 100%, 25%)
HSV
hsv(120, 100%, 50%)
CMYK
cmyk(100%, 0%, 100%, 50%)
20%
40%
60%
80%
100%

Shades and tints of Green

CSS snippets

Hexcolor: #008000;
Keywordcolor: green;
RGBcolor: rgb(0, 128, 0);
HSLcolor: hsl(120, 100%, 25%);

Frequently asked questions

What color is #008000?

#008000 is Green, a standard CSS named color. In RGB it's rgb(0, 128, 0); in HSL it's hsl(120, 100%, 25%).

How do I use #008000 in CSS?

Use it directly as a hex value (color: #008000;), or by its CSS keyword name (color: green;) — both are recognized by every modern browser and produce the identical color.

What's the CMYK value for print?

Green converts to approximately C100 M0 Y100 K50 in CMYK — useful as a starting point for print work, though always verify against your printer's actual color profile since RGB-to-CMYK conversion is inherently approximate.

Other colors