Shades of Pigment Green #03A039
Tints of Pigment Green #03A039
RGB
CMYK
RGB Variations
Color information
#03A039 (or 0x03A039) is known color: Pigment Green. HEX triplet: 03, A0 and 39. RGB value is (3,160,57). Sum of RGB (Red+Green+Blue) = 3+160+57=220 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 220); Green value is 160 (62.89% from 255 or 72.73% from 220); Blue value is 57 (22.66% from 255 or 25.91% from 220); Max value from RGB is 160 - color contains mainly: green. Hex color #03A039 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03A039 is #FC5FC6. Grayscale: #656565. Windows color (decimal): -16539591 or 3776515. OLE color: 3776515.
HSL color Cylindrical-coordinate representation of color #03A039: hue angle of 140.64º 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 #03A039 is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 3 | 160 | 57 | - |
| CMYK | 0.98 | 0 | 0.64 | 0.37 |
| HSL | 140.64º | 0.96% | 0.32% | - |
| HSV(B) | 140.64º | 0.98% | 0.63% | - |
| XYZ | 13.35 | 25.46 | 8.08 | - |
| YUV | 101.32 | 102.99 | 57.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 160 | 57 | 0.98 | 0 | 0.64 | 0.37 | 140.64 | 0.96 | 0.32 |
| Hex | 3 | A0 | 39 | 62 | 0 | 40 | 25 | 8D | 60 | 20 |
| Octal | 3 | 240 | 71 | 142 | 0 | 100 | 45 | 215 | 140 | 40 |
| Binary | 11 | 10100000 | 111001 | 1100010 | 0 | 1000000 | 100101 | 10001101 | 1100000 | 100000 |
Color Harmonies of #03A039
Complementary color
Monochromatic Colors of #03A039
Black with #03A039
Text Example
Text Example
White with #03A039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A039; }
p { color: rgb(3,160,57); }
H1.HeaderClassName
{
color: #03A039;
}
.AnyTagClassName
{
color: #03A039;
}
</style>
background-color css
<style>
a { background-color: #03A039; }
a { background-color: rgb(3,160,57); }
div.DivClassName
{
background-color: #03A039;
}
.BgClassName
{
background-color: #03A039;
}
</style>
border-color css
<style>
span { border-color: #03A039; }
span { border-color: rgb(3,160,57); }
td.TdClassName
{
border-color: #03A039;
}
.TagClassName
{
border-color: #03A039;
}
</style>