Shades of Pigment Green #039031
Tints of Pigment Green #039031
RGB
CMYK
RGB Variations
Color information
#039031 (or 0x039031) is known color: Pigment Green. HEX triplet: 03, 90 and 31. RGB value is (3,144,49). Sum of RGB (Red+Green+Blue) = 3+144+49=196 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.53% from 196); Green value is 144 (56.64% from 255 or 73.47% from 196); Blue value is 49 (19.53% from 255 or 25% from 196); Max value from RGB is 144 - color contains mainly: green. Hex color #039031 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #039031 is #FC6FCE. Grayscale: #5B5B5B. Windows color (decimal): -16543695 or 3248131. OLE color: 3248131.
HSL color Cylindrical-coordinate representation of color #039031: hue angle of 139.57º 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 #039031 is Cyan = 0.98, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 144 | 49 | - |
| CMYK | 0.98 | 0 | 0.66 | 0.44 |
| HSL | 139.57º | 0.96% | 0.29% | - |
| HSV(B) | 139.57º | 0.98% | 0.56% | - |
| XYZ | 10.57 | 20.19 | 6.25 | - |
| YUV | 91.01 | 104.29 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 144 | 49 | 0.98 | 0 | 0.66 | 0.44 | 139.57 | 0.96 | 0.29 |
| Hex | 3 | 90 | 31 | 62 | 0 | 42 | 2C | 8C | 60 | 1D |
| Octal | 3 | 220 | 61 | 142 | 0 | 102 | 54 | 214 | 140 | 35 |
| Binary | 11 | 10010000 | 110001 | 1100010 | 0 | 1000010 | 101100 | 10001100 | 1100000 | 11101 |
Color Harmonies of #039031
Complementary color
Monochromatic Colors of #039031
Black with #039031
Text Example
Text Example
White with #039031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039031; }
p { color: rgb(3,144,49); }
H1.HeaderClassName
{
color: #039031;
}
.AnyTagClassName
{
color: #039031;
}
</style>
background-color css
<style>
a { background-color: #039031; }
a { background-color: rgb(3,144,49); }
div.DivClassName
{
background-color: #039031;
}
.BgClassName
{
background-color: #039031;
}
</style>
border-color css
<style>
span { border-color: #039031; }
span { border-color: rgb(3,144,49); }
td.TdClassName
{
border-color: #039031;
}
.TagClassName
{
border-color: #039031;
}
</style>