Shades of Green #028200
Tints of Green #028200
RGB
CMYK
RGB Variations
Color information
#028200 (or 0x028200) is known color: Green. HEX triplet: 02, 82 and 00. RGB value is (2,130,0). Sum of RGB (Red+Green+Blue) = 2+130+0=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 130 (51.17% from 255 or 98.48% from 132); Blue value is 0 (0.39% from 255 or 0% from 132); Max value from RGB is 130 - color contains mainly: green. Hex color #028200 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028200 is #FD7DFF. Grayscale: #4D4D4D. Windows color (decimal): -16612864 or 33282. OLE color: 33282.
HSL color Cylindrical-coordinate representation of color #028200: hue angle of 119.08º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #028200 is Cyan = 0.98, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 130 | 0 | - |
| CMYK | 0.98 | 0 | 1 | 0.49 |
| HSL | 119.08º | 1% | 0.25% | - |
| HSV(B) | 119.08º | 1% | 0.51% | - |
| XYZ | 8.01 | 15.98 | 2.66 | - |
| YUV | 76.91 | 84.59 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 130 | 0 | 0.98 | 0 | 1 | 0.49 | 119.08 | 1 | 0.25 |
| Hex | 2 | 82 | 0 | 62 | 0 | 64 | 31 | 77 | 64 | 19 |
| Octal | 2 | 202 | 0 | 142 | 0 | 144 | 61 | 167 | 144 | 31 |
| Binary | 10 | 10000010 | 0 | 1100010 | 0 | 1100100 | 110001 | 1110111 | 1100100 | 11001 |
Color Harmonies of #028200
Complementary color
Monochromatic Colors of #028200
Black with #028200
Text Example
Text Example
White with #028200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028200; }
p { color: rgb(2,130,0); }
H1.HeaderClassName
{
color: #028200;
}
.AnyTagClassName
{
color: #028200;
}
</style>
background-color css
<style>
a { background-color: #028200; }
a { background-color: rgb(2,130,0); }
div.DivClassName
{
background-color: #028200;
}
.BgClassName
{
background-color: #028200;
}
</style>
border-color css
<style>
span { border-color: #028200; }
span { border-color: rgb(2,130,0); }
td.TdClassName
{
border-color: #028200;
}
.TagClassName
{
border-color: #028200;
}
</style>