Shades of Green #026211
Tints of Green #026211
RGB
CMYK
RGB Variations
Color information
#026211 (or 0x026211) is known color: Green. HEX triplet: 02, 62 and 11. RGB value is (2,98,17). Sum of RGB (Red+Green+Blue) = 2+98+17=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 98 (38.67% from 255 or 83.76% from 117); Blue value is 17 (7.03% from 255 or 14.53% from 117); Max value from RGB is 98 - color contains mainly: green. Hex color #026211 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026211 is #FD9DEE. Grayscale: #3C3C3C. Windows color (decimal): -16621039 or 1139202. OLE color: 1139202.
HSL color Cylindrical-coordinate representation of color #026211: hue angle of 129.38º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026211 is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 2 | 98 | 17 | - |
| CMYK | 0.98 | 0 | 0.83 | 0.62 |
| HSL | 129.38º | 0.96% | 0.2% | - |
| HSV(B) | 129.38º | 0.98% | 0.38% | - |
| XYZ | 4.49 | 8.79 | 1.99 | - |
| YUV | 60.06 | 103.7 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 98 | 17 | 0.98 | 0 | 0.83 | 0.62 | 129.38 | 0.96 | 0.2 |
| Hex | 2 | 62 | 11 | 62 | 0 | 53 | 3E | 81 | 60 | 14 |
| Octal | 2 | 142 | 21 | 142 | 0 | 123 | 76 | 201 | 140 | 24 |
| Binary | 10 | 1100010 | 10001 | 1100010 | 0 | 1010011 | 111110 | 10000001 | 1100000 | 10100 |
Color Harmonies of #026211
Complementary color
Monochromatic Colors of #026211
Black with #026211
Text Example
Text Example
White with #026211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026211; }
p { color: rgb(2,98,17); }
H1.HeaderClassName
{
color: #026211;
}
.AnyTagClassName
{
color: #026211;
}
</style>
background-color css
<style>
a { background-color: #026211; }
a { background-color: rgb(2,98,17); }
div.DivClassName
{
background-color: #026211;
}
.BgClassName
{
background-color: #026211;
}
</style>
border-color css
<style>
span { border-color: #026211; }
span { border-color: rgb(2,98,17); }
td.TdClassName
{
border-color: #026211;
}
.TagClassName
{
border-color: #026211;
}
</style>