Shades of Green #00881B
Tints of Green #00881B
RGB
CMYK
RGB Variations
Color information
#00881B (or 0x00881B) is known color: Green. HEX triplet: 00, 88 and 1B. RGB value is (0,136,27). Sum of RGB (Red+Green+Blue) = 0+136+27=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 136 (53.52% from 255 or 83.44% from 163); Blue value is 27 (10.94% from 255 or 16.56% from 163); Max value from RGB is 136 - color contains mainly: green. Hex color #00881B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00881B is #FF77E4. Grayscale: #535353. Windows color (decimal): -16742373 or 1804288. OLE color: 1804288.
HSL color Cylindrical-coordinate representation of color #00881B: hue angle of 131.91º 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 #00881B is Cyan = 1, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 136 | 27 | - |
| CMYK | 1 | 0 | 0.80 | 0.47 |
| HSL | 131.91º | 1% | 0.27% | - |
| HSV(B) | 131.91º | 1% | 0.53% | - |
| XYZ | 9 | 17.69 | 3.98 | - |
| YUV | 82.91 | 96.44 | 68.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 136 | 27 | 1 | 0 | 0.80 | 0.47 | 131.91 | 1 | 0.27 |
| Hex | 0 | 88 | 1B | 64 | 0 | 50 | 2F | 84 | 64 | 1B |
| Octal | 0 | 210 | 33 | 144 | 0 | 120 | 57 | 204 | 144 | 33 |
| Binary | 0 | 10001000 | 11011 | 1100100 | 0 | 1010000 | 101111 | 10000100 | 1100100 | 11011 |
Color Harmonies of #00881B
Complementary color
Monochromatic Colors of #00881B
Black with #00881B
Text Example
Text Example
White with #00881B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00881B; }
p { color: rgb(0,136,27); }
H1.HeaderClassName
{
color: #00881B;
}
.AnyTagClassName
{
color: #00881B;
}
</style>
background-color css
<style>
a { background-color: #00881B; }
a { background-color: rgb(0,136,27); }
div.DivClassName
{
background-color: #00881B;
}
.BgClassName
{
background-color: #00881B;
}
</style>
border-color css
<style>
span { border-color: #00881B; }
span { border-color: rgb(0,136,27); }
td.TdClassName
{
border-color: #00881B;
}
.TagClassName
{
border-color: #00881B;
}
</style>