Shades of Green #008011
Tints of Green #008011
RGB
CMYK
RGB Variations
Color information
#008011 (or 0x008011) is known color: Green. HEX triplet: 00, 80 and 11. RGB value is (0,128,17). Sum of RGB (Red+Green+Blue) = 0+128+17=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 128 (50.39% from 255 or 88.28% from 145); Blue value is 17 (7.03% from 255 or 11.72% from 145); Max value from RGB is 128 - color contains mainly: green. Hex color #008011 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008011 is #FF7FEE. Grayscale: #4D4D4D. Windows color (decimal): -16744431 or 1146880. OLE color: 1146880.
HSL color Cylindrical-coordinate representation of color #008011: hue angle of 127.97º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008011 is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 128 | 17 | - |
| CMYK | 1 | 0 | 0.87 | 0.50 |
| HSL | 127.97º | 1% | 0.25% | - |
| HSV(B) | 127.97º | 1% | 0.5% | - |
| XYZ | 7.82 | 15.48 | 3.11 | - |
| YUV | 77.07 | 94.09 | 73.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 17 | 1 | 0 | 0.87 | 0.50 | 127.97 | 1 | 0.25 |
| Hex | 0 | 80 | 11 | 64 | 0 | 57 | 32 | 80 | 64 | 19 |
| Octal | 0 | 200 | 21 | 144 | 0 | 127 | 62 | 200 | 144 | 31 |
| Binary | 0 | 10000000 | 10001 | 1100100 | 0 | 1010111 | 110010 | 10000000 | 1100100 | 11001 |
Color Harmonies of #008011
Complementary color
Monochromatic Colors of #008011
Black with #008011
Text Example
Text Example
White with #008011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008011; }
p { color: rgb(0,128,17); }
H1.HeaderClassName
{
color: #008011;
}
.AnyTagClassName
{
color: #008011;
}
</style>
background-color css
<style>
a { background-color: #008011; }
a { background-color: rgb(0,128,17); }
div.DivClassName
{
background-color: #008011;
}
.BgClassName
{
background-color: #008011;
}
</style>
border-color css
<style>
span { border-color: #008011; }
span { border-color: rgb(0,128,17); }
td.TdClassName
{
border-color: #008011;
}
.TagClassName
{
border-color: #008011;
}
</style>