Shades of Pigment Green #03974A
Tints of Pigment Green #03974A
RGB
CMYK
RGB Variations
Color information
#03974A (or 0x03974A) is known color: Pigment Green. HEX triplet: 03, 97 and 4A. RGB value is (3,151,74). Sum of RGB (Red+Green+Blue) = 3+151+74=228 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 228); Green value is 151 (59.38% from 255 or 66.23% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 151 - color contains mainly: green. Hex color #03974A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03974A is #FC68B5. Grayscale: #626262. Windows color (decimal): -16541878 or 4888323. OLE color: 4888323.
HSL color Cylindrical-coordinate representation of color #03974A: hue angle of 148.78º 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 #03974A is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 3 | 151 | 74 | - |
| CMYK | 0.98 | 0 | 0.51 | 0.41 |
| HSL | 148.78º | 0.96% | 0.3% | - |
| HSV(B) | 148.78º | 0.98% | 0.59% | - |
| XYZ | 12.34 | 22.65 | 10.2 | - |
| YUV | 97.97 | 114.47 | 60.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 151 | 74 | 0.98 | 0 | 0.51 | 0.41 | 148.78 | 0.96 | 0.3 |
| Hex | 3 | 97 | 4A | 62 | 0 | 33 | 29 | 95 | 60 | 1E |
| Octal | 3 | 227 | 112 | 142 | 0 | 63 | 51 | 225 | 140 | 36 |
| Binary | 11 | 10010111 | 1001010 | 1100010 | 0 | 110011 | 101001 | 10010101 | 1100000 | 11110 |
Color Harmonies of #03974A
Complementary color
Monochromatic Colors of #03974A
Black with #03974A
Text Example
Text Example
White with #03974A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03974A; }
p { color: rgb(3,151,74); }
H1.HeaderClassName
{
color: #03974A;
}
.AnyTagClassName
{
color: #03974A;
}
</style>
background-color css
<style>
a { background-color: #03974A; }
a { background-color: rgb(3,151,74); }
div.DivClassName
{
background-color: #03974A;
}
.BgClassName
{
background-color: #03974A;
}
</style>
border-color css
<style>
span { border-color: #03974A; }
span { border-color: rgb(3,151,74); }
td.TdClassName
{
border-color: #03974A;
}
.TagClassName
{
border-color: #03974A;
}
</style>