Shades of Pigment Green #02A049
Tints of Pigment Green #02A049
RGB
CMYK
RGB Variations
Color information
#02A049 (or 0x02A049) is known color: Pigment Green. HEX triplet: 02, A0 and 49. RGB value is (2,160,73). Sum of RGB (Red+Green+Blue) = 2+160+73=235 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 235); Green value is 160 (62.89% from 255 or 68.09% from 235); Blue value is 73 (28.91% from 255 or 31.06% from 235); Max value from RGB is 160 - color contains mainly: green. Hex color #02A049 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A049 is #FD5FB6. Grayscale: #676767. Windows color (decimal): -16605111 or 4825090. OLE color: 4825090.
HSL color Cylindrical-coordinate representation of color #02A049: hue angle of 146.96º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A049 is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 2 | 160 | 73 | - |
| CMYK | 0.99 | 0 | 0.54 | 0.37 |
| HSL | 146.96º | 0.98% | 0.32% | - |
| HSV(B) | 146.96º | 0.99% | 0.63% | - |
| XYZ | 13.8 | 25.64 | 10.52 | - |
| YUV | 102.84 | 111.15 | 56.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 160 | 73 | 0.99 | 0 | 0.54 | 0.37 | 146.96 | 0.98 | 0.32 |
| Hex | 2 | A0 | 49 | 63 | 0 | 36 | 25 | 93 | 62 | 20 |
| Octal | 2 | 240 | 111 | 143 | 0 | 66 | 45 | 223 | 142 | 40 |
| Binary | 10 | 10100000 | 1001001 | 1100011 | 0 | 110110 | 100101 | 10010011 | 1100010 | 100000 |
Color Harmonies of #02A049
Complementary color
Monochromatic Colors of #02A049
Black with #02A049
Text Example
Text Example
White with #02A049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A049; }
p { color: rgb(2,160,73); }
H1.HeaderClassName
{
color: #02A049;
}
.AnyTagClassName
{
color: #02A049;
}
</style>
background-color css
<style>
a { background-color: #02A049; }
a { background-color: rgb(2,160,73); }
div.DivClassName
{
background-color: #02A049;
}
.BgClassName
{
background-color: #02A049;
}
</style>
border-color css
<style>
span { border-color: #02A049; }
span { border-color: rgb(2,160,73); }
td.TdClassName
{
border-color: #02A049;
}
.TagClassName
{
border-color: #02A049;
}
</style>