Shades of Green #008813
Tints of Green #008813
RGB
CMYK
RGB Variations
Color information
#008813 (or 0x008813) is known color: Green. HEX triplet: 00, 88 and 13. RGB value is (0,136,19). Sum of RGB (Red+Green+Blue) = 0+136+19=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 136 (53.52% from 255 or 87.74% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 136 - color contains mainly: green. Hex color #008813 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008813 is #FF77EC. Grayscale: #525252. Windows color (decimal): -16742381 or 1280000. OLE color: 1280000.
HSL color Cylindrical-coordinate representation of color #008813: hue angle of 128.38º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008813 is Cyan = 1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 136 | 19 | - |
| CMYK | 1 | 0 | 0.86 | 0.47 |
| HSL | 128.38º | 1% | 0.27% | - |
| HSV(B) | 128.38º | 1% | 0.53% | - |
| XYZ | 8.92 | 17.66 | 3.55 | - |
| YUV | 82 | 92.44 | 69.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 136 | 19 | 1 | 0 | 0.86 | 0.47 | 128.38 | 1 | 0.27 |
| Hex | 0 | 88 | 13 | 64 | 0 | 56 | 2F | 80 | 64 | 1B |
| Octal | 0 | 210 | 23 | 144 | 0 | 126 | 57 | 200 | 144 | 33 |
| Binary | 0 | 10001000 | 10011 | 1100100 | 0 | 1010110 | 101111 | 10000000 | 1100100 | 11011 |
Color Harmonies of #008813
Complementary color
Monochromatic Colors of #008813
Black with #008813
Text Example
Text Example
White with #008813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008813; }
p { color: rgb(0,136,19); }
H1.HeaderClassName
{
color: #008813;
}
.AnyTagClassName
{
color: #008813;
}
</style>
background-color css
<style>
a { background-color: #008813; }
a { background-color: rgb(0,136,19); }
div.DivClassName
{
background-color: #008813;
}
.BgClassName
{
background-color: #008813;
}
</style>
border-color css
<style>
span { border-color: #008813; }
span { border-color: rgb(0,136,19); }
td.TdClassName
{
border-color: #008813;
}
.TagClassName
{
border-color: #008813;
}
</style>