Shades of Pigment Green #02A238
Tints of Pigment Green #02A238
RGB
CMYK
RGB Variations
Color information
#02A238 (or 0x02A238) is known color: Pigment Green. HEX triplet: 02, A2 and 38. RGB value is (2,162,56). Sum of RGB (Red+Green+Blue) = 2+162+56=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 162 (63.67% from 255 or 73.64% from 220); Blue value is 56 (22.27% from 255 or 25.45% from 220); Max value from RGB is 162 - color contains mainly: green. Hex color #02A238 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A238 is #FD5DC7. Grayscale: #666666. Windows color (decimal): -16604616 or 3711490. OLE color: 3711490.
HSL color Cylindrical-coordinate representation of color #02A238: hue angle of 140.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 #02A238 is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 162 | 56 | - |
| CMYK | 0.99 | 0 | 0.65 | 0.36 |
| HSL | 140.25º | 0.98% | 0.32% | - |
| HSV(B) | 140.25º | 0.99% | 0.64% | - |
| XYZ | 13.66 | 26.14 | 8.07 | - |
| YUV | 102.08 | 101.99 | 56.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 162 | 56 | 0.99 | 0 | 0.65 | 0.36 | 140.25 | 0.98 | 0.32 |
| Hex | 2 | A2 | 38 | 63 | 0 | 41 | 24 | 8C | 62 | 20 |
| Octal | 2 | 242 | 70 | 143 | 0 | 101 | 44 | 214 | 142 | 40 |
| Binary | 10 | 10100010 | 111000 | 1100011 | 0 | 1000001 | 100100 | 10001100 | 1100010 | 100000 |
Color Harmonies of #02A238
Complementary color
Monochromatic Colors of #02A238
Black with #02A238
Text Example
Text Example
White with #02A238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A238; }
p { color: rgb(2,162,56); }
H1.HeaderClassName
{
color: #02A238;
}
.AnyTagClassName
{
color: #02A238;
}
</style>
background-color css
<style>
a { background-color: #02A238; }
a { background-color: rgb(2,162,56); }
div.DivClassName
{
background-color: #02A238;
}
.BgClassName
{
background-color: #02A238;
}
</style>
border-color css
<style>
span { border-color: #02A238; }
span { border-color: rgb(2,162,56); }
td.TdClassName
{
border-color: #02A238;
}
.TagClassName
{
border-color: #02A238;
}
</style>