Shades of Green #008014
Tints of Green #008014
RGB
CMYK
RGB Variations
Color information
#008014 (or 0x008014) is known color: Green. HEX triplet: 00, 80 and 14. RGB value is (0,128,20). Sum of RGB (Red+Green+Blue) = 0+128+20=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 128 (50.39% from 255 or 86.49% from 148); Blue value is 20 (8.20% from 255 or 13.51% from 148); Max value from RGB is 128 - color contains mainly: green. Hex color #008014 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008014 is #FF7FEB. Grayscale: #4D4D4D. Windows color (decimal): -16744428 or 1343488. OLE color: 1343488.
HSL color Cylindrical-coordinate representation of color #008014: hue angle of 129.38º 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 #008014 is Cyan = 1, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 128 | 20 | - |
| CMYK | 1 | 0 | 0.84 | 0.50 |
| HSL | 129.38º | 1% | 0.25% | - |
| HSV(B) | 129.38º | 1% | 0.5% | - |
| XYZ | 7.85 | 15.49 | 3.24 | - |
| YUV | 77.42 | 95.59 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 20 | 1 | 0 | 0.84 | 0.50 | 129.38 | 1 | 0.25 |
| Hex | 0 | 80 | 14 | 64 | 0 | 54 | 32 | 81 | 64 | 19 |
| Octal | 0 | 200 | 24 | 144 | 0 | 124 | 62 | 201 | 144 | 31 |
| Binary | 0 | 10000000 | 10100 | 1100100 | 0 | 1010100 | 110010 | 10000001 | 1100100 | 11001 |
Color Harmonies of #008014
Complementary color
Monochromatic Colors of #008014
Black with #008014
Text Example
Text Example
White with #008014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008014; }
p { color: rgb(0,128,20); }
H1.HeaderClassName
{
color: #008014;
}
.AnyTagClassName
{
color: #008014;
}
</style>
background-color css
<style>
a { background-color: #008014; }
a { background-color: rgb(0,128,20); }
div.DivClassName
{
background-color: #008014;
}
.BgClassName
{
background-color: #008014;
}
</style>
border-color css
<style>
span { border-color: #008014; }
span { border-color: rgb(0,128,20); }
td.TdClassName
{
border-color: #008014;
}
.TagClassName
{
border-color: #008014;
}
</style>