008000 Color Hex

#008000 Color Hex

#008000 Color Information

  • In the RGB color space, the color value #008000 is composed of 0% red, 50.2% green, and 0% blue.
  • In the CMYK color space, it consists of 1 cyan, 0 magenta, 1 yellow, and 0 black.
  • It has a color angle of 120 degrees, a saturation of 100%, and a luminance of 25%.
  • Contrast color of #008000 is #FFFFFF

#008000 Color Conversion

Hex 008000 #008000
RGB Decimal 0, 128, 0 rgb(0, 128, 0)
RGB Percent 0, 50.2, 0 rgb(0%, 50.2%, 0%)
HSL 120°,100%,25% hsl(120°,100%,25%)
CMYK 1, 0, 1, 127
HSV (or HSB) 120°, 33%, 33%,
YUV 75, 85, 73
XYZ 7.719, 15.438, 2.573
CIE-LAB 46.229, -51.7, 49.898

#008000 border color

.css_border_solid{ border: 3px solid #008000 }
.css_border_dotted{ border: 3px dotted #008000 }
.css_border_dashed{ border: 3px dashed #008000 }
.css_border_double{ border: 3px double #008000 }

Css background gradient color with #008000

.box_css_gradient_with_008000{ 
	background-color: #008000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#39ff39', endColorstr='#008000');
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#39ff39), to(#008000));
	background-image: -webkit-linear-gradient(top, #39ff39, #008000);
	background-image: -moz-linear-gradient(top, #39ff39, #008000);
	background-image: -o-linear-gradient(top, #39ff39, #008000);
	background-image: linear-gradient(to bottom, #39ff39, #008000);}

#008000 Color Preview on Black Background

Sample font with color #008000 on background of color black

#008000 Color Preview on White Background

Sample font with color #008000 on background of color white

#008000 background color

The sample font has a contrasting color to the color #008000

Contrast color with #008000 color is #FFFFFF