Shades of Pigment Green #03904C
Tints of Pigment Green #03904C
RGB
CMYK
RGB Variations
Color information
#03904C (or 0x03904C) is known color: Pigment Green. HEX triplet: 03, 90 and 4C. RGB value is (3,144,76). Sum of RGB (Red+Green+Blue) = 3+144+76=223 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 223); Green value is 144 (56.64% from 255 or 64.57% from 223); Blue value is 76 (30.08% from 255 or 34.08% from 223); Max value from RGB is 144 - color contains mainly: green. Hex color #03904C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03904C is #FC6FB3. Grayscale: #5E5E5E. Windows color (decimal): -16543668 or 5017603. OLE color: 5017603.
HSL color Cylindrical-coordinate representation of color #03904C: hue angle of 151.06º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03904C is Cyan = 0.98, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 144 | 76 | - |
| CMYK | 0.98 | 0 | 0.47 | 0.44 |
| HSL | 151.06º | 0.96% | 0.29% | - |
| HSV(B) | 151.06º | 0.98% | 0.56% | - |
| XYZ | 11.32 | 20.49 | 10.2 | - |
| YUV | 94.09 | 117.79 | 63.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 144 | 76 | 0.98 | 0 | 0.47 | 0.44 | 151.06 | 0.96 | 0.29 |
| Hex | 3 | 90 | 4C | 62 | 0 | 2F | 2C | 97 | 60 | 1D |
| Octal | 3 | 220 | 114 | 142 | 0 | 57 | 54 | 227 | 140 | 35 |
| Binary | 11 | 10010000 | 1001100 | 1100010 | 0 | 101111 | 101100 | 10010111 | 1100000 | 11101 |
Color Harmonies of #03904C
Complementary color
Monochromatic Colors of #03904C
Black with #03904C
Text Example
Text Example
White with #03904C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03904C; }
p { color: rgb(3,144,76); }
H1.HeaderClassName
{
color: #03904C;
}
.AnyTagClassName
{
color: #03904C;
}
</style>
background-color css
<style>
a { background-color: #03904C; }
a { background-color: rgb(3,144,76); }
div.DivClassName
{
background-color: #03904C;
}
.BgClassName
{
background-color: #03904C;
}
</style>
border-color css
<style>
span { border-color: #03904C; }
span { border-color: rgb(3,144,76); }
td.TdClassName
{
border-color: #03904C;
}
.TagClassName
{
border-color: #03904C;
}
</style>