Shades of Green #026513
Tints of Green #026513
RGB
CMYK
RGB Variations
Color information
#026513 (or 0x026513) is known color: Green. HEX triplet: 02, 65 and 13. RGB value is (2,101,19). Sum of RGB (Red+Green+Blue) = 2+101+19=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 101 (39.84% from 255 or 82.79% from 122); Blue value is 19 (7.81% from 255 or 15.57% from 122); Max value from RGB is 101 - color contains mainly: green. Hex color #026513 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026513 is #FD9AEC. Grayscale: #3E3E3E. Windows color (decimal): -16620269 or 1271042. OLE color: 1271042.
HSL color Cylindrical-coordinate representation of color #026513: hue angle of 130.3º 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 #026513 is Cyan = 0.98, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 2 | 101 | 19 | - |
| CMYK | 0.98 | 0 | 0.81 | 0.60 |
| HSL | 130.3º | 0.96% | 0.2% | - |
| HSV(B) | 130.3º | 0.98% | 0.4% | - |
| XYZ | 4.8 | 9.37 | 2.17 | - |
| YUV | 62.05 | 103.7 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 101 | 19 | 0.98 | 0 | 0.81 | 0.60 | 130.3 | 0.96 | 0.2 |
| Hex | 2 | 65 | 13 | 62 | 0 | 51 | 3C | 82 | 60 | 14 |
| Octal | 2 | 145 | 23 | 142 | 0 | 121 | 74 | 202 | 140 | 24 |
| Binary | 10 | 1100101 | 10011 | 1100010 | 0 | 1010001 | 111100 | 10000010 | 1100000 | 10100 |
Color Harmonies of #026513
Complementary color
Monochromatic Colors of #026513
Black with #026513
Text Example
Text Example
White with #026513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026513; }
p { color: rgb(2,101,19); }
H1.HeaderClassName
{
color: #026513;
}
.AnyTagClassName
{
color: #026513;
}
</style>
background-color css
<style>
a { background-color: #026513; }
a { background-color: rgb(2,101,19); }
div.DivClassName
{
background-color: #026513;
}
.BgClassName
{
background-color: #026513;
}
</style>
border-color css
<style>
span { border-color: #026513; }
span { border-color: rgb(2,101,19); }
td.TdClassName
{
border-color: #026513;
}
.TagClassName
{
border-color: #026513;
}
</style>