Shades of Green #00881E
Tints of Green #00881E
RGB
CMYK
RGB Variations
Color information
#00881E (or 0x00881E) is known color: Green. HEX triplet: 00, 88 and 1E. RGB value is (0,136,30). Sum of RGB (Red+Green+Blue) = 0+136+30=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 136 (53.52% from 255 or 81.93% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 136 - color contains mainly: green. Hex color #00881E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00881E is #FF77E1. Grayscale: #535353. Windows color (decimal): -16742370 or 2000896. OLE color: 2000896.
HSL color Cylindrical-coordinate representation of color #00881E: hue angle of 133.24º 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 #00881E is Cyan = 1, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 136 | 30 | - |
| CMYK | 1 | 0 | 0.78 | 0.47 |
| HSL | 133.24º | 1% | 0.27% | - |
| HSV(B) | 133.24º | 1% | 0.53% | - |
| XYZ | 9.04 | 17.7 | 4.17 | - |
| YUV | 83.25 | 97.94 | 68.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 136 | 30 | 1 | 0 | 0.78 | 0.47 | 133.24 | 1 | 0.27 |
| Hex | 0 | 88 | 1E | 64 | 0 | 4E | 2F | 85 | 64 | 1B |
| Octal | 0 | 210 | 36 | 144 | 0 | 116 | 57 | 205 | 144 | 33 |
| Binary | 0 | 10001000 | 11110 | 1100100 | 0 | 1001110 | 101111 | 10000101 | 1100100 | 11011 |
Color Harmonies of #00881E
Complementary color
Monochromatic Colors of #00881E
Black with #00881E
Text Example
Text Example
White with #00881E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00881E; }
p { color: rgb(0,136,30); }
H1.HeaderClassName
{
color: #00881E;
}
.AnyTagClassName
{
color: #00881E;
}
</style>
background-color css
<style>
a { background-color: #00881E; }
a { background-color: rgb(0,136,30); }
div.DivClassName
{
background-color: #00881E;
}
.BgClassName
{
background-color: #00881E;
}
</style>
border-color css
<style>
span { border-color: #00881E; }
span { border-color: rgb(0,136,30); }
td.TdClassName
{
border-color: #00881E;
}
.TagClassName
{
border-color: #00881E;
}
</style>