Shades of Green #026916
Tints of Green #026916
RGB
CMYK
RGB Variations
Color information
#026916 (or 0x026916) is known color: Green. HEX triplet: 02, 69 and 16. RGB value is (2,105,22). Sum of RGB (Red+Green+Blue) = 2+105+22=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 105 (41.41% from 255 or 81.40% from 129); Blue value is 22 (8.98% from 255 or 17.05% from 129); Max value from RGB is 105 - color contains mainly: green. Hex color #026916 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026916 is #FD96E9. Grayscale: #404040. Windows color (decimal): -16619242 or 1468674. OLE color: 1468674.
HSL color Cylindrical-coordinate representation of color #026916: hue angle of 131.65º 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 #026916 is Cyan = 0.98, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 2 | 105 | 22 | - |
| CMYK | 0.98 | 0 | 0.79 | 0.59 |
| HSL | 131.65º | 0.96% | 0.21% | - |
| HSV(B) | 131.65º | 0.98% | 0.41% | - |
| XYZ | 5.22 | 10.17 | 2.45 | - |
| YUV | 64.74 | 103.88 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 105 | 22 | 0.98 | 0 | 0.79 | 0.59 | 131.65 | 0.96 | 0.21 |
| Hex | 2 | 69 | 16 | 62 | 0 | 4F | 3B | 84 | 60 | 15 |
| Octal | 2 | 151 | 26 | 142 | 0 | 117 | 73 | 204 | 140 | 25 |
| Binary | 10 | 1101001 | 10110 | 1100010 | 0 | 1001111 | 111011 | 10000100 | 1100000 | 10101 |
Color Harmonies of #026916
Complementary color
Monochromatic Colors of #026916
Black with #026916
Text Example
Text Example
White with #026916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026916; }
p { color: rgb(2,105,22); }
H1.HeaderClassName
{
color: #026916;
}
.AnyTagClassName
{
color: #026916;
}
</style>
background-color css
<style>
a { background-color: #026916; }
a { background-color: rgb(2,105,22); }
div.DivClassName
{
background-color: #026916;
}
.BgClassName
{
background-color: #026916;
}
</style>
border-color css
<style>
span { border-color: #026916; }
span { border-color: rgb(2,105,22); }
td.TdClassName
{
border-color: #026916;
}
.TagClassName
{
border-color: #026916;
}
</style>