Shades of Green #026610
Tints of Green #026610
RGB
CMYK
RGB Variations
Color information
#026610 (or 0x026610) is known color: Green. HEX triplet: 02, 66 and 10. RGB value is (2,102,16). Sum of RGB (Red+Green+Blue) = 2+102+16=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 102 (40.23% from 255 or 85% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 102 - color contains mainly: green. Hex color #026610 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026610 is #FD99EF. Grayscale: #3E3E3E. Windows color (decimal): -16620016 or 1074690. OLE color: 1074690.
HSL color Cylindrical-coordinate representation of color #026610: hue angle of 128.4º 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 #026610 is Cyan = 0.98, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 2 | 102 | 16 | - |
| CMYK | 0.98 | 0 | 0.84 | 0.6 |
| HSL | 128.4º | 0.96% | 0.2% | - |
| HSV(B) | 128.4º | 0.98% | 0.4% | - |
| XYZ | 4.87 | 9.55 | 2.08 | - |
| YUV | 62.3 | 101.87 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 102 | 16 | 0.98 | 0 | 0.84 | 0.6 | 128.4 | 0.96 | 0.2 |
| Hex | 2 | 66 | 10 | 62 | 0 | 54 | 3C | 80 | 60 | 14 |
| Octal | 2 | 146 | 20 | 142 | 0 | 124 | 74 | 200 | 140 | 24 |
| Binary | 10 | 1100110 | 10000 | 1100010 | 0 | 1010100 | 111100 | 10000000 | 1100000 | 10100 |
Color Harmonies of #026610
Complementary color
Monochromatic Colors of #026610
Black with #026610
Text Example
Text Example
White with #026610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026610; }
p { color: rgb(2,102,16); }
H1.HeaderClassName
{
color: #026610;
}
.AnyTagClassName
{
color: #026610;
}
</style>
background-color css
<style>
a { background-color: #026610; }
a { background-color: rgb(2,102,16); }
div.DivClassName
{
background-color: #026610;
}
.BgClassName
{
background-color: #026610;
}
</style>
border-color css
<style>
span { border-color: #026610; }
span { border-color: rgb(2,102,16); }
td.TdClassName
{
border-color: #026610;
}
.TagClassName
{
border-color: #026610;
}
</style>