Shades of Green #008208
Tints of Green #008208
RGB
CMYK
RGB Variations
Color information
#008208 (or 0x008208) is known color: Green. HEX triplet: 00, 82 and 08. RGB value is (0,130,8). Sum of RGB (Red+Green+Blue) = 0+130+8=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 130 (51.17% from 255 or 94.20% from 138); Blue value is 8 (3.52% from 255 or 5.80% from 138); Max value from RGB is 130 - color contains mainly: green. Hex color #008208 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008208 is #FF7DF7. Grayscale: #4D4D4D. Windows color (decimal): -16743928 or 557568. OLE color: 557568.
HSL color Cylindrical-coordinate representation of color #008208: hue angle of 123.69º 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 #008208 is Cyan = 1, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 130 | 8 | - |
| CMYK | 1 | 0 | 0.94 | 0.49 |
| HSL | 123.69º | 1% | 0.25% | - |
| HSV(B) | 123.69º | 1% | 0.51% | - |
| XYZ | 8.03 | 15.98 | 2.89 | - |
| YUV | 77.22 | 88.93 | 72.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 8 | 1 | 0 | 0.94 | 0.49 | 123.69 | 1 | 0.25 |
| Hex | 0 | 82 | 8 | 64 | 0 | 5E | 31 | 7C | 64 | 19 |
| Octal | 0 | 202 | 10 | 144 | 0 | 136 | 61 | 174 | 144 | 31 |
| Binary | 0 | 10000010 | 1000 | 1100100 | 0 | 1011110 | 110001 | 1111100 | 1100100 | 11001 |
Color Harmonies of #008208
Complementary color
Monochromatic Colors of #008208
Black with #008208
Text Example
Text Example
White with #008208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008208; }
p { color: rgb(0,130,8); }
H1.HeaderClassName
{
color: #008208;
}
.AnyTagClassName
{
color: #008208;
}
</style>
background-color css
<style>
a { background-color: #008208; }
a { background-color: rgb(0,130,8); }
div.DivClassName
{
background-color: #008208;
}
.BgClassName
{
background-color: #008208;
}
</style>
border-color css
<style>
span { border-color: #008208; }
span { border-color: rgb(0,130,8); }
td.TdClassName
{
border-color: #008208;
}
.TagClassName
{
border-color: #008208;
}
</style>