Shades of Pigment Green #03984C
Tints of Pigment Green #03984C
RGB
CMYK
RGB Variations
Color information
#03984C (or 0x03984C) is known color: Pigment Green. HEX triplet: 03, 98 and 4C. RGB value is (3,152,76). Sum of RGB (Red+Green+Blue) = 3+152+76=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 152 (59.77% from 255 or 65.80% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 152 - color contains mainly: green. Hex color #03984C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03984C is #FC67B3. Grayscale: #626262. Windows color (decimal): -16541620 or 5019651. OLE color: 5019651.
HSL color Cylindrical-coordinate representation of color #03984C: hue angle of 149.4º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03984C is Cyan = 0.98, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 3 | 152 | 76 | - |
| CMYK | 0.98 | 0 | 0.50 | 0.40 |
| HSL | 149.4º | 0.96% | 0.3% | - |
| HSV(B) | 149.4º | 0.98% | 0.6% | - |
| XYZ | 12.57 | 23 | 10.61 | - |
| YUV | 98.79 | 115.14 | 59.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 152 | 76 | 0.98 | 0 | 0.50 | 0.40 | 149.4 | 0.96 | 0.3 |
| Hex | 3 | 98 | 4C | 62 | 0 | 32 | 28 | 95 | 60 | 1E |
| Octal | 3 | 230 | 114 | 142 | 0 | 62 | 50 | 225 | 140 | 36 |
| Binary | 11 | 10011000 | 1001100 | 1100010 | 0 | 110010 | 101000 | 10010101 | 1100000 | 11110 |
Color Harmonies of #03984C
Complementary color
Monochromatic Colors of #03984C
Black with #03984C
Text Example
Text Example
White with #03984C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03984C; }
p { color: rgb(3,152,76); }
H1.HeaderClassName
{
color: #03984C;
}
.AnyTagClassName
{
color: #03984C;
}
</style>
background-color css
<style>
a { background-color: #03984C; }
a { background-color: rgb(3,152,76); }
div.DivClassName
{
background-color: #03984C;
}
.BgClassName
{
background-color: #03984C;
}
</style>
border-color css
<style>
span { border-color: #03984C; }
span { border-color: rgb(3,152,76); }
td.TdClassName
{
border-color: #03984C;
}
.TagClassName
{
border-color: #03984C;
}
</style>