Shades of Green #008016
Tints of Green #008016
RGB
CMYK
RGB Variations
Color information
#008016 (or 0x008016) is known color: Green. HEX triplet: 00, 80 and 16. RGB value is (0,128,22). Sum of RGB (Red+Green+Blue) = 0+128+22=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 128 (50.39% from 255 or 85.33% from 150); Blue value is 22 (8.98% from 255 or 14.67% from 150); Max value from RGB is 128 - color contains mainly: green. Hex color #008016 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008016 is #FF7FE9. Grayscale: #4D4D4D. Windows color (decimal): -16744426 or 1474560. OLE color: 1474560.
HSL color Cylindrical-coordinate representation of color #008016: hue angle of 130.31º 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 #008016 is Cyan = 1, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 128 | 22 | - |
| CMYK | 1 | 0 | 0.83 | 0.50 |
| HSL | 130.31º | 1% | 0.25% | - |
| HSV(B) | 130.31º | 1% | 0.5% | - |
| XYZ | 7.86 | 15.5 | 3.34 | - |
| YUV | 77.64 | 96.59 | 72.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 22 | 1 | 0 | 0.83 | 0.50 | 130.31 | 1 | 0.25 |
| Hex | 0 | 80 | 16 | 64 | 0 | 53 | 32 | 82 | 64 | 19 |
| Octal | 0 | 200 | 26 | 144 | 0 | 123 | 62 | 202 | 144 | 31 |
| Binary | 0 | 10000000 | 10110 | 1100100 | 0 | 1010011 | 110010 | 10000010 | 1100100 | 11001 |
Color Harmonies of #008016
Complementary color
Monochromatic Colors of #008016
Black with #008016
Text Example
Text Example
White with #008016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008016; }
p { color: rgb(0,128,22); }
H1.HeaderClassName
{
color: #008016;
}
.AnyTagClassName
{
color: #008016;
}
</style>
background-color css
<style>
a { background-color: #008016; }
a { background-color: rgb(0,128,22); }
div.DivClassName
{
background-color: #008016;
}
.BgClassName
{
background-color: #008016;
}
</style>
border-color css
<style>
span { border-color: #008016; }
span { border-color: rgb(0,128,22); }
td.TdClassName
{
border-color: #008016;
}
.TagClassName
{
border-color: #008016;
}
</style>