Shades of Pigment Green #03953C
Tints of Pigment Green #03953C
RGB
CMYK
RGB Variations
Color information
#03953C (or 0x03953C) is known color: Pigment Green. HEX triplet: 03, 95 and 3C. RGB value is (3,149,60). Sum of RGB (Red+Green+Blue) = 3+149+60=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 149 (58.59% from 255 or 70.28% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 149 - color contains mainly: green. Hex color #03953C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03953C is #FC6AC3. Grayscale: #5F5F5F. Windows color (decimal): -16542404 or 3970307. OLE color: 3970307.
HSL color Cylindrical-coordinate representation of color #03953C: hue angle of 143.42º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03953C is Cyan = 0.98, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 149 | 60 | - |
| CMYK | 0.98 | 0 | 0.60 | 0.42 |
| HSL | 143.42º | 0.96% | 0.3% | - |
| HSV(B) | 143.42º | 0.98% | 0.58% | - |
| XYZ | 11.6 | 21.84 | 7.88 | - |
| YUV | 95.2 | 108.13 | 62.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 149 | 60 | 0.98 | 0 | 0.60 | 0.42 | 143.42 | 0.96 | 0.3 |
| Hex | 3 | 95 | 3C | 62 | 0 | 3C | 2A | 8F | 60 | 1E |
| Octal | 3 | 225 | 74 | 142 | 0 | 74 | 52 | 217 | 140 | 36 |
| Binary | 11 | 10010101 | 111100 | 1100010 | 0 | 111100 | 101010 | 10001111 | 1100000 | 11110 |
Color Harmonies of #03953C
Complementary color
Monochromatic Colors of #03953C
Black with #03953C
Text Example
Text Example
White with #03953C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03953C; }
p { color: rgb(3,149,60); }
H1.HeaderClassName
{
color: #03953C;
}
.AnyTagClassName
{
color: #03953C;
}
</style>
background-color css
<style>
a { background-color: #03953C; }
a { background-color: rgb(3,149,60); }
div.DivClassName
{
background-color: #03953C;
}
.BgClassName
{
background-color: #03953C;
}
</style>
border-color css
<style>
span { border-color: #03953C; }
span { border-color: rgb(3,149,60); }
td.TdClassName
{
border-color: #03953C;
}
.TagClassName
{
border-color: #03953C;
}
</style>