Shades of Green #026413
Tints of Green #026413
RGB
CMYK
RGB Variations
Color information
#026413 (or 0x026413) is known color: Green. HEX triplet: 02, 64 and 13. RGB value is (2,100,19). Sum of RGB (Red+Green+Blue) = 2+100+19=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 100 (39.45% from 255 or 82.64% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 100 - color contains mainly: green. Hex color #026413 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026413 is #FD9BEC. Grayscale: #3D3D3D. Windows color (decimal): -16620525 or 1270786. OLE color: 1270786.
HSL color Cylindrical-coordinate representation of color #026413: hue angle of 130.41º 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 #026413 is Cyan = 0.98, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 2 | 100 | 19 | - |
| CMYK | 0.98 | 0 | 0.81 | 0.61 |
| HSL | 130.41º | 0.96% | 0.2% | - |
| HSV(B) | 130.41º | 0.98% | 0.39% | - |
| XYZ | 4.7 | 9.17 | 2.14 | - |
| YUV | 61.46 | 104.03 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 100 | 19 | 0.98 | 0 | 0.81 | 0.61 | 130.41 | 0.96 | 0.2 |
| Hex | 2 | 64 | 13 | 62 | 0 | 51 | 3D | 82 | 60 | 14 |
| Octal | 2 | 144 | 23 | 142 | 0 | 121 | 75 | 202 | 140 | 24 |
| Binary | 10 | 1100100 | 10011 | 1100010 | 0 | 1010001 | 111101 | 10000010 | 1100000 | 10100 |
Color Harmonies of #026413
Complementary color
Monochromatic Colors of #026413
Black with #026413
Text Example
Text Example
White with #026413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026413; }
p { color: rgb(2,100,19); }
H1.HeaderClassName
{
color: #026413;
}
.AnyTagClassName
{
color: #026413;
}
</style>
background-color css
<style>
a { background-color: #026413; }
a { background-color: rgb(2,100,19); }
div.DivClassName
{
background-color: #026413;
}
.BgClassName
{
background-color: #026413;
}
</style>
border-color css
<style>
span { border-color: #026413; }
span { border-color: rgb(2,100,19); }
td.TdClassName
{
border-color: #026413;
}
.TagClassName
{
border-color: #026413;
}
</style>