Shades of Forest Green #048221
Tints of Forest Green #048221
RGB
CMYK
RGB Variations
Color information
#048221 (or 0x048221) is known color: Forest Green. HEX triplet: 04, 82 and 21. RGB value is (4,130,33). Sum of RGB (Red+Green+Blue) = 4+130+33=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 130 (51.17% from 255 or 77.84% from 167); Blue value is 33 (13.28% from 255 or 19.76% from 167); Max value from RGB is 130 - color contains mainly: green. Hex color #048221 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048221 is #FB7DDE. Grayscale: #515151. Windows color (decimal): -16481759 or 2195972. OLE color: 2195972.
HSL color Cylindrical-coordinate representation of color #048221: hue angle of 133.81º 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 #048221 is Cyan = 0.97, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 130 | 33 | - |
| CMYK | 0.97 | 0 | 0.75 | 0.49 |
| HSL | 133.81º | 0.94% | 0.26% | - |
| HSV(B) | 133.81º | 0.97% | 0.51% | - |
| XYZ | 8.31 | 16.1 | 4.11 | - |
| YUV | 81.27 | 100.76 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 130 | 33 | 0.97 | 0 | 0.75 | 0.49 | 133.81 | 0.94 | 0.26 |
| Hex | 4 | 82 | 21 | 61 | 0 | 4B | 31 | 86 | 5E | 1A |
| Octal | 4 | 202 | 41 | 141 | 0 | 113 | 61 | 206 | 136 | 32 |
| Binary | 100 | 10000010 | 100001 | 1100001 | 0 | 1001011 | 110001 | 10000110 | 1011110 | 11010 |
Color Harmonies of #048221
Complementary color
Monochromatic Colors of #048221
Black with #048221
Text Example
Text Example
White with #048221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048221; }
p { color: rgb(4,130,33); }
H1.HeaderClassName
{
color: #048221;
}
.AnyTagClassName
{
color: #048221;
}
</style>
background-color css
<style>
a { background-color: #048221; }
a { background-color: rgb(4,130,33); }
div.DivClassName
{
background-color: #048221;
}
.BgClassName
{
background-color: #048221;
}
</style>
border-color css
<style>
span { border-color: #048221; }
span { border-color: rgb(4,130,33); }
td.TdClassName
{
border-color: #048221;
}
.TagClassName
{
border-color: #048221;
}
</style>