Shades of Pigment Green #03904B
Tints of Pigment Green #03904B
RGB
CMYK
RGB Variations
Color information
#03904B (or 0x03904B) is known color: Pigment Green. HEX triplet: 03, 90 and 4B. RGB value is (3,144,75). Sum of RGB (Red+Green+Blue) = 3+144+75=222 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 222); Green value is 144 (56.64% from 255 or 64.86% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 144 - color contains mainly: green. Hex color #03904B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03904B is #FC6FB4. Grayscale: #5E5E5E. Windows color (decimal): -16543669 or 4952067. OLE color: 4952067.
HSL color Cylindrical-coordinate representation of color #03904B: hue angle of 150.64º 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 #03904B is Cyan = 0.98, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 144 | 75 | - |
| CMYK | 0.98 | 0 | 0.48 | 0.44 |
| HSL | 150.64º | 0.96% | 0.29% | - |
| HSV(B) | 150.64º | 0.98% | 0.56% | - |
| XYZ | 11.28 | 20.47 | 10.01 | - |
| YUV | 93.98 | 117.29 | 63.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 144 | 75 | 0.98 | 0 | 0.48 | 0.44 | 150.64 | 0.96 | 0.29 |
| Hex | 3 | 90 | 4B | 62 | 0 | 30 | 2C | 97 | 60 | 1D |
| Octal | 3 | 220 | 113 | 142 | 0 | 60 | 54 | 227 | 140 | 35 |
| Binary | 11 | 10010000 | 1001011 | 1100010 | 0 | 110000 | 101100 | 10010111 | 1100000 | 11101 |
Color Harmonies of #03904B
Complementary color
Monochromatic Colors of #03904B
Black with #03904B
Text Example
Text Example
White with #03904B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03904B; }
p { color: rgb(3,144,75); }
H1.HeaderClassName
{
color: #03904B;
}
.AnyTagClassName
{
color: #03904B;
}
</style>
background-color css
<style>
a { background-color: #03904B; }
a { background-color: rgb(3,144,75); }
div.DivClassName
{
background-color: #03904B;
}
.BgClassName
{
background-color: #03904B;
}
</style>
border-color css
<style>
span { border-color: #03904B; }
span { border-color: rgb(3,144,75); }
td.TdClassName
{
border-color: #03904B;
}
.TagClassName
{
border-color: #03904B;
}
</style>