Shades of Pigment Green #02A344
Tints of Pigment Green #02A344
RGB
CMYK
RGB Variations
Color information
#02A344 (or 0x02A344) is known color: Pigment Green. HEX triplet: 02, A3 and 44. RGB value is (2,163,68). Sum of RGB (Red+Green+Blue) = 2+163+68=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 163 (64.06% from 255 or 69.96% from 233); Blue value is 68 (26.95% from 255 or 29.18% from 233); Max value from RGB is 163 - color contains mainly: green. Hex color #02A344 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A344 is #FD5CBB. Grayscale: #686868. Windows color (decimal): -16604348 or 4498178. OLE color: 4498178.
HSL color Cylindrical-coordinate representation of color #02A344: hue angle of 144.6º 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 #02A344 is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 163 | 68 | - |
| CMYK | 0.99 | 0 | 0.58 | 0.36 |
| HSL | 144.6º | 0.98% | 0.32% | - |
| HSV(B) | 144.6º | 0.99% | 0.64% | - |
| XYZ | 14.17 | 26.62 | 9.86 | - |
| YUV | 104.03 | 107.66 | 55.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 163 | 68 | 0.99 | 0 | 0.58 | 0.36 | 144.6 | 0.98 | 0.32 |
| Hex | 2 | A3 | 44 | 63 | 0 | 3A | 24 | 91 | 62 | 20 |
| Octal | 2 | 243 | 104 | 143 | 0 | 72 | 44 | 221 | 142 | 40 |
| Binary | 10 | 10100011 | 1000100 | 1100011 | 0 | 111010 | 100100 | 10010001 | 1100010 | 100000 |
Color Harmonies of #02A344
Complementary color
Monochromatic Colors of #02A344
Black with #02A344
Text Example
Text Example
White with #02A344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A344; }
p { color: rgb(2,163,68); }
H1.HeaderClassName
{
color: #02A344;
}
.AnyTagClassName
{
color: #02A344;
}
</style>
background-color css
<style>
a { background-color: #02A344; }
a { background-color: rgb(2,163,68); }
div.DivClassName
{
background-color: #02A344;
}
.BgClassName
{
background-color: #02A344;
}
</style>
border-color css
<style>
span { border-color: #02A344; }
span { border-color: rgb(2,163,68); }
td.TdClassName
{
border-color: #02A344;
}
.TagClassName
{
border-color: #02A344;
}
</style>