Shades of Green #026917
Tints of Green #026917
RGB
CMYK
RGB Variations
Color information
#026917 (or 0x026917) is known color: Green. HEX triplet: 02, 69 and 17. RGB value is (2,105,23). Sum of RGB (Red+Green+Blue) = 2+105+23=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 105 (41.41% from 255 or 80.77% from 130); Blue value is 23 (9.38% from 255 or 17.69% from 130); Max value from RGB is 105 - color contains mainly: green. Hex color #026917 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026917 is #FD96E8. Grayscale: #414141. Windows color (decimal): -16619241 or 1534210. OLE color: 1534210.
HSL color Cylindrical-coordinate representation of color #026917: hue angle of 132.23º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026917 is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 2 | 105 | 23 | - |
| CMYK | 0.98 | 0 | 0.78 | 0.59 |
| HSL | 132.23º | 0.96% | 0.21% | - |
| HSV(B) | 132.23º | 0.98% | 0.41% | - |
| XYZ | 5.23 | 10.18 | 2.5 | - |
| YUV | 64.86 | 104.38 | 83.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 105 | 23 | 0.98 | 0 | 0.78 | 0.59 | 132.23 | 0.96 | 0.21 |
| Hex | 2 | 69 | 17 | 62 | 0 | 4E | 3B | 84 | 60 | 15 |
| Octal | 2 | 151 | 27 | 142 | 0 | 116 | 73 | 204 | 140 | 25 |
| Binary | 10 | 1101001 | 10111 | 1100010 | 0 | 1001110 | 111011 | 10000100 | 1100000 | 10101 |
Color Harmonies of #026917
Complementary color
Monochromatic Colors of #026917
Black with #026917
Text Example
Text Example
White with #026917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026917; }
p { color: rgb(2,105,23); }
H1.HeaderClassName
{
color: #026917;
}
.AnyTagClassName
{
color: #026917;
}
</style>
background-color css
<style>
a { background-color: #026917; }
a { background-color: rgb(2,105,23); }
div.DivClassName
{
background-color: #026917;
}
.BgClassName
{
background-color: #026917;
}
</style>
border-color css
<style>
span { border-color: #026917; }
span { border-color: rgb(2,105,23); }
td.TdClassName
{
border-color: #026917;
}
.TagClassName
{
border-color: #026917;
}
</style>