Shades of Green #026810
Tints of Green #026810
RGB
CMYK
RGB Variations
Color information
#026810 (or 0x026810) is known color: Green. HEX triplet: 02, 68 and 10. RGB value is (2,104,16). Sum of RGB (Red+Green+Blue) = 2+104+16=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 104 (41.02% from 255 or 85.25% from 122); Blue value is 16 (6.64% from 255 or 13.11% from 122); Max value from RGB is 104 - color contains mainly: green. Hex color #026810 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026810 is #FD97EF. Grayscale: #3F3F3F. Windows color (decimal): -16619504 or 1075202. OLE color: 1075202.
HSL color Cylindrical-coordinate representation of color #026810: hue angle of 128.24º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026810 is Cyan = 0.98, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 2 | 104 | 16 | - |
| CMYK | 0.98 | 0 | 0.85 | 0.59 |
| HSL | 128.24º | 0.96% | 0.21% | - |
| HSV(B) | 128.24º | 0.98% | 0.41% | - |
| XYZ | 5.07 | 9.95 | 2.14 | - |
| YUV | 63.47 | 101.21 | 84.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 104 | 16 | 0.98 | 0 | 0.85 | 0.59 | 128.24 | 0.96 | 0.21 |
| Hex | 2 | 68 | 10 | 62 | 0 | 55 | 3B | 80 | 60 | 15 |
| Octal | 2 | 150 | 20 | 142 | 0 | 125 | 73 | 200 | 140 | 25 |
| Binary | 10 | 1101000 | 10000 | 1100010 | 0 | 1010101 | 111011 | 10000000 | 1100000 | 10101 |
Color Harmonies of #026810
Complementary color
Monochromatic Colors of #026810
Black with #026810
Text Example
Text Example
White with #026810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026810; }
p { color: rgb(2,104,16); }
H1.HeaderClassName
{
color: #026810;
}
.AnyTagClassName
{
color: #026810;
}
</style>
background-color css
<style>
a { background-color: #026810; }
a { background-color: rgb(2,104,16); }
div.DivClassName
{
background-color: #026810;
}
.BgClassName
{
background-color: #026810;
}
</style>
border-color css
<style>
span { border-color: #026810; }
span { border-color: rgb(2,104,16); }
td.TdClassName
{
border-color: #026810;
}
.TagClassName
{
border-color: #026810;
}
</style>