Shades of Green #028211
Tints of Green #028211
RGB
CMYK
RGB Variations
Color information
#028211 (or 0x028211) is known color: Green. HEX triplet: 02, 82 and 11. RGB value is (2,130,17). Sum of RGB (Red+Green+Blue) = 2+130+17=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 130 (51.17% from 255 or 87.25% from 149); Blue value is 17 (7.03% from 255 or 11.41% from 149); Max value from RGB is 130 - color contains mainly: green. Hex color #028211 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028211 is #FD7DEE. Grayscale: #4F4F4F. Windows color (decimal): -16612847 or 1147394. OLE color: 1147394.
HSL color Cylindrical-coordinate representation of color #028211: hue angle of 127.03º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #028211 is Cyan = 0.98, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 130 | 17 | - |
| CMYK | 0.98 | 0 | 0.87 | 0.49 |
| HSL | 127.03º | 0.97% | 0.26% | - |
| HSV(B) | 127.03º | 0.98% | 0.51% | - |
| XYZ | 8.11 | 16.02 | 3.19 | - |
| YUV | 78.85 | 93.09 | 73.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 130 | 17 | 0.98 | 0 | 0.87 | 0.49 | 127.03 | 0.97 | 0.26 |
| Hex | 2 | 82 | 11 | 62 | 0 | 57 | 31 | 7F | 61 | 1A |
| Octal | 2 | 202 | 21 | 142 | 0 | 127 | 61 | 177 | 141 | 32 |
| Binary | 10 | 10000010 | 10001 | 1100010 | 0 | 1010111 | 110001 | 1111111 | 1100001 | 11010 |
Color Harmonies of #028211
Complementary color
Monochromatic Colors of #028211
Black with #028211
Text Example
Text Example
White with #028211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028211; }
p { color: rgb(2,130,17); }
H1.HeaderClassName
{
color: #028211;
}
.AnyTagClassName
{
color: #028211;
}
</style>
background-color css
<style>
a { background-color: #028211; }
a { background-color: rgb(2,130,17); }
div.DivClassName
{
background-color: #028211;
}
.BgClassName
{
background-color: #028211;
}
</style>
border-color css
<style>
span { border-color: #028211; }
span { border-color: rgb(2,130,17); }
td.TdClassName
{
border-color: #028211;
}
.TagClassName
{
border-color: #028211;
}
</style>