Shades of Green #028002
Tints of Green #028002
RGB
CMYK
RGB Variations
Color information
#028002 (or 0x028002) is known color: Green. HEX triplet: 02, 80 and 02. RGB value is (2,128,2). Sum of RGB (Red+Green+Blue) = 2+128+2=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 128 (50.39% from 255 or 96.97% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 128 - color contains mainly: green. Hex color #028002 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #028002 is #FD7FFD. Grayscale: #4C4C4C. Windows color (decimal): -16613374 or 163842. OLE color: 163842.
HSL color Cylindrical-coordinate representation of color #028002: hue angle of 120º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #028002 is Cyan = 0.98, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 2 | 128 | 2 | - |
| CMYK | 0.98 | 0 | 0.98 | 0.50 |
| HSL | 120º | 0.97% | 0.25% | - |
| HSV(B) | 120º | 0.98% | 0.5% | - |
| XYZ | 7.76 | 15.46 | 2.63 | - |
| YUV | 75.96 | 86.26 | 75.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 128 | 2 | 0.98 | 0 | 0.98 | 0.50 | 120 | 0.97 | 0.25 |
| Hex | 2 | 80 | 2 | 62 | 0 | 62 | 32 | 78 | 61 | 19 |
| Octal | 2 | 200 | 2 | 142 | 0 | 142 | 62 | 170 | 141 | 31 |
| Binary | 10 | 10000000 | 10 | 1100010 | 0 | 1100010 | 110010 | 1111000 | 1100001 | 11001 |
Color Harmonies of #028002
Complementary color
Monochromatic Colors of #028002
Black with #028002
Text Example
Text Example
White with #028002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028002; }
p { color: rgb(2,128,2); }
H1.HeaderClassName
{
color: #028002;
}
.AnyTagClassName
{
color: #028002;
}
</style>
background-color css
<style>
a { background-color: #028002; }
a { background-color: rgb(2,128,2); }
div.DivClassName
{
background-color: #028002;
}
.BgClassName
{
background-color: #028002;
}
</style>
border-color css
<style>
span { border-color: #028002; }
span { border-color: rgb(2,128,2); }
td.TdClassName
{
border-color: #028002;
}
.TagClassName
{
border-color: #028002;
}
</style>