Shades of Pigment Green #03A252
Tints of Pigment Green #03A252
RGB
CMYK
RGB Variations
Color information
#03A252 (or 0x03A252) is known color: Pigment Green. HEX triplet: 03, A2 and 52. RGB value is (3,162,82). Sum of RGB (Red+Green+Blue) = 3+162+82=247 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 247); Green value is 162 (63.67% from 255 or 65.59% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 162 - color contains mainly: green. Hex color #03A252 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03A252 is #FC5DAD. Grayscale: #696969. Windows color (decimal): -16539054 or 5415427. OLE color: 5415427.
HSL color Cylindrical-coordinate representation of color #03A252: hue angle of 149.81º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A252 is Cyan = 0.98, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 162 | 82 | - |
| CMYK | 0.98 | 0 | 0.49 | 0.36 |
| HSL | 149.81º | 0.96% | 0.32% | - |
| HSV(B) | 149.81º | 0.98% | 0.64% | - |
| XYZ | 14.48 | 26.47 | 12.33 | - |
| YUV | 105.34 | 114.82 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 162 | 82 | 0.98 | 0 | 0.49 | 0.36 | 149.81 | 0.96 | 0.32 |
| Hex | 3 | A2 | 52 | 62 | 0 | 31 | 24 | 96 | 60 | 20 |
| Octal | 3 | 242 | 122 | 142 | 0 | 61 | 44 | 226 | 140 | 40 |
| Binary | 11 | 10100010 | 1010010 | 1100010 | 0 | 110001 | 100100 | 10010110 | 1100000 | 100000 |
Color Harmonies of #03A252
Complementary color
Monochromatic Colors of #03A252
Black with #03A252
Text Example
Text Example
White with #03A252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A252; }
p { color: rgb(3,162,82); }
H1.HeaderClassName
{
color: #03A252;
}
.AnyTagClassName
{
color: #03A252;
}
</style>
background-color css
<style>
a { background-color: #03A252; }
a { background-color: rgb(3,162,82); }
div.DivClassName
{
background-color: #03A252;
}
.BgClassName
{
background-color: #03A252;
}
</style>
border-color css
<style>
span { border-color: #03A252; }
span { border-color: rgb(3,162,82); }
td.TdClassName
{
border-color: #03A252;
}
.TagClassName
{
border-color: #03A252;
}
</style>