Shades of Green #026514
Tints of Green #026514
RGB
CMYK
RGB Variations
Color information
#026514 (or 0x026514) is known color: Green. HEX triplet: 02, 65 and 14. RGB value is (2,101,20). Sum of RGB (Red+Green+Blue) = 2+101+20=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 101 (39.84% from 255 or 82.11% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 101 - color contains mainly: green. Hex color #026514 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026514 is #FD9AEB. Grayscale: #3E3E3E. Windows color (decimal): -16620268 or 1336578. OLE color: 1336578.
HSL color Cylindrical-coordinate representation of color #026514: hue angle of 130.91º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026514 is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 2 | 101 | 20 | - |
| CMYK | 0.98 | 0 | 0.80 | 0.60 |
| HSL | 130.91º | 0.96% | 0.2% | - |
| HSV(B) | 130.91º | 0.98% | 0.4% | - |
| XYZ | 4.8 | 9.37 | 2.22 | - |
| YUV | 62.17 | 104.2 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 101 | 20 | 0.98 | 0 | 0.80 | 0.60 | 130.91 | 0.96 | 0.2 |
| Hex | 2 | 65 | 14 | 62 | 0 | 50 | 3C | 83 | 60 | 14 |
| Octal | 2 | 145 | 24 | 142 | 0 | 120 | 74 | 203 | 140 | 24 |
| Binary | 10 | 1100101 | 10100 | 1100010 | 0 | 1010000 | 111100 | 10000011 | 1100000 | 10100 |
Color Harmonies of #026514
Complementary color
Monochromatic Colors of #026514
Black with #026514
Text Example
Text Example
White with #026514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026514; }
p { color: rgb(2,101,20); }
H1.HeaderClassName
{
color: #026514;
}
.AnyTagClassName
{
color: #026514;
}
</style>
background-color css
<style>
a { background-color: #026514; }
a { background-color: rgb(2,101,20); }
div.DivClassName
{
background-color: #026514;
}
.BgClassName
{
background-color: #026514;
}
</style>
border-color css
<style>
span { border-color: #026514; }
span { border-color: rgb(2,101,20); }
td.TdClassName
{
border-color: #026514;
}
.TagClassName
{
border-color: #026514;
}
</style>