Shades of Green #008211
Tints of Green #008211
RGB
CMYK
RGB Variations
Color information
#008211 (or 0x008211) is known color: Green. HEX triplet: 00, 82 and 11. RGB value is (0,130,17). Sum of RGB (Red+Green+Blue) = 0+130+17=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 130 (51.17% from 255 or 88.44% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 130 - color contains mainly: green. Hex color #008211 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008211 is #FF7DEE. Grayscale: #4E4E4E. Windows color (decimal): -16743919 or 1147392. OLE color: 1147392.
HSL color Cylindrical-coordinate representation of color #008211: hue angle of 127.85º 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 #008211 is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 130 | 17 | - |
| CMYK | 1 | 0 | 0.87 | 0.49 |
| HSL | 127.85º | 1% | 0.25% | - |
| HSV(B) | 127.85º | 1% | 0.51% | - |
| XYZ | 8.08 | 16.01 | 3.19 | - |
| YUV | 78.25 | 93.43 | 72.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 17 | 1 | 0 | 0.87 | 0.49 | 127.85 | 1 | 0.25 |
| Hex | 0 | 82 | 11 | 64 | 0 | 57 | 31 | 80 | 64 | 19 |
| Octal | 0 | 202 | 21 | 144 | 0 | 127 | 61 | 200 | 144 | 31 |
| Binary | 0 | 10000010 | 10001 | 1100100 | 0 | 1010111 | 110001 | 10000000 | 1100100 | 11001 |
Color Harmonies of #008211
Complementary color
Monochromatic Colors of #008211
Black with #008211
Text Example
Text Example
White with #008211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008211; }
p { color: rgb(0,130,17); }
H1.HeaderClassName
{
color: #008211;
}
.AnyTagClassName
{
color: #008211;
}
</style>
background-color css
<style>
a { background-color: #008211; }
a { background-color: rgb(0,130,17); }
div.DivClassName
{
background-color: #008211;
}
.BgClassName
{
background-color: #008211;
}
</style>
border-color css
<style>
span { border-color: #008211; }
span { border-color: rgb(0,130,17); }
td.TdClassName
{
border-color: #008211;
}
.TagClassName
{
border-color: #008211;
}
</style>