Shades of Pigment Green #03A03B
Tints of Pigment Green #03A03B
RGB
CMYK
RGB Variations
Color information
#03A03B (or 0x03A03B) is known color: Pigment Green. HEX triplet: 03, A0 and 3B. RGB value is (3,160,59). Sum of RGB (Red+Green+Blue) = 3+160+59=222 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 222); Green value is 160 (62.89% from 255 or 72.07% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 160 - color contains mainly: green. Hex color #03A03B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03A03B is #FC5FC4. Grayscale: #656565. Windows color (decimal): -16539589 or 3907587. OLE color: 3907587.
HSL color Cylindrical-coordinate representation of color #03A03B: hue angle of 141.4º 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 #03A03B is Cyan = 0.98, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 3 | 160 | 59 | - |
| CMYK | 0.98 | 0 | 0.63 | 0.37 |
| HSL | 141.4º | 0.96% | 0.32% | - |
| HSV(B) | 141.4º | 0.98% | 0.63% | - |
| XYZ | 13.4 | 25.48 | 8.35 | - |
| YUV | 101.54 | 103.99 | 57.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 160 | 59 | 0.98 | 0 | 0.63 | 0.37 | 141.4 | 0.96 | 0.32 |
| Hex | 3 | A0 | 3B | 62 | 0 | 3F | 25 | 8D | 60 | 20 |
| Octal | 3 | 240 | 73 | 142 | 0 | 77 | 45 | 215 | 140 | 40 |
| Binary | 11 | 10100000 | 111011 | 1100010 | 0 | 111111 | 100101 | 10001101 | 1100000 | 100000 |
Color Harmonies of #03A03B
Complementary color
Monochromatic Colors of #03A03B
Black with #03A03B
Text Example
Text Example
White with #03A03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A03B; }
p { color: rgb(3,160,59); }
H1.HeaderClassName
{
color: #03A03B;
}
.AnyTagClassName
{
color: #03A03B;
}
</style>
background-color css
<style>
a { background-color: #03A03B; }
a { background-color: rgb(3,160,59); }
div.DivClassName
{
background-color: #03A03B;
}
.BgClassName
{
background-color: #03A03B;
}
</style>
border-color css
<style>
span { border-color: #03A03B; }
span { border-color: rgb(3,160,59); }
td.TdClassName
{
border-color: #03A03B;
}
.TagClassName
{
border-color: #03A03B;
}
</style>