Shades of Forest Green #048825
Tints of Forest Green #048825
RGB
CMYK
RGB Variations
Color information
#048825 (or 0x048825) is known color: Forest Green. HEX triplet: 04, 88 and 25. RGB value is (4,136,37). Sum of RGB (Red+Green+Blue) = 4+136+37=177 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.26% from 177); Green value is 136 (53.52% from 255 or 76.84% from 177); Blue value is 37 (14.84% from 255 or 20.90% from 177); Max value from RGB is 136 - color contains mainly: green. Hex color #048825 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048825 is #FB77DA. Grayscale: #555555. Windows color (decimal): -16480219 or 2459652. OLE color: 2459652.
HSL color Cylindrical-coordinate representation of color #048825: hue angle of 135º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048825 is Cyan = 0.97, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 4 | 136 | 37 | - |
| CMYK | 0.97 | 0 | 0.73 | 0.47 |
| HSL | 135º | 0.94% | 0.27% | - |
| HSV(B) | 135º | 0.97% | 0.53% | - |
| XYZ | 9.19 | 17.77 | 4.7 | - |
| YUV | 85.25 | 100.77 | 70.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 136 | 37 | 0.97 | 0 | 0.73 | 0.47 | 135 | 0.94 | 0.27 |
| Hex | 4 | 88 | 25 | 61 | 0 | 49 | 2F | 87 | 5E | 1B |
| Octal | 4 | 210 | 45 | 141 | 0 | 111 | 57 | 207 | 136 | 33 |
| Binary | 100 | 10001000 | 100101 | 1100001 | 0 | 1001001 | 101111 | 10000111 | 1011110 | 11011 |
Color Harmonies of #048825
Complementary color
Monochromatic Colors of #048825
Black with #048825
Text Example
Text Example
White with #048825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048825; }
p { color: rgb(4,136,37); }
H1.HeaderClassName
{
color: #048825;
}
.AnyTagClassName
{
color: #048825;
}
</style>
background-color css
<style>
a { background-color: #048825; }
a { background-color: rgb(4,136,37); }
div.DivClassName
{
background-color: #048825;
}
.BgClassName
{
background-color: #048825;
}
</style>
border-color css
<style>
span { border-color: #048825; }
span { border-color: rgb(4,136,37); }
td.TdClassName
{
border-color: #048825;
}
.TagClassName
{
border-color: #048825;
}
</style>