Shades of Green #206602
Tints of Green #206602
RGB
CMYK
RGB Variations
Color information
#206602 (or 0x206602) is known color: Green. HEX triplet: 20, 66 and 02. RGB value is (32,102,2). Sum of RGB (Red+Green+Blue) = 32+102+2=136 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.53% from 136); Green value is 102 (40.23% from 255 or 75% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 102 - color contains mainly: green. Hex color #206602 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #206602 is #DF99FD. Grayscale: #464646. Windows color (decimal): -14653950 or 157216. OLE color: 157216.
HSL color Cylindrical-coordinate representation of color #206602: hue angle of 102º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #206602 is Cyan = 0.69, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 32 | 102 | 2 | - |
| CMYK | 0.69 | 0 | 0.98 | 0.6 |
| HSL | 102º | 0.96% | 0.2% | - |
| HSV(B) | 102º | 0.98% | 0.4% | - |
| XYZ | 5.36 | 9.81 | 1.67 | - |
| YUV | 69.67 | 89.81 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 102 | 2 | 0.69 | 0 | 0.98 | 0.6 | 102 | 0.96 | 0.2 |
| Hex | 20 | 66 | 2 | 45 | 0 | 62 | 3C | 66 | 60 | 14 |
| Octal | 40 | 146 | 2 | 105 | 0 | 142 | 74 | 146 | 140 | 24 |
| Binary | 100000 | 1100110 | 10 | 1000101 | 0 | 1100010 | 111100 | 1100110 | 1100000 | 10100 |
Color Harmonies of #206602
Complementary color
Monochromatic Colors of #206602
Black with #206602
Text Example
Text Example
White with #206602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206602; }
p { color: rgb(32,102,2); }
H1.HeaderClassName
{
color: #206602;
}
.AnyTagClassName
{
color: #206602;
}
</style>
background-color css
<style>
a { background-color: #206602; }
a { background-color: rgb(32,102,2); }
div.DivClassName
{
background-color: #206602;
}
.BgClassName
{
background-color: #206602;
}
</style>
border-color css
<style>
span { border-color: #206602; }
span { border-color: rgb(32,102,2); }
td.TdClassName
{
border-color: #206602;
}
.TagClassName
{
border-color: #206602;
}
</style>