Shades of Forest Green #048328
Tints of Forest Green #048328
RGB
CMYK
RGB Variations
Color information
#048328 (or 0x048328) is known color: Forest Green. HEX triplet: 04, 83 and 28. RGB value is (4,131,40). Sum of RGB (Red+Green+Blue) = 4+131+40=175 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.29% from 175); Green value is 131 (51.56% from 255 or 74.86% from 175); Blue value is 40 (16.02% from 255 or 22.86% from 175); Max value from RGB is 131 - color contains mainly: green. Hex color #048328 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048328 is #FB7CD7. Grayscale: #525252. Windows color (decimal): -16481496 or 2654980. OLE color: 2654980.
HSL color Cylindrical-coordinate representation of color #048328: hue angle of 137.01º 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 #048328 is Cyan = 0.97, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 131 | 40 | - |
| CMYK | 0.97 | 0 | 0.69 | 0.49 |
| HSL | 137.01º | 0.94% | 0.26% | - |
| HSV(B) | 137.01º | 0.97% | 0.51% | - |
| XYZ | 8.55 | 16.41 | 4.72 | - |
| YUV | 82.65 | 103.92 | 71.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 131 | 40 | 0.97 | 0 | 0.69 | 0.49 | 137.01 | 0.94 | 0.26 |
| Hex | 4 | 83 | 28 | 61 | 0 | 45 | 31 | 89 | 5E | 1A |
| Octal | 4 | 203 | 50 | 141 | 0 | 105 | 61 | 211 | 136 | 32 |
| Binary | 100 | 10000011 | 101000 | 1100001 | 0 | 1000101 | 110001 | 10001001 | 1011110 | 11010 |
Color Harmonies of #048328
Complementary color
Monochromatic Colors of #048328
Black with #048328
Text Example
Text Example
White with #048328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048328; }
p { color: rgb(4,131,40); }
H1.HeaderClassName
{
color: #048328;
}
.AnyTagClassName
{
color: #048328;
}
</style>
background-color css
<style>
a { background-color: #048328; }
a { background-color: rgb(4,131,40); }
div.DivClassName
{
background-color: #048328;
}
.BgClassName
{
background-color: #048328;
}
</style>
border-color css
<style>
span { border-color: #048328; }
span { border-color: rgb(4,131,40); }
td.TdClassName
{
border-color: #048328;
}
.TagClassName
{
border-color: #048328;
}
</style>