Shades of Pigment Green #03973C
Tints of Pigment Green #03973C
RGB
CMYK
RGB Variations
Color information
#03973C (or 0x03973C) is known color: Pigment Green. HEX triplet: 03, 97 and 3C. RGB value is (3,151,60). Sum of RGB (Red+Green+Blue) = 3+151+60=214 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 214); Green value is 151 (59.38% from 255 or 70.56% from 214); Blue value is 60 (23.83% from 255 or 28.04% from 214); Max value from RGB is 151 - color contains mainly: green. Hex color #03973C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03973C is #FC68C3. Grayscale: #606060. Windows color (decimal): -16541892 or 3970819. OLE color: 3970819.
HSL color Cylindrical-coordinate representation of color #03973C: hue angle of 143.11º 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 #03973C is Cyan = 0.98, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 3 | 151 | 60 | - |
| CMYK | 0.98 | 0 | 0.60 | 0.41 |
| HSL | 143.11º | 0.96% | 0.3% | - |
| HSV(B) | 143.11º | 0.98% | 0.59% | - |
| XYZ | 11.92 | 22.48 | 7.99 | - |
| YUV | 96.37 | 107.47 | 61.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 151 | 60 | 0.98 | 0 | 0.60 | 0.41 | 143.11 | 0.96 | 0.3 |
| Hex | 3 | 97 | 3C | 62 | 0 | 3C | 29 | 8F | 60 | 1E |
| Octal | 3 | 227 | 74 | 142 | 0 | 74 | 51 | 217 | 140 | 36 |
| Binary | 11 | 10010111 | 111100 | 1100010 | 0 | 111100 | 101001 | 10001111 | 1100000 | 11110 |
Color Harmonies of #03973C
Complementary color
Monochromatic Colors of #03973C
Black with #03973C
Text Example
Text Example
White with #03973C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03973C; }
p { color: rgb(3,151,60); }
H1.HeaderClassName
{
color: #03973C;
}
.AnyTagClassName
{
color: #03973C;
}
</style>
background-color css
<style>
a { background-color: #03973C; }
a { background-color: rgb(3,151,60); }
div.DivClassName
{
background-color: #03973C;
}
.BgClassName
{
background-color: #03973C;
}
</style>
border-color css
<style>
span { border-color: #03973C; }
span { border-color: rgb(3,151,60); }
td.TdClassName
{
border-color: #03973C;
}
.TagClassName
{
border-color: #03973C;
}
</style>