Shades of Pigment Green #03982D
Tints of Pigment Green #03982D
RGB
CMYK
RGB Variations
Color information
#03982D (or 0x03982D) is known color: Pigment Green. HEX triplet: 03, 98 and 2D. RGB value is (3,152,45). Sum of RGB (Red+Green+Blue) = 3+152+45=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 152 (59.77% from 255 or 76% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 152 - color contains mainly: green. Hex color #03982D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03982D is #FC67D2. Grayscale: #5F5F5F. Windows color (decimal): -16541651 or 2988035. OLE color: 2988035.
HSL color Cylindrical-coordinate representation of color #03982D: hue angle of 136.91º 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 #03982D is Cyan = 0.98, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 3 | 152 | 45 | - |
| CMYK | 0.98 | 0 | 0.70 | 0.40 |
| HSL | 136.91º | 0.96% | 0.3% | - |
| HSV(B) | 136.91º | 0.98% | 0.6% | - |
| XYZ | 11.74 | 22.67 | 6.24 | - |
| YUV | 95.25 | 99.64 | 62.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 152 | 45 | 0.98 | 0 | 0.70 | 0.40 | 136.91 | 0.96 | 0.3 |
| Hex | 3 | 98 | 2D | 62 | 0 | 46 | 28 | 89 | 60 | 1E |
| Octal | 3 | 230 | 55 | 142 | 0 | 106 | 50 | 211 | 140 | 36 |
| Binary | 11 | 10011000 | 101101 | 1100010 | 0 | 1000110 | 101000 | 10001001 | 1100000 | 11110 |
Color Harmonies of #03982D
Complementary color
Monochromatic Colors of #03982D
Black with #03982D
Text Example
Text Example
White with #03982D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03982D; }
p { color: rgb(3,152,45); }
H1.HeaderClassName
{
color: #03982D;
}
.AnyTagClassName
{
color: #03982D;
}
</style>
background-color css
<style>
a { background-color: #03982D; }
a { background-color: rgb(3,152,45); }
div.DivClassName
{
background-color: #03982D;
}
.BgClassName
{
background-color: #03982D;
}
</style>
border-color css
<style>
span { border-color: #03982D; }
span { border-color: rgb(3,152,45); }
td.TdClassName
{
border-color: #03982D;
}
.TagClassName
{
border-color: #03982D;
}
</style>