Shades of Green #00800B
Tints of Green #00800B
RGB
CMYK
RGB Variations
Color information
#00800B (or 0x00800B) is known color: Green. HEX triplet: 00, 80 and 0B. RGB value is (0,128,11). Sum of RGB (Red+Green+Blue) = 0+128+11=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 128 (50.39% from 255 or 92.09% from 139); Blue value is 11 (4.69% from 255 or 7.91% from 139); Max value from RGB is 128 - color contains mainly: green. Hex color #00800B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #00800B is #FF7FF4. Grayscale: #4C4C4C. Windows color (decimal): -16744437 or 753664. OLE color: 753664.
HSL color Cylindrical-coordinate representation of color #00800B: hue angle of 125.16º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00800B is Cyan = 1, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 128 | 11 | - |
| CMYK | 1 | 0 | 0.91 | 0.50 |
| HSL | 125.16º | 1% | 0.25% | - |
| HSV(B) | 125.16º | 1% | 0.5% | - |
| XYZ | 7.78 | 15.46 | 2.89 | - |
| YUV | 76.39 | 91.09 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 11 | 1 | 0 | 0.91 | 0.50 | 125.16 | 1 | 0.25 |
| Hex | 0 | 80 | B | 64 | 0 | 5B | 32 | 7D | 64 | 19 |
| Octal | 0 | 200 | 13 | 144 | 0 | 133 | 62 | 175 | 144 | 31 |
| Binary | 0 | 10000000 | 1011 | 1100100 | 0 | 1011011 | 110010 | 1111101 | 1100100 | 11001 |
Color Harmonies of #00800B
Complementary color
Monochromatic Colors of #00800B
Black with #00800B
Text Example
Text Example
White with #00800B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00800B; }
p { color: rgb(0,128,11); }
H1.HeaderClassName
{
color: #00800B;
}
.AnyTagClassName
{
color: #00800B;
}
</style>
background-color css
<style>
a { background-color: #00800B; }
a { background-color: rgb(0,128,11); }
div.DivClassName
{
background-color: #00800B;
}
.BgClassName
{
background-color: #00800B;
}
</style>
border-color css
<style>
span { border-color: #00800B; }
span { border-color: rgb(0,128,11); }
td.TdClassName
{
border-color: #00800B;
}
.TagClassName
{
border-color: #00800B;
}
</style>