Shades of Green #00811B
Tints of Green #00811B
RGB
CMYK
RGB Variations
Color information
#00811B (or 0x00811B) is known color: Green. HEX triplet: 00, 81 and 1B. RGB value is (0,129,27). Sum of RGB (Red+Green+Blue) = 0+129+27=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 129 (50.78% from 255 or 82.69% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 129 - color contains mainly: green. Hex color #00811B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00811B is #FF7EE4. Grayscale: #4F4F4F. Windows color (decimal): -16744165 or 1802496. OLE color: 1802496.
HSL color Cylindrical-coordinate representation of color #00811B: hue angle of 132.56º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00811B is Cyan = 1, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 129 | 27 | - |
| CMYK | 1 | 0 | 0.79 | 0.49 |
| HSL | 132.56º | 1% | 0.25% | - |
| HSV(B) | 132.56º | 1% | 0.51% | - |
| XYZ | 8.05 | 15.78 | 3.66 | - |
| YUV | 78.8 | 98.76 | 71.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 129 | 27 | 1 | 0 | 0.79 | 0.49 | 132.56 | 1 | 0.25 |
| Hex | 0 | 81 | 1B | 64 | 0 | 4F | 31 | 85 | 64 | 19 |
| Octal | 0 | 201 | 33 | 144 | 0 | 117 | 61 | 205 | 144 | 31 |
| Binary | 0 | 10000001 | 11011 | 1100100 | 0 | 1001111 | 110001 | 10000101 | 1100100 | 11001 |
Color Harmonies of #00811B
Complementary color
Monochromatic Colors of #00811B
Black with #00811B
Text Example
Text Example
White with #00811B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00811B; }
p { color: rgb(0,129,27); }
H1.HeaderClassName
{
color: #00811B;
}
.AnyTagClassName
{
color: #00811B;
}
</style>
background-color css
<style>
a { background-color: #00811B; }
a { background-color: rgb(0,129,27); }
div.DivClassName
{
background-color: #00811B;
}
.BgClassName
{
background-color: #00811B;
}
</style>
border-color css
<style>
span { border-color: #00811B; }
span { border-color: rgb(0,129,27); }
td.TdClassName
{
border-color: #00811B;
}
.TagClassName
{
border-color: #00811B;
}
</style>