Shades of Green #026913
Tints of Green #026913
RGB
CMYK
RGB Variations
Color information
#026913 (or 0x026913) is known color: Green. HEX triplet: 02, 69 and 13. RGB value is (2,105,19). Sum of RGB (Red+Green+Blue) = 2+105+19=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 105 (41.41% from 255 or 83.33% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 105 - color contains mainly: green. Hex color #026913 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026913 is #FD96EC. Grayscale: #404040. Windows color (decimal): -16619245 or 1272066. OLE color: 1272066.
HSL color Cylindrical-coordinate representation of color #026913: hue angle of 129.9º 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 #026913 is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 2 | 105 | 19 | - |
| CMYK | 0.98 | 0 | 0.82 | 0.59 |
| HSL | 129.9º | 0.96% | 0.21% | - |
| HSV(B) | 129.9º | 0.98% | 0.41% | - |
| XYZ | 5.19 | 10.16 | 2.3 | - |
| YUV | 64.4 | 102.38 | 83.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 105 | 19 | 0.98 | 0 | 0.82 | 0.59 | 129.9 | 0.96 | 0.21 |
| Hex | 2 | 69 | 13 | 62 | 0 | 52 | 3B | 82 | 60 | 15 |
| Octal | 2 | 151 | 23 | 142 | 0 | 122 | 73 | 202 | 140 | 25 |
| Binary | 10 | 1101001 | 10011 | 1100010 | 0 | 1010010 | 111011 | 10000010 | 1100000 | 10101 |
Color Harmonies of #026913
Complementary color
Monochromatic Colors of #026913
Black with #026913
Text Example
Text Example
White with #026913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026913; }
p { color: rgb(2,105,19); }
H1.HeaderClassName
{
color: #026913;
}
.AnyTagClassName
{
color: #026913;
}
</style>
background-color css
<style>
a { background-color: #026913; }
a { background-color: rgb(2,105,19); }
div.DivClassName
{
background-color: #026913;
}
.BgClassName
{
background-color: #026913;
}
</style>
border-color css
<style>
span { border-color: #026913; }
span { border-color: rgb(2,105,19); }
td.TdClassName
{
border-color: #026913;
}
.TagClassName
{
border-color: #026913;
}
</style>