Shades of Forest Green #049422
Tints of Forest Green #049422
RGB
CMYK
RGB Variations
Color information
#049422 (or 0x049422) is known color: Forest Green. HEX triplet: 04, 94 and 22. RGB value is (4,148,34). Sum of RGB (Red+Green+Blue) = 4+148+34=186 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.15% from 186); Green value is 148 (58.20% from 255 or 79.57% from 186); Blue value is 34 (13.67% from 255 or 18.28% from 186); Max value from RGB is 148 - color contains mainly: green. Hex color #049422 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049422 is #FB6BDD. Grayscale: #5C5C5C. Windows color (decimal): -16477150 or 2266116. OLE color: 2266116.
HSL color Cylindrical-coordinate representation of color #049422: hue angle of 132.5º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049422 is Cyan = 0.97, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 4 | 148 | 34 | - |
| CMYK | 0.97 | 0 | 0.77 | 0.42 |
| HSL | 132.5º | 0.95% | 0.3% | - |
| HSV(B) | 132.5º | 0.97% | 0.58% | - |
| XYZ | 10.93 | 21.32 | 5.05 | - |
| YUV | 91.95 | 95.29 | 65.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 148 | 34 | 0.97 | 0 | 0.77 | 0.42 | 132.5 | 0.95 | 0.3 |
| Hex | 4 | 94 | 22 | 61 | 0 | 4D | 2A | 84 | 5F | 1E |
| Octal | 4 | 224 | 42 | 141 | 0 | 115 | 52 | 204 | 137 | 36 |
| Binary | 100 | 10010100 | 100010 | 1100001 | 0 | 1001101 | 101010 | 10000100 | 1011111 | 11110 |
Color Harmonies of #049422
Complementary color
Monochromatic Colors of #049422
Black with #049422
Text Example
Text Example
White with #049422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049422; }
p { color: rgb(4,148,34); }
H1.HeaderClassName
{
color: #049422;
}
.AnyTagClassName
{
color: #049422;
}
</style>
background-color css
<style>
a { background-color: #049422; }
a { background-color: rgb(4,148,34); }
div.DivClassName
{
background-color: #049422;
}
.BgClassName
{
background-color: #049422;
}
</style>
border-color css
<style>
span { border-color: #049422; }
span { border-color: rgb(4,148,34); }
td.TdClassName
{
border-color: #049422;
}
.TagClassName
{
border-color: #049422;
}
</style>