Shades of Forest Green #048224
Tints of Forest Green #048224
RGB
CMYK
RGB Variations
Color information
#048224 (or 0x048224) is known color: Forest Green. HEX triplet: 04, 82 and 24. RGB value is (4,130,36). Sum of RGB (Red+Green+Blue) = 4+130+36=170 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.35% from 170); Green value is 130 (51.17% from 255 or 76.47% from 170); Blue value is 36 (14.45% from 255 or 21.18% from 170); Max value from RGB is 130 - color contains mainly: green. Hex color #048224 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048224 is #FB7DDB. Grayscale: #515151. Windows color (decimal): -16481756 or 2392580. OLE color: 2392580.
HSL color Cylindrical-coordinate representation of color #048224: hue angle of 135.24º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048224 is Cyan = 0.97, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 130 | 36 | - |
| CMYK | 0.97 | 0 | 0.72 | 0.49 |
| HSL | 135.24º | 0.94% | 0.26% | - |
| HSV(B) | 135.24º | 0.97% | 0.51% | - |
| XYZ | 8.35 | 16.12 | 4.34 | - |
| YUV | 81.61 | 102.26 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 130 | 36 | 0.97 | 0 | 0.72 | 0.49 | 135.24 | 0.94 | 0.26 |
| Hex | 4 | 82 | 24 | 61 | 0 | 48 | 31 | 87 | 5E | 1A |
| Octal | 4 | 202 | 44 | 141 | 0 | 110 | 61 | 207 | 136 | 32 |
| Binary | 100 | 10000010 | 100100 | 1100001 | 0 | 1001000 | 110001 | 10000111 | 1011110 | 11010 |
Color Harmonies of #048224
Complementary color
Monochromatic Colors of #048224
Black with #048224
Text Example
Text Example
White with #048224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048224; }
p { color: rgb(4,130,36); }
H1.HeaderClassName
{
color: #048224;
}
.AnyTagClassName
{
color: #048224;
}
</style>
background-color css
<style>
a { background-color: #048224; }
a { background-color: rgb(4,130,36); }
div.DivClassName
{
background-color: #048224;
}
.BgClassName
{
background-color: #048224;
}
</style>
border-color css
<style>
span { border-color: #048224; }
span { border-color: rgb(4,130,36); }
td.TdClassName
{
border-color: #048224;
}
.TagClassName
{
border-color: #048224;
}
</style>