Shades of Green #026E17
Tints of Green #026E17
RGB
CMYK
RGB Variations
Color information
#026E17 (or 0x026E17) is known color: Green. HEX triplet: 02, 6E and 17. RGB value is (2,110,23). Sum of RGB (Red+Green+Blue) = 2+110+23=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 110 (43.36% from 255 or 81.48% from 135); Blue value is 23 (9.38% from 255 or 17.04% from 135); Max value from RGB is 110 - color contains mainly: green. Hex color #026E17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026E17 is #FD91E8. Grayscale: #444444. Windows color (decimal): -16617961 or 1535490. OLE color: 1535490.
HSL color Cylindrical-coordinate representation of color #026E17: hue angle of 131.67º 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 #026E17 is Cyan = 0.98, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 2 | 110 | 23 | - |
| CMYK | 0.98 | 0 | 0.79 | 0.57 |
| HSL | 131.67º | 0.96% | 0.22% | - |
| HSV(B) | 131.67º | 0.98% | 0.43% | - |
| XYZ | 5.76 | 11.23 | 2.67 | - |
| YUV | 67.79 | 102.72 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 110 | 23 | 0.98 | 0 | 0.79 | 0.57 | 131.67 | 0.96 | 0.22 |
| Hex | 2 | 6E | 17 | 62 | 0 | 4F | 39 | 84 | 60 | 16 |
| Octal | 2 | 156 | 27 | 142 | 0 | 117 | 71 | 204 | 140 | 26 |
| Binary | 10 | 1101110 | 10111 | 1100010 | 0 | 1001111 | 111001 | 10000100 | 1100000 | 10110 |
Color Harmonies of #026E17
Complementary color
Monochromatic Colors of #026E17
Black with #026E17
Text Example
Text Example
White with #026E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026E17; }
p { color: rgb(2,110,23); }
H1.HeaderClassName
{
color: #026E17;
}
.AnyTagClassName
{
color: #026E17;
}
</style>
background-color css
<style>
a { background-color: #026E17; }
a { background-color: rgb(2,110,23); }
div.DivClassName
{
background-color: #026E17;
}
.BgClassName
{
background-color: #026E17;
}
</style>
border-color css
<style>
span { border-color: #026E17; }
span { border-color: rgb(2,110,23); }
td.TdClassName
{
border-color: #026E17;
}
.TagClassName
{
border-color: #026E17;
}
</style>