Shades of Pigment Green #049251
Tints of Pigment Green #049251
RGB
CMYK
RGB Variations
Color information
#049251 (or 0x049251) is known color: Pigment Green. HEX triplet: 04, 92 and 51. RGB value is (4,146,81). Sum of RGB (Red+Green+Blue) = 4+146+81=231 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.73% from 231); Green value is 146 (57.42% from 255 or 63.20% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 146 - color contains mainly: green. Hex color #049251 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049251 is #FB6DAE. Grayscale: #606060. Windows color (decimal): -16477615 or 5345796. OLE color: 5345796.
HSL color Cylindrical-coordinate representation of color #049251: hue angle of 152.54º 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 #049251 is Cyan = 0.97, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 4 | 146 | 81 | - |
| CMYK | 0.97 | 0 | 0.45 | 0.43 |
| HSL | 152.54º | 0.95% | 0.29% | - |
| HSV(B) | 152.54º | 0.97% | 0.57% | - |
| XYZ | 11.81 | 21.18 | 11.25 | - |
| YUV | 96.13 | 119.46 | 62.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 146 | 81 | 0.97 | 0 | 0.45 | 0.43 | 152.54 | 0.95 | 0.29 |
| Hex | 4 | 92 | 51 | 61 | 0 | 2D | 2B | 99 | 5F | 1D |
| Octal | 4 | 222 | 121 | 141 | 0 | 55 | 53 | 231 | 137 | 35 |
| Binary | 100 | 10010010 | 1010001 | 1100001 | 0 | 101101 | 101011 | 10011001 | 1011111 | 11101 |
Color Harmonies of #049251
Complementary color
Monochromatic Colors of #049251
Black with #049251
Text Example
Text Example
White with #049251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049251; }
p { color: rgb(4,146,81); }
H1.HeaderClassName
{
color: #049251;
}
.AnyTagClassName
{
color: #049251;
}
</style>
background-color css
<style>
a { background-color: #049251; }
a { background-color: rgb(4,146,81); }
div.DivClassName
{
background-color: #049251;
}
.BgClassName
{
background-color: #049251;
}
</style>
border-color css
<style>
span { border-color: #049251; }
span { border-color: rgb(4,146,81); }
td.TdClassName
{
border-color: #049251;
}
.TagClassName
{
border-color: #049251;
}
</style>