Shades of Pigment Green #02A236
Tints of Pigment Green #02A236
RGB
CMYK
RGB Variations
Color information
#02A236 (or 0x02A236) is known color: Pigment Green. HEX triplet: 02, A2 and 36. RGB value is (2,162,54). Sum of RGB (Red+Green+Blue) = 2+162+54=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 162 (63.67% from 255 or 74.31% from 218); Blue value is 54 (21.48% from 255 or 24.77% from 218); Max value from RGB is 162 - color contains mainly: green. Hex color #02A236 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A236 is #FD5DC9. Grayscale: #666666. Windows color (decimal): -16604618 or 3580418. OLE color: 3580418.
HSL color Cylindrical-coordinate representation of color #02A236: hue angle of 139.5º 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 #02A236 is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 162 | 54 | - |
| CMYK | 0.99 | 0 | 0.67 | 0.36 |
| HSL | 139.5º | 0.98% | 0.32% | - |
| HSV(B) | 139.5º | 0.99% | 0.64% | - |
| XYZ | 13.61 | 26.12 | 7.81 | - |
| YUV | 101.85 | 100.99 | 56.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 162 | 54 | 0.99 | 0 | 0.67 | 0.36 | 139.5 | 0.98 | 0.32 |
| Hex | 2 | A2 | 36 | 63 | 0 | 43 | 24 | 8C | 62 | 20 |
| Octal | 2 | 242 | 66 | 143 | 0 | 103 | 44 | 214 | 142 | 40 |
| Binary | 10 | 10100010 | 110110 | 1100011 | 0 | 1000011 | 100100 | 10001100 | 1100010 | 100000 |
Color Harmonies of #02A236
Complementary color
Monochromatic Colors of #02A236
Black with #02A236
Text Example
Text Example
White with #02A236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A236; }
p { color: rgb(2,162,54); }
H1.HeaderClassName
{
color: #02A236;
}
.AnyTagClassName
{
color: #02A236;
}
</style>
background-color css
<style>
a { background-color: #02A236; }
a { background-color: rgb(2,162,54); }
div.DivClassName
{
background-color: #02A236;
}
.BgClassName
{
background-color: #02A236;
}
</style>
border-color css
<style>
span { border-color: #02A236; }
span { border-color: rgb(2,162,54); }
td.TdClassName
{
border-color: #02A236;
}
.TagClassName
{
border-color: #02A236;
}
</style>