Shades of Green #026410
Tints of Green #026410
RGB
CMYK
RGB Variations
Color information
#026410 (or 0x026410) is known color: Green. HEX triplet: 02, 64 and 10. RGB value is (2,100,16). Sum of RGB (Red+Green+Blue) = 2+100+16=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 100 (39.45% from 255 or 84.75% from 118); Blue value is 16 (6.64% from 255 or 13.56% from 118); Max value from RGB is 100 - color contains mainly: green. Hex color #026410 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026410 is #FD9BEF. Grayscale: #3D3D3D. Windows color (decimal): -16620528 or 1074178. OLE color: 1074178.
HSL color Cylindrical-coordinate representation of color #026410: hue angle of 128.57º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026410 is Cyan = 0.98, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 2 | 100 | 16 | - |
| CMYK | 0.98 | 0 | 0.84 | 0.61 |
| HSL | 128.57º | 0.96% | 0.2% | - |
| HSV(B) | 128.57º | 0.98% | 0.39% | - |
| XYZ | 4.68 | 9.16 | 2.01 | - |
| YUV | 61.12 | 102.53 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 100 | 16 | 0.98 | 0 | 0.84 | 0.61 | 128.57 | 0.96 | 0.2 |
| Hex | 2 | 64 | 10 | 62 | 0 | 54 | 3D | 81 | 60 | 14 |
| Octal | 2 | 144 | 20 | 142 | 0 | 124 | 75 | 201 | 140 | 24 |
| Binary | 10 | 1100100 | 10000 | 1100010 | 0 | 1010100 | 111101 | 10000001 | 1100000 | 10100 |
Color Harmonies of #026410
Complementary color
Monochromatic Colors of #026410
Black with #026410
Text Example
Text Example
White with #026410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026410; }
p { color: rgb(2,100,16); }
H1.HeaderClassName
{
color: #026410;
}
.AnyTagClassName
{
color: #026410;
}
</style>
background-color css
<style>
a { background-color: #026410; }
a { background-color: rgb(2,100,16); }
div.DivClassName
{
background-color: #026410;
}
.BgClassName
{
background-color: #026410;
}
</style>
border-color css
<style>
span { border-color: #026410; }
span { border-color: rgb(2,100,16); }
td.TdClassName
{
border-color: #026410;
}
.TagClassName
{
border-color: #026410;
}
</style>