Shades of Pigment Green #03984A
Tints of Pigment Green #03984A
RGB
CMYK
RGB Variations
Color information
#03984A (or 0x03984A) is known color: Pigment Green. HEX triplet: 03, 98 and 4A. RGB value is (3,152,74). Sum of RGB (Red+Green+Blue) = 3+152+74=229 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.31% from 229); Green value is 152 (59.77% from 255 or 66.38% from 229); Blue value is 74 (29.30% from 255 or 32.31% from 229); Max value from RGB is 152 - color contains mainly: green. Hex color #03984A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03984A is #FC67B5. Grayscale: #626262. Windows color (decimal): -16541622 or 4888579. OLE color: 4888579.
HSL color Cylindrical-coordinate representation of color #03984A: hue angle of 148.59º 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 #03984A is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 3 | 152 | 74 | - |
| CMYK | 0.98 | 0 | 0.51 | 0.40 |
| HSL | 148.59º | 0.96% | 0.3% | - |
| HSV(B) | 148.59º | 0.98% | 0.6% | - |
| XYZ | 12.5 | 22.97 | 10.25 | - |
| YUV | 98.56 | 114.14 | 59.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 152 | 74 | 0.98 | 0 | 0.51 | 0.40 | 148.59 | 0.96 | 0.3 |
| Hex | 3 | 98 | 4A | 62 | 0 | 33 | 28 | 95 | 60 | 1E |
| Octal | 3 | 230 | 112 | 142 | 0 | 63 | 50 | 225 | 140 | 36 |
| Binary | 11 | 10011000 | 1001010 | 1100010 | 0 | 110011 | 101000 | 10010101 | 1100000 | 11110 |
Color Harmonies of #03984A
Complementary color
Monochromatic Colors of #03984A
Black with #03984A
Text Example
Text Example
White with #03984A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03984A; }
p { color: rgb(3,152,74); }
H1.HeaderClassName
{
color: #03984A;
}
.AnyTagClassName
{
color: #03984A;
}
</style>
background-color css
<style>
a { background-color: #03984A; }
a { background-color: rgb(3,152,74); }
div.DivClassName
{
background-color: #03984A;
}
.BgClassName
{
background-color: #03984A;
}
</style>
border-color css
<style>
span { border-color: #03984A; }
span { border-color: rgb(3,152,74); }
td.TdClassName
{
border-color: #03984A;
}
.TagClassName
{
border-color: #03984A;
}
</style>