Shades of Pigment Green #039145
Tints of Pigment Green #039145
RGB
CMYK
RGB Variations
Color information
#039145 (or 0x039145) is known color: Pigment Green. HEX triplet: 03, 91 and 45. RGB value is (3,145,69). Sum of RGB (Red+Green+Blue) = 3+145+69=217 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 217); Green value is 145 (57.03% from 255 or 66.82% from 217); Blue value is 69 (27.34% from 255 or 31.80% from 217); Max value from RGB is 145 - color contains mainly: green. Hex color #039145 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #039145 is #FC6EBA. Grayscale: #5E5E5E. Windows color (decimal): -16543419 or 4559107. OLE color: 4559107.
HSL color Cylindrical-coordinate representation of color #039145: hue angle of 147.89º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039145 is Cyan = 0.98, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 3 | 145 | 69 | - |
| CMYK | 0.98 | 0 | 0.52 | 0.43 |
| HSL | 147.89º | 0.96% | 0.29% | - |
| HSV(B) | 147.89º | 0.98% | 0.57% | - |
| XYZ | 11.24 | 20.7 | 9.03 | - |
| YUV | 93.88 | 113.96 | 63.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 145 | 69 | 0.98 | 0 | 0.52 | 0.43 | 147.89 | 0.96 | 0.29 |
| Hex | 3 | 91 | 45 | 62 | 0 | 34 | 2B | 94 | 60 | 1D |
| Octal | 3 | 221 | 105 | 142 | 0 | 64 | 53 | 224 | 140 | 35 |
| Binary | 11 | 10010001 | 1000101 | 1100010 | 0 | 110100 | 101011 | 10010100 | 1100000 | 11101 |
Color Harmonies of #039145
Complementary color
Monochromatic Colors of #039145
Black with #039145
Text Example
Text Example
White with #039145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039145; }
p { color: rgb(3,145,69); }
H1.HeaderClassName
{
color: #039145;
}
.AnyTagClassName
{
color: #039145;
}
</style>
background-color css
<style>
a { background-color: #039145; }
a { background-color: rgb(3,145,69); }
div.DivClassName
{
background-color: #039145;
}
.BgClassName
{
background-color: #039145;
}
</style>
border-color css
<style>
span { border-color: #039145; }
span { border-color: rgb(3,145,69); }
td.TdClassName
{
border-color: #039145;
}
.TagClassName
{
border-color: #039145;
}
</style>