Shades of Green #008210
Tints of Green #008210
RGB
CMYK
RGB Variations
Color information
#008210 (or 0x008210) is known color: Green. HEX triplet: 00, 82 and 10. RGB value is (0,130,16). Sum of RGB (Red+Green+Blue) = 0+130+16=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 130 (51.17% from 255 or 89.04% from 146); Blue value is 16 (6.64% from 255 or 10.96% from 146); Max value from RGB is 130 - color contains mainly: green. Hex color #008210 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008210 is #FF7DEF. Grayscale: #4E4E4E. Windows color (decimal): -16743920 or 1081856. OLE color: 1081856.
HSL color Cylindrical-coordinate representation of color #008210: hue angle of 127.38º 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 #008210 is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 130 | 16 | - |
| CMYK | 1 | 0 | 0.88 | 0.49 |
| HSL | 127.38º | 1% | 0.25% | - |
| HSV(B) | 127.38º | 1% | 0.51% | - |
| XYZ | 8.08 | 16 | 3.15 | - |
| YUV | 78.13 | 92.93 | 72.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 16 | 1 | 0 | 0.88 | 0.49 | 127.38 | 1 | 0.25 |
| Hex | 0 | 82 | 10 | 64 | 0 | 58 | 31 | 7F | 64 | 19 |
| Octal | 0 | 202 | 20 | 144 | 0 | 130 | 61 | 177 | 144 | 31 |
| Binary | 0 | 10000010 | 10000 | 1100100 | 0 | 1011000 | 110001 | 1111111 | 1100100 | 11001 |
Color Harmonies of #008210
Complementary color
Monochromatic Colors of #008210
Black with #008210
Text Example
Text Example
White with #008210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008210; }
p { color: rgb(0,130,16); }
H1.HeaderClassName
{
color: #008210;
}
.AnyTagClassName
{
color: #008210;
}
</style>
background-color css
<style>
a { background-color: #008210; }
a { background-color: rgb(0,130,16); }
div.DivClassName
{
background-color: #008210;
}
.BgClassName
{
background-color: #008210;
}
</style>
border-color css
<style>
span { border-color: #008210; }
span { border-color: rgb(0,130,16); }
td.TdClassName
{
border-color: #008210;
}
.TagClassName
{
border-color: #008210;
}
</style>