Shades of Pigment Green #049F3B
Tints of Pigment Green #049F3B
RGB
CMYK
RGB Variations
Color information
#049F3B (or 0x049F3B) is known color: Pigment Green. HEX triplet: 04, 9F and 3B. RGB value is (4,159,59). Sum of RGB (Red+Green+Blue) = 4+159+59=222 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.80% from 222); Green value is 159 (62.5% from 255 or 71.62% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 159 - color contains mainly: green. Hex color #049F3B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049F3B is #FB60C4. Grayscale: #656565. Windows color (decimal): -16474309 or 3907332. OLE color: 3907332.
HSL color Cylindrical-coordinate representation of color #049F3B: hue angle of 141.29º 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 #049F3B is Cyan = 0.97, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 4 | 159 | 59 | - |
| CMYK | 0.97 | 0 | 0.63 | 0.38 |
| HSL | 141.29º | 0.95% | 0.32% | - |
| HSV(B) | 141.29º | 0.97% | 0.62% | - |
| XYZ | 13.24 | 25.14 | 8.29 | - |
| YUV | 101.26 | 104.15 | 58.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 159 | 59 | 0.97 | 0 | 0.63 | 0.38 | 141.29 | 0.95 | 0.32 |
| Hex | 4 | 9F | 3B | 61 | 0 | 3F | 26 | 8D | 5F | 20 |
| Octal | 4 | 237 | 73 | 141 | 0 | 77 | 46 | 215 | 137 | 40 |
| Binary | 100 | 10011111 | 111011 | 1100001 | 0 | 111111 | 100110 | 10001101 | 1011111 | 100000 |
Color Harmonies of #049F3B
Complementary color
Monochromatic Colors of #049F3B
Black with #049F3B
Text Example
Text Example
White with #049F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049F3B; }
p { color: rgb(4,159,59); }
H1.HeaderClassName
{
color: #049F3B;
}
.AnyTagClassName
{
color: #049F3B;
}
</style>
background-color css
<style>
a { background-color: #049F3B; }
a { background-color: rgb(4,159,59); }
div.DivClassName
{
background-color: #049F3B;
}
.BgClassName
{
background-color: #049F3B;
}
</style>
border-color css
<style>
span { border-color: #049F3B; }
span { border-color: rgb(4,159,59); }
td.TdClassName
{
border-color: #049F3B;
}
.TagClassName
{
border-color: #049F3B;
}
</style>