Shades of Forest Green #048D2B
Tints of Forest Green #048D2B
RGB
CMYK
RGB Variations
Color information
#048D2B (or 0x048D2B) is known color: Forest Green. HEX triplet: 04, 8D and 2B. RGB value is (4,141,43). Sum of RGB (Red+Green+Blue) = 4+141+43=188 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.13% from 188); Green value is 141 (55.47% from 255 or 75% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 141 - color contains mainly: green. Hex color #048D2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048D2B is #FB72D4. Grayscale: #595959. Windows color (decimal): -16478933 or 2854148. OLE color: 2854148.
HSL color Cylindrical-coordinate representation of color #048D2B: hue angle of 137.08º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048D2B is Cyan = 0.97, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 141 | 43 | - |
| CMYK | 0.97 | 0 | 0.70 | 0.45 |
| HSL | 137.08º | 0.94% | 0.28% | - |
| HSV(B) | 137.08º | 0.97% | 0.55% | - |
| XYZ | 10.01 | 19.25 | 5.47 | - |
| YUV | 88.87 | 102.11 | 67.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 141 | 43 | 0.97 | 0 | 0.70 | 0.45 | 137.08 | 0.94 | 0.28 |
| Hex | 4 | 8D | 2B | 61 | 0 | 46 | 2D | 89 | 5E | 1C |
| Octal | 4 | 215 | 53 | 141 | 0 | 106 | 55 | 211 | 136 | 34 |
| Binary | 100 | 10001101 | 101011 | 1100001 | 0 | 1000110 | 101101 | 10001001 | 1011110 | 11100 |
Color Harmonies of #048D2B
Complementary color
Monochromatic Colors of #048D2B
Black with #048D2B
Text Example
Text Example
White with #048D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048D2B; }
p { color: rgb(4,141,43); }
H1.HeaderClassName
{
color: #048D2B;
}
.AnyTagClassName
{
color: #048D2B;
}
</style>
background-color css
<style>
a { background-color: #048D2B; }
a { background-color: rgb(4,141,43); }
div.DivClassName
{
background-color: #048D2B;
}
.BgClassName
{
background-color: #048D2B;
}
</style>
border-color css
<style>
span { border-color: #048D2B; }
span { border-color: rgb(4,141,43); }
td.TdClassName
{
border-color: #048D2B;
}
.TagClassName
{
border-color: #048D2B;
}
</style>