Shades of Green #008002
Tints of Green #008002
RGB
CMYK
RGB Variations
Color information
#008002 (or 0x008002) is known color: Green. HEX triplet: 00, 80 and 02. RGB value is (0,128,2). Sum of RGB (Red+Green+Blue) = 0+128+2=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 128 (50.39% from 255 or 98.46% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 128 - color contains mainly: green. Hex color #008002 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008002 is #FF7FFD. Grayscale: #4B4B4B. Windows color (decimal): -16744446 or 163840. OLE color: 163840.
HSL color Cylindrical-coordinate representation of color #008002: hue angle of 120.94º 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 #008002 is Cyan = 1, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 128 | 2 | - |
| CMYK | 1 | 0 | 0.98 | 0.50 |
| HSL | 120.94º | 1% | 0.25% | - |
| HSV(B) | 120.94º | 1% | 0.5% | - |
| XYZ | 7.73 | 15.44 | 2.63 | - |
| YUV | 75.36 | 86.59 | 74.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 2 | 1 | 0 | 0.98 | 0.50 | 120.94 | 1 | 0.25 |
| Hex | 0 | 80 | 2 | 64 | 0 | 62 | 32 | 79 | 64 | 19 |
| Octal | 0 | 200 | 2 | 144 | 0 | 142 | 62 | 171 | 144 | 31 |
| Binary | 0 | 10000000 | 10 | 1100100 | 0 | 1100010 | 110010 | 1111001 | 1100100 | 11001 |
Color Harmonies of #008002
Complementary color
Monochromatic Colors of #008002
Black with #008002
Text Example
Text Example
White with #008002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008002; }
p { color: rgb(0,128,2); }
H1.HeaderClassName
{
color: #008002;
}
.AnyTagClassName
{
color: #008002;
}
</style>
background-color css
<style>
a { background-color: #008002; }
a { background-color: rgb(0,128,2); }
div.DivClassName
{
background-color: #008002;
}
.BgClassName
{
background-color: #008002;
}
</style>
border-color css
<style>
span { border-color: #008002; }
span { border-color: rgb(0,128,2); }
td.TdClassName
{
border-color: #008002;
}
.TagClassName
{
border-color: #008002;
}
</style>