Shades of Forest Green #048D23
Tints of Forest Green #048D23
RGB
CMYK
RGB Variations
Color information
#048D23 (or 0x048D23) is known color: Forest Green. HEX triplet: 04, 8D and 23. RGB value is (4,141,35). Sum of RGB (Red+Green+Blue) = 4+141+35=180 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.22% from 180); Green value is 141 (55.47% from 255 or 78.33% from 180); Blue value is 35 (14.06% from 255 or 19.44% from 180); Max value from RGB is 141 - color contains mainly: green. Hex color #048D23 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048D23 is #FB72DC. Grayscale: #585858. Windows color (decimal): -16478941 or 2329860. OLE color: 2329860.
HSL color Cylindrical-coordinate representation of color #048D23: hue angle of 133.58º 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 #048D23 is Cyan = 0.97, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 141 | 35 | - |
| CMYK | 0.97 | 0 | 0.75 | 0.45 |
| HSL | 133.58º | 0.94% | 0.28% | - |
| HSV(B) | 133.58º | 0.97% | 0.55% | - |
| XYZ | 9.88 | 19.2 | 4.77 | - |
| YUV | 87.95 | 98.11 | 68.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 141 | 35 | 0.97 | 0 | 0.75 | 0.45 | 133.58 | 0.94 | 0.28 |
| Hex | 4 | 8D | 23 | 61 | 0 | 4B | 2D | 86 | 5E | 1C |
| Octal | 4 | 215 | 43 | 141 | 0 | 113 | 55 | 206 | 136 | 34 |
| Binary | 100 | 10001101 | 100011 | 1100001 | 0 | 1001011 | 101101 | 10000110 | 1011110 | 11100 |
Color Harmonies of #048D23
Complementary color
Monochromatic Colors of #048D23
Black with #048D23
Text Example
Text Example
White with #048D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048D23; }
p { color: rgb(4,141,35); }
H1.HeaderClassName
{
color: #048D23;
}
.AnyTagClassName
{
color: #048D23;
}
</style>
background-color css
<style>
a { background-color: #048D23; }
a { background-color: rgb(4,141,35); }
div.DivClassName
{
background-color: #048D23;
}
.BgClassName
{
background-color: #048D23;
}
</style>
border-color css
<style>
span { border-color: #048D23; }
span { border-color: rgb(4,141,35); }
td.TdClassName
{
border-color: #048D23;
}
.TagClassName
{
border-color: #048D23;
}
</style>