Shades of Green #026E13
Tints of Green #026E13
RGB
CMYK
RGB Variations
Color information
#026E13 (or 0x026E13) is known color: Green. HEX triplet: 02, 6E and 13. RGB value is (2,110,19). Sum of RGB (Red+Green+Blue) = 2+110+19=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 110 (43.36% from 255 or 83.97% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 110 - color contains mainly: green. Hex color #026E13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026E13 is #FD91EC. Grayscale: #434343. Windows color (decimal): -16617965 or 1273346. OLE color: 1273346.
HSL color Cylindrical-coordinate representation of color #026E13: hue angle of 129.44º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026E13 is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 2 | 110 | 19 | - |
| CMYK | 0.98 | 0 | 0.83 | 0.57 |
| HSL | 129.44º | 0.96% | 0.22% | - |
| HSV(B) | 129.44º | 0.98% | 0.43% | - |
| XYZ | 5.72 | 11.21 | 2.48 | - |
| YUV | 67.33 | 100.72 | 81.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 110 | 19 | 0.98 | 0 | 0.83 | 0.57 | 129.44 | 0.96 | 0.22 |
| Hex | 2 | 6E | 13 | 62 | 0 | 53 | 39 | 81 | 60 | 16 |
| Octal | 2 | 156 | 23 | 142 | 0 | 123 | 71 | 201 | 140 | 26 |
| Binary | 10 | 1101110 | 10011 | 1100010 | 0 | 1010011 | 111001 | 10000001 | 1100000 | 10110 |
Color Harmonies of #026E13
Complementary color
Monochromatic Colors of #026E13
Black with #026E13
Text Example
Text Example
White with #026E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026E13; }
p { color: rgb(2,110,19); }
H1.HeaderClassName
{
color: #026E13;
}
.AnyTagClassName
{
color: #026E13;
}
</style>
background-color css
<style>
a { background-color: #026E13; }
a { background-color: rgb(2,110,19); }
div.DivClassName
{
background-color: #026E13;
}
.BgClassName
{
background-color: #026E13;
}
</style>
border-color css
<style>
span { border-color: #026E13; }
span { border-color: rgb(2,110,19); }
td.TdClassName
{
border-color: #026E13;
}
.TagClassName
{
border-color: #026E13;
}
</style>