Shades of Pigment Green #03974D
Tints of Pigment Green #03974D
RGB
CMYK
RGB Variations
Color information
#03974D (or 0x03974D) is known color: Pigment Green. HEX triplet: 03, 97 and 4D. RGB value is (3,151,77). Sum of RGB (Red+Green+Blue) = 3+151+77=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 151 (59.38% from 255 or 65.37% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 151 - color contains mainly: green. Hex color #03974D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03974D is #FC68B2. Grayscale: #626262. Windows color (decimal): -16541875 or 5084931. OLE color: 5084931.
HSL color Cylindrical-coordinate representation of color #03974D: hue angle of 150º 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 #03974D is Cyan = 0.98, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 3 | 151 | 77 | - |
| CMYK | 0.98 | 0 | 0.49 | 0.41 |
| HSL | 150º | 0.96% | 0.3% | - |
| HSV(B) | 150º | 0.98% | 0.59% | - |
| XYZ | 12.44 | 22.69 | 10.74 | - |
| YUV | 98.31 | 115.97 | 60.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 151 | 77 | 0.98 | 0 | 0.49 | 0.41 | 150 | 0.96 | 0.3 |
| Hex | 3 | 97 | 4D | 62 | 0 | 31 | 29 | 96 | 60 | 1E |
| Octal | 3 | 227 | 115 | 142 | 0 | 61 | 51 | 226 | 140 | 36 |
| Binary | 11 | 10010111 | 1001101 | 1100010 | 0 | 110001 | 101001 | 10010110 | 1100000 | 11110 |
Color Harmonies of #03974D
Complementary color
Monochromatic Colors of #03974D
Black with #03974D
Text Example
Text Example
White with #03974D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03974D; }
p { color: rgb(3,151,77); }
H1.HeaderClassName
{
color: #03974D;
}
.AnyTagClassName
{
color: #03974D;
}
</style>
background-color css
<style>
a { background-color: #03974D; }
a { background-color: rgb(3,151,77); }
div.DivClassName
{
background-color: #03974D;
}
.BgClassName
{
background-color: #03974D;
}
</style>
border-color css
<style>
span { border-color: #03974D; }
span { border-color: rgb(3,151,77); }
td.TdClassName
{
border-color: #03974D;
}
.TagClassName
{
border-color: #03974D;
}
</style>