Shades of Green #026B17
Tints of Green #026B17
RGB
CMYK
RGB Variations
Color information
#026B17 (or 0x026B17) is known color: Green. HEX triplet: 02, 6B and 17. RGB value is (2,107,23). Sum of RGB (Red+Green+Blue) = 2+107+23=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 107 (42.19% from 255 or 81.06% from 132); Blue value is 23 (9.38% from 255 or 17.42% from 132); Max value from RGB is 107 - color contains mainly: green. Hex color #026B17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026B17 is #FD94E8. Grayscale: #424242. Windows color (decimal): -16618729 or 1534722. OLE color: 1534722.
HSL color Cylindrical-coordinate representation of color #026B17: hue angle of 132º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026B17 is Cyan = 0.98, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 107 | 23 | - |
| CMYK | 0.98 | 0 | 0.79 | 0.58 |
| HSL | 132º | 0.96% | 0.21% | - |
| HSV(B) | 132º | 0.98% | 0.42% | - |
| XYZ | 5.44 | 10.59 | 2.57 | - |
| YUV | 66.03 | 103.71 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 107 | 23 | 0.98 | 0 | 0.79 | 0.58 | 132 | 0.96 | 0.21 |
| Hex | 2 | 6B | 17 | 62 | 0 | 4F | 3A | 84 | 60 | 15 |
| Octal | 2 | 153 | 27 | 142 | 0 | 117 | 72 | 204 | 140 | 25 |
| Binary | 10 | 1101011 | 10111 | 1100010 | 0 | 1001111 | 111010 | 10000100 | 1100000 | 10101 |
Color Harmonies of #026B17
Complementary color
Monochromatic Colors of #026B17
Black with #026B17
Text Example
Text Example
White with #026B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026B17; }
p { color: rgb(2,107,23); }
H1.HeaderClassName
{
color: #026B17;
}
.AnyTagClassName
{
color: #026B17;
}
</style>
background-color css
<style>
a { background-color: #026B17; }
a { background-color: rgb(2,107,23); }
div.DivClassName
{
background-color: #026B17;
}
.BgClassName
{
background-color: #026B17;
}
</style>
border-color css
<style>
span { border-color: #026B17; }
span { border-color: rgb(2,107,23); }
td.TdClassName
{
border-color: #026B17;
}
.TagClassName
{
border-color: #026B17;
}
</style>