Shades of Pigment Green #02A343
Tints of Pigment Green #02A343
RGB
CMYK
RGB Variations
Color information
#02A343 (or 0x02A343) is known color: Pigment Green. HEX triplet: 02, A3 and 43. RGB value is (2,163,67). Sum of RGB (Red+Green+Blue) = 2+163+67=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 163 (64.06% from 255 or 70.26% from 232); Blue value is 67 (26.56% from 255 or 28.88% from 232); Max value from RGB is 163 - color contains mainly: green. Hex color #02A343 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A343 is #FD5CBC. Grayscale: #686868. Windows color (decimal): -16604349 or 4432642. OLE color: 4432642.
HSL color Cylindrical-coordinate representation of color #02A343: hue angle of 144.22º 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 #02A343 is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 163 | 67 | - |
| CMYK | 0.99 | 0 | 0.59 | 0.36 |
| HSL | 144.22º | 0.98% | 0.32% | - |
| HSV(B) | 144.22º | 0.99% | 0.64% | - |
| XYZ | 14.14 | 26.61 | 9.7 | - |
| YUV | 103.92 | 107.16 | 55.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 163 | 67 | 0.99 | 0 | 0.59 | 0.36 | 144.22 | 0.98 | 0.32 |
| Hex | 2 | A3 | 43 | 63 | 0 | 3B | 24 | 90 | 62 | 20 |
| Octal | 2 | 243 | 103 | 143 | 0 | 73 | 44 | 220 | 142 | 40 |
| Binary | 10 | 10100011 | 1000011 | 1100011 | 0 | 111011 | 100100 | 10010000 | 1100010 | 100000 |
Color Harmonies of #02A343
Complementary color
Monochromatic Colors of #02A343
Black with #02A343
Text Example
Text Example
White with #02A343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A343; }
p { color: rgb(2,163,67); }
H1.HeaderClassName
{
color: #02A343;
}
.AnyTagClassName
{
color: #02A343;
}
</style>
background-color css
<style>
a { background-color: #02A343; }
a { background-color: rgb(2,163,67); }
div.DivClassName
{
background-color: #02A343;
}
.BgClassName
{
background-color: #02A343;
}
</style>
border-color css
<style>
span { border-color: #02A343; }
span { border-color: rgb(2,163,67); }
td.TdClassName
{
border-color: #02A343;
}
.TagClassName
{
border-color: #02A343;
}
</style>