Shades of Green #00801B
Tints of Green #00801B
RGB
CMYK
RGB Variations
Color information
#00801B (or 0x00801B) is known color: Green. HEX triplet: 00, 80 and 1B. RGB value is (0,128,27). Sum of RGB (Red+Green+Blue) = 0+128+27=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 128 (50.39% from 255 or 82.58% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 128 - color contains mainly: green. Hex color #00801B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00801B is #FF7FE4. Grayscale: #4E4E4E. Windows color (decimal): -16744421 or 1802240. OLE color: 1802240.
HSL color Cylindrical-coordinate representation of color #00801B: hue angle of 132.66º 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 #00801B is Cyan = 1, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 128 | 27 | - |
| CMYK | 1 | 0 | 0.79 | 0.50 |
| HSL | 132.66º | 1% | 0.25% | - |
| HSV(B) | 132.66º | 1% | 0.5% | - |
| XYZ | 7.92 | 15.52 | 3.61 | - |
| YUV | 78.21 | 99.09 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 27 | 1 | 0 | 0.79 | 0.50 | 132.66 | 1 | 0.25 |
| Hex | 0 | 80 | 1B | 64 | 0 | 4F | 32 | 85 | 64 | 19 |
| Octal | 0 | 200 | 33 | 144 | 0 | 117 | 62 | 205 | 144 | 31 |
| Binary | 0 | 10000000 | 11011 | 1100100 | 0 | 1001111 | 110010 | 10000101 | 1100100 | 11001 |
Color Harmonies of #00801B
Complementary color
Monochromatic Colors of #00801B
Black with #00801B
Text Example
Text Example
White with #00801B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00801B; }
p { color: rgb(0,128,27); }
H1.HeaderClassName
{
color: #00801B;
}
.AnyTagClassName
{
color: #00801B;
}
</style>
background-color css
<style>
a { background-color: #00801B; }
a { background-color: rgb(0,128,27); }
div.DivClassName
{
background-color: #00801B;
}
.BgClassName
{
background-color: #00801B;
}
</style>
border-color css
<style>
span { border-color: #00801B; }
span { border-color: rgb(0,128,27); }
td.TdClassName
{
border-color: #00801B;
}
.TagClassName
{
border-color: #00801B;
}
</style>