Shades of Pigment Green #02A148
Tints of Pigment Green #02A148
RGB
CMYK
RGB Variations
Color information
#02A148 (or 0x02A148) is known color: Pigment Green. HEX triplet: 02, A1 and 48. RGB value is (2,161,72). Sum of RGB (Red+Green+Blue) = 2+161+72=235 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 235); Green value is 161 (63.28% from 255 or 68.51% from 235); Blue value is 72 (28.52% from 255 or 30.64% from 235); Max value from RGB is 161 - color contains mainly: green. Hex color #02A148 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A148 is #FD5EB7. Grayscale: #676767. Windows color (decimal): -16604856 or 4759810. OLE color: 4759810.
HSL color Cylindrical-coordinate representation of color #02A148: hue angle of 146.42º 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 #02A148 is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 2 | 161 | 72 | - |
| CMYK | 0.99 | 0 | 0.55 | 0.37 |
| HSL | 146.42º | 0.98% | 0.32% | - |
| HSV(B) | 146.42º | 0.99% | 0.63% | - |
| XYZ | 13.94 | 25.97 | 10.41 | - |
| YUV | 103.31 | 110.32 | 55.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 161 | 72 | 0.99 | 0 | 0.55 | 0.37 | 146.42 | 0.98 | 0.32 |
| Hex | 2 | A1 | 48 | 63 | 0 | 37 | 25 | 92 | 62 | 20 |
| Octal | 2 | 241 | 110 | 143 | 0 | 67 | 45 | 222 | 142 | 40 |
| Binary | 10 | 10100001 | 1001000 | 1100011 | 0 | 110111 | 100101 | 10010010 | 1100010 | 100000 |
Color Harmonies of #02A148
Complementary color
Monochromatic Colors of #02A148
Black with #02A148
Text Example
Text Example
White with #02A148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A148; }
p { color: rgb(2,161,72); }
H1.HeaderClassName
{
color: #02A148;
}
.AnyTagClassName
{
color: #02A148;
}
</style>
background-color css
<style>
a { background-color: #02A148; }
a { background-color: rgb(2,161,72); }
div.DivClassName
{
background-color: #02A148;
}
.BgClassName
{
background-color: #02A148;
}
</style>
border-color css
<style>
span { border-color: #02A148; }
span { border-color: rgb(2,161,72); }
td.TdClassName
{
border-color: #02A148;
}
.TagClassName
{
border-color: #02A148;
}
</style>