Shades of Pigment Green #03963B
Tints of Pigment Green #03963B
RGB
CMYK
RGB Variations
Color information
#03963B (or 0x03963B) is known color: Pigment Green. HEX triplet: 03, 96 and 3B. RGB value is (3,150,59). Sum of RGB (Red+Green+Blue) = 3+150+59=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 150 (58.98% from 255 or 70.75% from 212); Blue value is 59 (23.44% from 255 or 27.83% from 212); Max value from RGB is 150 - color contains mainly: green. Hex color #03963B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03963B is #FC69C4. Grayscale: #5F5F5F. Windows color (decimal): -16542149 or 3905027. OLE color: 3905027.
HSL color Cylindrical-coordinate representation of color #03963B: hue angle of 142.86º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03963B is Cyan = 0.98, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 3 | 150 | 59 | - |
| CMYK | 0.98 | 0 | 0.61 | 0.41 |
| HSL | 142.86º | 0.96% | 0.3% | - |
| HSV(B) | 142.86º | 0.98% | 0.59% | - |
| XYZ | 11.73 | 22.15 | 7.79 | - |
| YUV | 95.67 | 107.3 | 61.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 150 | 59 | 0.98 | 0 | 0.61 | 0.41 | 142.86 | 0.96 | 0.3 |
| Hex | 3 | 96 | 3B | 62 | 0 | 3D | 29 | 8F | 60 | 1E |
| Octal | 3 | 226 | 73 | 142 | 0 | 75 | 51 | 217 | 140 | 36 |
| Binary | 11 | 10010110 | 111011 | 1100010 | 0 | 111101 | 101001 | 10001111 | 1100000 | 11110 |
Color Harmonies of #03963B
Complementary color
Monochromatic Colors of #03963B
Black with #03963B
Text Example
Text Example
White with #03963B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03963B; }
p { color: rgb(3,150,59); }
H1.HeaderClassName
{
color: #03963B;
}
.AnyTagClassName
{
color: #03963B;
}
</style>
background-color css
<style>
a { background-color: #03963B; }
a { background-color: rgb(3,150,59); }
div.DivClassName
{
background-color: #03963B;
}
.BgClassName
{
background-color: #03963B;
}
</style>
border-color css
<style>
span { border-color: #03963B; }
span { border-color: rgb(3,150,59); }
td.TdClassName
{
border-color: #03963B;
}
.TagClassName
{
border-color: #03963B;
}
</style>