Shades of Pigment Green #02A949
Tints of Pigment Green #02A949
RGB
CMYK
RGB Variations
Color information
#02A949 (or 0x02A949) is known color: Pigment Green. HEX triplet: 02, A9 and 49. RGB value is (2,169,73). Sum of RGB (Red+Green+Blue) = 2+169+73=244 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 244); Green value is 169 (66.41% from 255 or 69.26% from 244); Blue value is 73 (28.91% from 255 or 29.92% from 244); Max value from RGB is 169 - color contains mainly: green. Hex color #02A949 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A949 is #FD56B6. Grayscale: #6C6C6C. Windows color (decimal): -16602807 or 4827394. OLE color: 4827394.
HSL color Cylindrical-coordinate representation of color #02A949: hue angle of 145.51º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A949 is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 2 | 169 | 73 | - |
| CMYK | 0.99 | 0 | 0.57 | 0.34 |
| HSL | 145.51º | 0.98% | 0.34% | - |
| HSV(B) | 145.51º | 0.99% | 0.66% | - |
| XYZ | 15.42 | 28.87 | 11.06 | - |
| YUV | 108.12 | 108.17 | 52.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 169 | 73 | 0.99 | 0 | 0.57 | 0.34 | 145.51 | 0.98 | 0.34 |
| Hex | 2 | A9 | 49 | 63 | 0 | 39 | 22 | 92 | 62 | 22 |
| Octal | 2 | 251 | 111 | 143 | 0 | 71 | 42 | 222 | 142 | 42 |
| Binary | 10 | 10101001 | 1001001 | 1100011 | 0 | 111001 | 100010 | 10010010 | 1100010 | 100010 |
Color Harmonies of #02A949
Complementary color
Monochromatic Colors of #02A949
Black with #02A949
Text Example
Text Example
White with #02A949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A949; }
p { color: rgb(2,169,73); }
H1.HeaderClassName
{
color: #02A949;
}
.AnyTagClassName
{
color: #02A949;
}
</style>
background-color css
<style>
a { background-color: #02A949; }
a { background-color: rgb(2,169,73); }
div.DivClassName
{
background-color: #02A949;
}
.BgClassName
{
background-color: #02A949;
}
</style>
border-color css
<style>
span { border-color: #02A949; }
span { border-color: rgb(2,169,73); }
td.TdClassName
{
border-color: #02A949;
}
.TagClassName
{
border-color: #02A949;
}
</style>