Shades of Pigment Green #03A040
Tints of Pigment Green #03A040
RGB
CMYK
RGB Variations
Color information
#03A040 (or 0x03A040) is known color: Pigment Green. HEX triplet: 03, A0 and 40. RGB value is (3,160,64). Sum of RGB (Red+Green+Blue) = 3+160+64=227 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 227); Green value is 160 (62.89% from 255 or 70.48% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 160 - color contains mainly: green. Hex color #03A040 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03A040 is #FC5FBF. Grayscale: #666666. Windows color (decimal): -16539584 or 4235267. OLE color: 4235267.
HSL color Cylindrical-coordinate representation of color #03A040: hue angle of 143.31º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A040 is Cyan = 0.98, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 3 | 160 | 64 | - |
| CMYK | 0.98 | 0 | 0.6 | 0.37 |
| HSL | 143.31º | 0.96% | 0.32% | - |
| HSV(B) | 143.31º | 0.98% | 0.63% | - |
| XYZ | 13.53 | 25.53 | 9.07 | - |
| YUV | 102.11 | 106.49 | 57.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 160 | 64 | 0.98 | 0 | 0.6 | 0.37 | 143.31 | 0.96 | 0.32 |
| Hex | 3 | A0 | 40 | 62 | 0 | 3C | 25 | 8F | 60 | 20 |
| Octal | 3 | 240 | 100 | 142 | 0 | 74 | 45 | 217 | 140 | 40 |
| Binary | 11 | 10100000 | 1000000 | 1100010 | 0 | 111100 | 100101 | 10001111 | 1100000 | 100000 |
Color Harmonies of #03A040
Complementary color
Monochromatic Colors of #03A040
Black with #03A040
Text Example
Text Example
White with #03A040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A040; }
p { color: rgb(3,160,64); }
H1.HeaderClassName
{
color: #03A040;
}
.AnyTagClassName
{
color: #03A040;
}
</style>
background-color css
<style>
a { background-color: #03A040; }
a { background-color: rgb(3,160,64); }
div.DivClassName
{
background-color: #03A040;
}
.BgClassName
{
background-color: #03A040;
}
</style>
border-color css
<style>
span { border-color: #03A040; }
span { border-color: rgb(3,160,64); }
td.TdClassName
{
border-color: #03A040;
}
.TagClassName
{
border-color: #03A040;
}
</style>