Shades of Pigment Green #02A33A
Tints of Pigment Green #02A33A
RGB
CMYK
RGB Variations
Color information
#02A33A (or 0x02A33A) is known color: Pigment Green. HEX triplet: 02, A3 and 3A. RGB value is (2,163,58). Sum of RGB (Red+Green+Blue) = 2+163+58=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 163 (64.06% from 255 or 73.09% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 163 - color contains mainly: green. Hex color #02A33A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A33A is #FD5CC5. Grayscale: #676767. Windows color (decimal): -16604358 or 3842818. OLE color: 3842818.
HSL color Cylindrical-coordinate representation of color #02A33A: hue angle of 140.87º 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 #02A33A is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 163 | 58 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.36 |
| HSL | 140.87º | 0.98% | 0.32% | - |
| HSV(B) | 140.87º | 0.99% | 0.64% | - |
| XYZ | 13.89 | 26.51 | 8.39 | - |
| YUV | 102.89 | 102.66 | 56.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 163 | 58 | 0.99 | 0 | 0.64 | 0.36 | 140.87 | 0.98 | 0.32 |
| Hex | 2 | A3 | 3A | 63 | 0 | 40 | 24 | 8D | 62 | 20 |
| Octal | 2 | 243 | 72 | 143 | 0 | 100 | 44 | 215 | 142 | 40 |
| Binary | 10 | 10100011 | 111010 | 1100011 | 0 | 1000000 | 100100 | 10001101 | 1100010 | 100000 |
Color Harmonies of #02A33A
Complementary color
Monochromatic Colors of #02A33A
Black with #02A33A
Text Example
Text Example
White with #02A33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A33A; }
p { color: rgb(2,163,58); }
H1.HeaderClassName
{
color: #02A33A;
}
.AnyTagClassName
{
color: #02A33A;
}
</style>
background-color css
<style>
a { background-color: #02A33A; }
a { background-color: rgb(2,163,58); }
div.DivClassName
{
background-color: #02A33A;
}
.BgClassName
{
background-color: #02A33A;
}
</style>
border-color css
<style>
span { border-color: #02A33A; }
span { border-color: rgb(2,163,58); }
td.TdClassName
{
border-color: #02A33A;
}
.TagClassName
{
border-color: #02A33A;
}
</style>