Shades of Forest Green #048F2E
Tints of Forest Green #048F2E
RGB
CMYK
RGB Variations
Color information
#048F2E (or 0x048F2E) is known color: Forest Green. HEX triplet: 04, 8F and 2E. RGB value is (4,143,46). Sum of RGB (Red+Green+Blue) = 4+143+46=193 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.07% from 193); Green value is 143 (56.25% from 255 or 74.09% from 193); Blue value is 46 (18.36% from 255 or 23.83% from 193); Max value from RGB is 143 - color contains mainly: green. Hex color #048F2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048F2E is #FB70D1. Grayscale: #5A5A5A. Windows color (decimal): -16478418 or 3051268. OLE color: 3051268.
HSL color Cylindrical-coordinate representation of color #048F2E: hue angle of 138.13º 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 #048F2E is Cyan = 0.97, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 4 | 143 | 46 | - |
| CMYK | 0.97 | 0 | 0.68 | 0.44 |
| HSL | 138.13º | 0.95% | 0.29% | - |
| HSV(B) | 138.13º | 0.97% | 0.56% | - |
| XYZ | 10.37 | 19.87 | 5.87 | - |
| YUV | 90.38 | 102.95 | 66.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 143 | 46 | 0.97 | 0 | 0.68 | 0.44 | 138.13 | 0.95 | 0.29 |
| Hex | 4 | 8F | 2E | 61 | 0 | 44 | 2C | 8A | 5F | 1D |
| Octal | 4 | 217 | 56 | 141 | 0 | 104 | 54 | 212 | 137 | 35 |
| Binary | 100 | 10001111 | 101110 | 1100001 | 0 | 1000100 | 101100 | 10001010 | 1011111 | 11101 |
Color Harmonies of #048F2E
Complementary color
Monochromatic Colors of #048F2E
Black with #048F2E
Text Example
Text Example
White with #048F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048F2E; }
p { color: rgb(4,143,46); }
H1.HeaderClassName
{
color: #048F2E;
}
.AnyTagClassName
{
color: #048F2E;
}
</style>
background-color css
<style>
a { background-color: #048F2E; }
a { background-color: rgb(4,143,46); }
div.DivClassName
{
background-color: #048F2E;
}
.BgClassName
{
background-color: #048F2E;
}
</style>
border-color css
<style>
span { border-color: #048F2E; }
span { border-color: rgb(4,143,46); }
td.TdClassName
{
border-color: #048F2E;
}
.TagClassName
{
border-color: #048F2E;
}
</style>