Shades of Pigment Green #049F4F
Tints of Pigment Green #049F4F
RGB
CMYK
RGB Variations
Color information
#049F4F (or 0x049F4F) is known color: Pigment Green. HEX triplet: 04, 9F and 4F. RGB value is (4,159,79). Sum of RGB (Red+Green+Blue) = 4+159+79=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 159 (62.5% from 255 or 65.70% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 159 - color contains mainly: green. Hex color #049F4F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049F4F is #FB60B0. Grayscale: #676767. Windows color (decimal): -16474289 or 5218052. OLE color: 5218052.
HSL color Cylindrical-coordinate representation of color #049F4F: hue angle of 149.03º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049F4F is Cyan = 0.97, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 4 | 159 | 79 | - |
| CMYK | 0.97 | 0 | 0.50 | 0.38 |
| HSL | 149.03º | 0.95% | 0.32% | - |
| HSV(B) | 149.03º | 0.97% | 0.62% | - |
| XYZ | 13.86 | 25.39 | 11.57 | - |
| YUV | 103.54 | 114.15 | 57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 159 | 79 | 0.97 | 0 | 0.50 | 0.38 | 149.03 | 0.95 | 0.32 |
| Hex | 4 | 9F | 4F | 61 | 0 | 32 | 26 | 95 | 5F | 20 |
| Octal | 4 | 237 | 117 | 141 | 0 | 62 | 46 | 225 | 137 | 40 |
| Binary | 100 | 10011111 | 1001111 | 1100001 | 0 | 110010 | 100110 | 10010101 | 1011111 | 100000 |
Color Harmonies of #049F4F
Complementary color
Monochromatic Colors of #049F4F
Black with #049F4F
Text Example
Text Example
White with #049F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049F4F; }
p { color: rgb(4,159,79); }
H1.HeaderClassName
{
color: #049F4F;
}
.AnyTagClassName
{
color: #049F4F;
}
</style>
background-color css
<style>
a { background-color: #049F4F; }
a { background-color: rgb(4,159,79); }
div.DivClassName
{
background-color: #049F4F;
}
.BgClassName
{
background-color: #049F4F;
}
</style>
border-color css
<style>
span { border-color: #049F4F; }
span { border-color: rgb(4,159,79); }
td.TdClassName
{
border-color: #049F4F;
}
.TagClassName
{
border-color: #049F4F;
}
</style>