Shades of Pigment Green #049232
Tints of Pigment Green #049232
RGB
CMYK
RGB Variations
Color information
#049232 (or 0x049232) is known color: Pigment Green. HEX triplet: 04, 92 and 32. RGB value is (4,146,50). Sum of RGB (Red+Green+Blue) = 4+146+50=200 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2% from 200); Green value is 146 (57.42% from 255 or 73% from 200); Blue value is 50 (19.92% from 255 or 25% from 200); Max value from RGB is 146 - color contains mainly: green. Hex color #049232 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049232 is #FB6DCD. Grayscale: #5C5C5C. Windows color (decimal): -16477646 or 3314180. OLE color: 3314180.
HSL color Cylindrical-coordinate representation of color #049232: hue angle of 139.44º 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 #049232 is Cyan = 0.97, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 4 | 146 | 50 | - |
| CMYK | 0.97 | 0 | 0.66 | 0.43 |
| HSL | 139.44º | 0.95% | 0.29% | - |
| HSV(B) | 139.44º | 0.97% | 0.57% | - |
| XYZ | 10.9 | 20.81 | 6.46 | - |
| YUV | 92.6 | 103.96 | 64.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 146 | 50 | 0.97 | 0 | 0.66 | 0.43 | 139.44 | 0.95 | 0.29 |
| Hex | 4 | 92 | 32 | 61 | 0 | 42 | 2B | 8B | 5F | 1D |
| Octal | 4 | 222 | 62 | 141 | 0 | 102 | 53 | 213 | 137 | 35 |
| Binary | 100 | 10010010 | 110010 | 1100001 | 0 | 1000010 | 101011 | 10001011 | 1011111 | 11101 |
Color Harmonies of #049232
Complementary color
Monochromatic Colors of #049232
Black with #049232
Text Example
Text Example
White with #049232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049232; }
p { color: rgb(4,146,50); }
H1.HeaderClassName
{
color: #049232;
}
.AnyTagClassName
{
color: #049232;
}
</style>
background-color css
<style>
a { background-color: #049232; }
a { background-color: rgb(4,146,50); }
div.DivClassName
{
background-color: #049232;
}
.BgClassName
{
background-color: #049232;
}
</style>
border-color css
<style>
span { border-color: #049232; }
span { border-color: rgb(4,146,50); }
td.TdClassName
{
border-color: #049232;
}
.TagClassName
{
border-color: #049232;
}
</style>