Shades of Forest Green #048F20
Tints of Forest Green #048F20
RGB
CMYK
RGB Variations
Color information
#048F20 (or 0x048F20) is known color: Forest Green. HEX triplet: 04, 8F and 20. RGB value is (4,143,32). Sum of RGB (Red+Green+Blue) = 4+143+32=179 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.23% from 179); Green value is 143 (56.25% from 255 or 79.89% from 179); Blue value is 32 (12.89% from 255 or 17.88% from 179); Max value from RGB is 143 - color contains mainly: green. Hex color #048F20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048F20 is #FB70DF. Grayscale: #595959. Windows color (decimal): -16478432 or 2133764. OLE color: 2133764.
HSL color Cylindrical-coordinate representation of color #048F20: hue angle of 132.09º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048F20 is Cyan = 0.97, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 4 | 143 | 32 | - |
| CMYK | 0.97 | 0 | 0.78 | 0.44 |
| HSL | 132.09º | 0.95% | 0.29% | - |
| HSV(B) | 132.09º | 0.97% | 0.56% | - |
| XYZ | 10.13 | 19.78 | 4.65 | - |
| YUV | 88.79 | 95.95 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 143 | 32 | 0.97 | 0 | 0.78 | 0.44 | 132.09 | 0.95 | 0.29 |
| Hex | 4 | 8F | 20 | 61 | 0 | 4E | 2C | 84 | 5F | 1D |
| Octal | 4 | 217 | 40 | 141 | 0 | 116 | 54 | 204 | 137 | 35 |
| Binary | 100 | 10001111 | 100000 | 1100001 | 0 | 1001110 | 101100 | 10000100 | 1011111 | 11101 |
Color Harmonies of #048F20
Complementary color
Monochromatic Colors of #048F20
Black with #048F20
Text Example
Text Example
White with #048F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048F20; }
p { color: rgb(4,143,32); }
H1.HeaderClassName
{
color: #048F20;
}
.AnyTagClassName
{
color: #048F20;
}
</style>
background-color css
<style>
a { background-color: #048F20; }
a { background-color: rgb(4,143,32); }
div.DivClassName
{
background-color: #048F20;
}
.BgClassName
{
background-color: #048F20;
}
</style>
border-color css
<style>
span { border-color: #048F20; }
span { border-color: rgb(4,143,32); }
td.TdClassName
{
border-color: #048F20;
}
.TagClassName
{
border-color: #048F20;
}
</style>