Shades of Green #008811
Tints of Green #008811
RGB
CMYK
RGB Variations
Color information
#008811 (or 0x008811) is known color: Green. HEX triplet: 00, 88 and 11. RGB value is (0,136,17). Sum of RGB (Red+Green+Blue) = 0+136+17=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 136 (53.52% from 255 or 88.89% from 153); Blue value is 17 (7.03% from 255 or 11.11% from 153); Max value from RGB is 136 - color contains mainly: green. Hex color #008811 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008811 is #FF77EE. Grayscale: #525252. Windows color (decimal): -16742383 or 1148928. OLE color: 1148928.
HSL color Cylindrical-coordinate representation of color #008811: hue angle of 127.5º 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 #008811 is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 136 | 17 | - |
| CMYK | 1 | 0 | 0.87 | 0.47 |
| HSL | 127.5º | 1% | 0.27% | - |
| HSV(B) | 127.5º | 1% | 0.53% | - |
| XYZ | 8.91 | 17.65 | 3.47 | - |
| YUV | 81.77 | 91.44 | 69.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 136 | 17 | 1 | 0 | 0.87 | 0.47 | 127.5 | 1 | 0.27 |
| Hex | 0 | 88 | 11 | 64 | 0 | 57 | 2F | 80 | 64 | 1B |
| Octal | 0 | 210 | 21 | 144 | 0 | 127 | 57 | 200 | 144 | 33 |
| Binary | 0 | 10001000 | 10001 | 1100100 | 0 | 1010111 | 101111 | 10000000 | 1100100 | 11011 |
Color Harmonies of #008811
Complementary color
Monochromatic Colors of #008811
Black with #008811
Text Example
Text Example
White with #008811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008811; }
p { color: rgb(0,136,17); }
H1.HeaderClassName
{
color: #008811;
}
.AnyTagClassName
{
color: #008811;
}
</style>
background-color css
<style>
a { background-color: #008811; }
a { background-color: rgb(0,136,17); }
div.DivClassName
{
background-color: #008811;
}
.BgClassName
{
background-color: #008811;
}
</style>
border-color css
<style>
span { border-color: #008811; }
span { border-color: rgb(0,136,17); }
td.TdClassName
{
border-color: #008811;
}
.TagClassName
{
border-color: #008811;
}
</style>