Shades of Pigment Green #02A346
Tints of Pigment Green #02A346
RGB
CMYK
RGB Variations
Color information
#02A346 (or 0x02A346) is known color: Pigment Green. HEX triplet: 02, A3 and 46. RGB value is (2,163,70). Sum of RGB (Red+Green+Blue) = 2+163+70=235 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 235); Green value is 163 (64.06% from 255 or 69.36% from 235); Blue value is 70 (27.73% from 255 or 29.79% from 235); Max value from RGB is 163 - color contains mainly: green. Hex color #02A346 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A346 is #FD5CB9. Grayscale: #686868. Windows color (decimal): -16604346 or 4629250. OLE color: 4629250.
HSL color Cylindrical-coordinate representation of color #02A346: hue angle of 145.34º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A346 is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 163 | 70 | - |
| CMYK | 0.99 | 0 | 0.57 | 0.36 |
| HSL | 145.34º | 0.98% | 0.32% | - |
| HSV(B) | 145.34º | 0.99% | 0.64% | - |
| XYZ | 14.23 | 26.65 | 10.19 | - |
| YUV | 104.26 | 108.66 | 55.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 163 | 70 | 0.99 | 0 | 0.57 | 0.36 | 145.34 | 0.98 | 0.32 |
| Hex | 2 | A3 | 46 | 63 | 0 | 39 | 24 | 91 | 62 | 20 |
| Octal | 2 | 243 | 106 | 143 | 0 | 71 | 44 | 221 | 142 | 40 |
| Binary | 10 | 10100011 | 1000110 | 1100011 | 0 | 111001 | 100100 | 10010001 | 1100010 | 100000 |
Color Harmonies of #02A346
Complementary color
Monochromatic Colors of #02A346
Black with #02A346
Text Example
Text Example
White with #02A346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A346; }
p { color: rgb(2,163,70); }
H1.HeaderClassName
{
color: #02A346;
}
.AnyTagClassName
{
color: #02A346;
}
</style>
background-color css
<style>
a { background-color: #02A346; }
a { background-color: rgb(2,163,70); }
div.DivClassName
{
background-color: #02A346;
}
.BgClassName
{
background-color: #02A346;
}
</style>
border-color css
<style>
span { border-color: #02A346; }
span { border-color: rgb(2,163,70); }
td.TdClassName
{
border-color: #02A346;
}
.TagClassName
{
border-color: #02A346;
}
</style>