Shades of Pigment Green #03983C
Tints of Pigment Green #03983C
RGB
CMYK
RGB Variations
Color information
#03983C (or 0x03983C) is known color: Pigment Green. HEX triplet: 03, 98 and 3C. RGB value is (3,152,60). Sum of RGB (Red+Green+Blue) = 3+152+60=215 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 215); Green value is 152 (59.77% from 255 or 70.70% from 215); Blue value is 60 (23.83% from 255 or 27.91% from 215); Max value from RGB is 152 - color contains mainly: green. Hex color #03983C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03983C is #FC67C3. Grayscale: #616161. Windows color (decimal): -16541636 or 3971075. OLE color: 3971075.
HSL color Cylindrical-coordinate representation of color #03983C: hue angle of 142.95º 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 #03983C is Cyan = 0.98, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 3 | 152 | 60 | - |
| CMYK | 0.98 | 0 | 0.61 | 0.40 |
| HSL | 142.95º | 0.96% | 0.3% | - |
| HSV(B) | 142.95º | 0.98% | 0.6% | - |
| XYZ | 12.08 | 22.8 | 8.04 | - |
| YUV | 96.96 | 107.14 | 60.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 152 | 60 | 0.98 | 0 | 0.61 | 0.40 | 142.95 | 0.96 | 0.3 |
| Hex | 3 | 98 | 3C | 62 | 0 | 3D | 28 | 8F | 60 | 1E |
| Octal | 3 | 230 | 74 | 142 | 0 | 75 | 50 | 217 | 140 | 36 |
| Binary | 11 | 10011000 | 111100 | 1100010 | 0 | 111101 | 101000 | 10001111 | 1100000 | 11110 |
Color Harmonies of #03983C
Complementary color
Monochromatic Colors of #03983C
Black with #03983C
Text Example
Text Example
White with #03983C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03983C; }
p { color: rgb(3,152,60); }
H1.HeaderClassName
{
color: #03983C;
}
.AnyTagClassName
{
color: #03983C;
}
</style>
background-color css
<style>
a { background-color: #03983C; }
a { background-color: rgb(3,152,60); }
div.DivClassName
{
background-color: #03983C;
}
.BgClassName
{
background-color: #03983C;
}
</style>
border-color css
<style>
span { border-color: #03983C; }
span { border-color: rgb(3,152,60); }
td.TdClassName
{
border-color: #03983C;
}
.TagClassName
{
border-color: #03983C;
}
</style>