Shades of Forest Green #049D26
Tints of Forest Green #049D26
RGB
CMYK
RGB Variations
Color information
#049D26 (or 0x049D26) is known color: Forest Green. HEX triplet: 04, 9D and 26. RGB value is (4,157,38). Sum of RGB (Red+Green+Blue) = 4+157+38=199 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.01% from 199); Green value is 157 (61.72% from 255 or 78.89% from 199); Blue value is 38 (15.23% from 255 or 19.10% from 199); Max value from RGB is 157 - color contains mainly: green. Hex color #049D26 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049D26 is #FB62D9. Grayscale: #626262. Windows color (decimal): -16474842 or 2530564. OLE color: 2530564.
HSL color Cylindrical-coordinate representation of color #049D26: hue angle of 133.33º 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 #049D26 is Cyan = 0.97, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 4 | 157 | 38 | - |
| CMYK | 0.97 | 0 | 0.76 | 0.38 |
| HSL | 133.33º | 0.95% | 0.32% | - |
| HSV(B) | 133.33º | 0.97% | 0.62% | - |
| XYZ | 12.46 | 24.28 | 5.86 | - |
| YUV | 97.69 | 94.31 | 61.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 157 | 38 | 0.97 | 0 | 0.76 | 0.38 | 133.33 | 0.95 | 0.32 |
| Hex | 4 | 9D | 26 | 61 | 0 | 4C | 26 | 85 | 5F | 20 |
| Octal | 4 | 235 | 46 | 141 | 0 | 114 | 46 | 205 | 137 | 40 |
| Binary | 100 | 10011101 | 100110 | 1100001 | 0 | 1001100 | 100110 | 10000101 | 1011111 | 100000 |
Color Harmonies of #049D26
Complementary color
Monochromatic Colors of #049D26
Black with #049D26
Text Example
Text Example
White with #049D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049D26; }
p { color: rgb(4,157,38); }
H1.HeaderClassName
{
color: #049D26;
}
.AnyTagClassName
{
color: #049D26;
}
</style>
background-color css
<style>
a { background-color: #049D26; }
a { background-color: rgb(4,157,38); }
div.DivClassName
{
background-color: #049D26;
}
.BgClassName
{
background-color: #049D26;
}
</style>
border-color css
<style>
span { border-color: #049D26; }
span { border-color: rgb(4,157,38); }
td.TdClassName
{
border-color: #049D26;
}
.TagClassName
{
border-color: #049D26;
}
</style>