Shades of Green #008602
Tints of Green #008602
RGB
CMYK
RGB Variations
Color information
#008602 (or 0x008602) is known color: Green. HEX triplet: 00, 86 and 02. RGB value is (0,134,2). Sum of RGB (Red+Green+Blue) = 0+134+2=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 134 (52.73% from 255 or 98.53% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 134 - color contains mainly: green. Hex color #008602 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008602 is #FF79FD. Grayscale: #4F4F4F. Windows color (decimal): -16742910 or 165376. OLE color: 165376.
HSL color Cylindrical-coordinate representation of color #008602: hue angle of 120.9º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008602 is Cyan = 1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 134 | 2 | - |
| CMYK | 1 | 0 | 0.99 | 0.47 |
| HSL | 120.9º | 1% | 0.26% | - |
| HSV(B) | 120.9º | 1% | 0.53% | - |
| XYZ | 8.54 | 17.05 | 2.9 | - |
| YUV | 78.89 | 84.61 | 71.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 134 | 2 | 1 | 0 | 0.99 | 0.47 | 120.9 | 1 | 0.26 |
| Hex | 0 | 86 | 2 | 64 | 0 | 63 | 2F | 79 | 64 | 1A |
| Octal | 0 | 206 | 2 | 144 | 0 | 143 | 57 | 171 | 144 | 32 |
| Binary | 0 | 10000110 | 10 | 1100100 | 0 | 1100011 | 101111 | 1111001 | 1100100 | 11010 |
Color Harmonies of #008602
Complementary color
Monochromatic Colors of #008602
Black with #008602
Text Example
Text Example
White with #008602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008602; }
p { color: rgb(0,134,2); }
H1.HeaderClassName
{
color: #008602;
}
.AnyTagClassName
{
color: #008602;
}
</style>
background-color css
<style>
a { background-color: #008602; }
a { background-color: rgb(0,134,2); }
div.DivClassName
{
background-color: #008602;
}
.BgClassName
{
background-color: #008602;
}
</style>
border-color css
<style>
span { border-color: #008602; }
span { border-color: rgb(0,134,2); }
td.TdClassName
{
border-color: #008602;
}
.TagClassName
{
border-color: #008602;
}
</style>