Shades of Green #026602
Tints of Green #026602
RGB
CMYK
RGB Variations
Color information
#026602 (or 0x026602) is known color: Green. HEX triplet: 02, 66 and 02. RGB value is (2,102,2). Sum of RGB (Red+Green+Blue) = 2+102+2=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 102 (40.23% from 255 or 96.23% from 106); Blue value is 2 (1.17% from 255 or 1.89% from 106); Max value from RGB is 102 - color contains mainly: green. Hex color #026602 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026602 is #FD99FD. Grayscale: #3D3D3D. Windows color (decimal): -16620030 or 157186. OLE color: 157186.
HSL color Cylindrical-coordinate representation of color #026602: hue angle of 120º 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 #026602 is Cyan = 0.98, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 2 | 102 | 2 | - |
| CMYK | 0.98 | 0 | 0.98 | 0.6 |
| HSL | 120º | 0.96% | 0.2% | - |
| HSV(B) | 120º | 0.98% | 0.4% | - |
| XYZ | 4.79 | 9.52 | 1.64 | - |
| YUV | 60.7 | 94.87 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 102 | 2 | 0.98 | 0 | 0.98 | 0.6 | 120 | 0.96 | 0.2 |
| Hex | 2 | 66 | 2 | 62 | 0 | 62 | 3C | 78 | 60 | 14 |
| Octal | 2 | 146 | 2 | 142 | 0 | 142 | 74 | 170 | 140 | 24 |
| Binary | 10 | 1100110 | 10 | 1100010 | 0 | 1100010 | 111100 | 1111000 | 1100000 | 10100 |
Color Harmonies of #026602
Complementary color
Monochromatic Colors of #026602
Black with #026602
Text Example
Text Example
White with #026602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026602; }
p { color: rgb(2,102,2); }
H1.HeaderClassName
{
color: #026602;
}
.AnyTagClassName
{
color: #026602;
}
</style>
background-color css
<style>
a { background-color: #026602; }
a { background-color: rgb(2,102,2); }
div.DivClassName
{
background-color: #026602;
}
.BgClassName
{
background-color: #026602;
}
</style>
border-color css
<style>
span { border-color: #026602; }
span { border-color: rgb(2,102,2); }
td.TdClassName
{
border-color: #026602;
}
.TagClassName
{
border-color: #026602;
}
</style>