Shades of Pigment Green #02A240
Tints of Pigment Green #02A240
RGB
CMYK
RGB Variations
Color information
#02A240 (or 0x02A240) is known color: Pigment Green. HEX triplet: 02, A2 and 40. RGB value is (2,162,64). Sum of RGB (Red+Green+Blue) = 2+162+64=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 162 (63.67% from 255 or 71.05% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 162 - color contains mainly: green. Hex color #02A240 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A240 is #FD5DBF. Grayscale: #676767. Windows color (decimal): -16604608 or 4235778. OLE color: 4235778.
HSL color Cylindrical-coordinate representation of color #02A240: hue angle of 143.25º 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 #02A240 is Cyan = 0.99, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 162 | 64 | - |
| CMYK | 0.99 | 0 | 0.60 | 0.36 |
| HSL | 143.25º | 0.98% | 0.32% | - |
| HSV(B) | 143.25º | 0.99% | 0.64% | - |
| XYZ | 13.87 | 26.22 | 9.18 | - |
| YUV | 102.99 | 105.99 | 55.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 162 | 64 | 0.99 | 0 | 0.60 | 0.36 | 143.25 | 0.98 | 0.32 |
| Hex | 2 | A2 | 40 | 63 | 0 | 3C | 24 | 8F | 62 | 20 |
| Octal | 2 | 242 | 100 | 143 | 0 | 74 | 44 | 217 | 142 | 40 |
| Binary | 10 | 10100010 | 1000000 | 1100011 | 0 | 111100 | 100100 | 10001111 | 1100010 | 100000 |
Color Harmonies of #02A240
Complementary color
Monochromatic Colors of #02A240
Black with #02A240
Text Example
Text Example
White with #02A240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A240; }
p { color: rgb(2,162,64); }
H1.HeaderClassName
{
color: #02A240;
}
.AnyTagClassName
{
color: #02A240;
}
</style>
background-color css
<style>
a { background-color: #02A240; }
a { background-color: rgb(2,162,64); }
div.DivClassName
{
background-color: #02A240;
}
.BgClassName
{
background-color: #02A240;
}
</style>
border-color css
<style>
span { border-color: #02A240; }
span { border-color: rgb(2,162,64); }
td.TdClassName
{
border-color: #02A240;
}
.TagClassName
{
border-color: #02A240;
}
</style>