Color #008000

#008000rgb(0, 128, 0)

Color Codes

HEX#008000
RGBrgb(0, 128, 0)
HSLhsl(120°, 100%, 25%)
CMYKcmyk(100%, 0%, 100%, 50%)
CIELABLab(46.2, -51.7, 49.9)

Color Schemes

Tints & Shades

CSS Code Snippets

background-color: #008000;
color: #008000;
border: 2px solid #008000;
background: linear-gradient(135deg, #008000, #800080);

Code Export

css
:root {
  --color-primary: #008000;
  --color-primary-rgb: 0, 128, 0;
  --color-primary-hsl: 120, 100%, 25%;
}

Related Tools