Shades of Forest Green #048C21
Tints of Forest Green #048C21
RGB
CMYK
RGB Variations
Color information
#048C21 (or 0x048C21) is known color: Forest Green. HEX triplet: 04, 8C and 21. RGB value is (4,140,33). Sum of RGB (Red+Green+Blue) = 4+140+33=177 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.26% from 177); Green value is 140 (55.08% from 255 or 79.10% from 177); Blue value is 33 (13.28% from 255 or 18.64% from 177); Max value from RGB is 140 - color contains mainly: green. Hex color #048C21 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048C21 is #FB73DE. Grayscale: #575757. Windows color (decimal): -16479199 or 2198532. OLE color: 2198532.
HSL color Cylindrical-coordinate representation of color #048C21: hue angle of 132.79º 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 #048C21 is Cyan = 0.97, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 140 | 33 | - |
| CMYK | 0.97 | 0 | 0.76 | 0.45 |
| HSL | 132.79º | 0.94% | 0.28% | - |
| HSV(B) | 132.79º | 0.97% | 0.55% | - |
| XYZ | 9.7 | 18.89 | 4.57 | - |
| YUV | 87.14 | 97.44 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 140 | 33 | 0.97 | 0 | 0.76 | 0.45 | 132.79 | 0.94 | 0.28 |
| Hex | 4 | 8C | 21 | 61 | 0 | 4C | 2D | 85 | 5E | 1C |
| Octal | 4 | 214 | 41 | 141 | 0 | 114 | 55 | 205 | 136 | 34 |
| Binary | 100 | 10001100 | 100001 | 1100001 | 0 | 1001100 | 101101 | 10000101 | 1011110 | 11100 |
Color Harmonies of #048C21
Complementary color
Monochromatic Colors of #048C21
Black with #048C21
Text Example
Text Example
White with #048C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048C21; }
p { color: rgb(4,140,33); }
H1.HeaderClassName
{
color: #048C21;
}
.AnyTagClassName
{
color: #048C21;
}
</style>
background-color css
<style>
a { background-color: #048C21; }
a { background-color: rgb(4,140,33); }
div.DivClassName
{
background-color: #048C21;
}
.BgClassName
{
background-color: #048C21;
}
</style>
border-color css
<style>
span { border-color: #048C21; }
span { border-color: rgb(4,140,33); }
td.TdClassName
{
border-color: #048C21;
}
.TagClassName
{
border-color: #048C21;
}
</style>