Shades of Green #008205
Tints of Green #008205
RGB
CMYK
RGB Variations
Color information
#008205 (or 0x008205) is known color: Green. HEX triplet: 00, 82 and 05. RGB value is (0,130,5). Sum of RGB (Red+Green+Blue) = 0+130+5=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 130 (51.17% from 255 or 96.30% from 135); Blue value is 5 (2.34% from 255 or 3.70% from 135); Max value from RGB is 130 - color contains mainly: green. Hex color #008205 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008205 is #FF7DFA. Grayscale: #4D4D4D. Windows color (decimal): -16743931 or 360960. OLE color: 360960.
HSL color Cylindrical-coordinate representation of color #008205: hue angle of 122.31º 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 #008205 is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 130 | 5 | - |
| CMYK | 1 | 0 | 0.96 | 0.49 |
| HSL | 122.31º | 1% | 0.25% | - |
| HSV(B) | 122.31º | 1% | 0.51% | - |
| XYZ | 8.01 | 15.98 | 2.81 | - |
| YUV | 76.88 | 87.43 | 73.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 5 | 1 | 0 | 0.96 | 0.49 | 122.31 | 1 | 0.25 |
| Hex | 0 | 82 | 5 | 64 | 0 | 60 | 31 | 7A | 64 | 19 |
| Octal | 0 | 202 | 5 | 144 | 0 | 140 | 61 | 172 | 144 | 31 |
| Binary | 0 | 10000010 | 101 | 1100100 | 0 | 1100000 | 110001 | 1111010 | 1100100 | 11001 |
Color Harmonies of #008205
Complementary color
Monochromatic Colors of #008205
Black with #008205
Text Example
Text Example
White with #008205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008205; }
p { color: rgb(0,130,5); }
H1.HeaderClassName
{
color: #008205;
}
.AnyTagClassName
{
color: #008205;
}
</style>
background-color css
<style>
a { background-color: #008205; }
a { background-color: rgb(0,130,5); }
div.DivClassName
{
background-color: #008205;
}
.BgClassName
{
background-color: #008205;
}
</style>
border-color css
<style>
span { border-color: #008205; }
span { border-color: rgb(0,130,5); }
td.TdClassName
{
border-color: #008205;
}
.TagClassName
{
border-color: #008205;
}
</style>