Shades of Pigment Green #049140
Tints of Pigment Green #049140
RGB
CMYK
RGB Variations
Color information
#049140 (or 0x049140) is known color: Pigment Green. HEX triplet: 04, 91 and 40. RGB value is (4,145,64). Sum of RGB (Red+Green+Blue) = 4+145+64=213 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.88% from 213); Green value is 145 (57.03% from 255 or 68.08% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 145 - color contains mainly: green. Hex color #049140 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049140 is #FB6EBF. Grayscale: #5D5D5D. Windows color (decimal): -16477888 or 4231428. OLE color: 4231428.
HSL color Cylindrical-coordinate representation of color #049140: hue angle of 145.53º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049140 is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 4 | 145 | 64 | - |
| CMYK | 0.97 | 0 | 0.56 | 0.43 |
| HSL | 145.53º | 0.95% | 0.29% | - |
| HSV(B) | 145.53º | 0.97% | 0.57% | - |
| XYZ | 11.1 | 20.65 | 8.25 | - |
| YUV | 93.61 | 111.29 | 64.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 145 | 64 | 0.97 | 0 | 0.56 | 0.43 | 145.53 | 0.95 | 0.29 |
| Hex | 4 | 91 | 40 | 61 | 0 | 38 | 2B | 92 | 5F | 1D |
| Octal | 4 | 221 | 100 | 141 | 0 | 70 | 53 | 222 | 137 | 35 |
| Binary | 100 | 10010001 | 1000000 | 1100001 | 0 | 111000 | 101011 | 10010010 | 1011111 | 11101 |
Color Harmonies of #049140
Complementary color
Monochromatic Colors of #049140
Black with #049140
Text Example
Text Example
White with #049140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049140; }
p { color: rgb(4,145,64); }
H1.HeaderClassName
{
color: #049140;
}
.AnyTagClassName
{
color: #049140;
}
</style>
background-color css
<style>
a { background-color: #049140; }
a { background-color: rgb(4,145,64); }
div.DivClassName
{
background-color: #049140;
}
.BgClassName
{
background-color: #049140;
}
</style>
border-color css
<style>
span { border-color: #049140; }
span { border-color: rgb(4,145,64); }
td.TdClassName
{
border-color: #049140;
}
.TagClassName
{
border-color: #049140;
}
</style>