Shades of Forest Green #058C21
Tints of Forest Green #058C21
RGB
CMYK
RGB Variations
Color information
#058C21 (or 0x058C21) is known color: Forest Green. HEX triplet: 05, 8C and 21. RGB value is (5,140,33). Sum of RGB (Red+Green+Blue) = 5+140+33=178 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.81% from 178); Green value is 140 (55.08% from 255 or 78.65% from 178); Blue value is 33 (13.28% from 255 or 18.54% from 178); Max value from RGB is 140 - color contains mainly: green. Hex color #058C21 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058C21 is #FA73DE. Grayscale: #575757. Windows color (decimal): -16413663 or 2198533. OLE color: 2198533.
HSL color Cylindrical-coordinate representation of color #058C21: hue angle of 132.44º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058C21 is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 140 | 33 | - |
| CMYK | 0.96 | 0 | 0.76 | 0.45 |
| HSL | 132.44º | 0.93% | 0.28% | - |
| HSV(B) | 132.44º | 0.96% | 0.55% | - |
| XYZ | 9.72 | 18.9 | 4.57 | - |
| YUV | 87.44 | 97.27 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 140 | 33 | 0.96 | 0 | 0.76 | 0.45 | 132.44 | 0.93 | 0.28 |
| Hex | 5 | 8C | 21 | 60 | 0 | 4C | 2D | 84 | 5D | 1C |
| Octal | 5 | 214 | 41 | 140 | 0 | 114 | 55 | 204 | 135 | 34 |
| Binary | 101 | 10001100 | 100001 | 1100000 | 0 | 1001100 | 101101 | 10000100 | 1011101 | 11100 |
Color Harmonies of #058C21
Complementary color
Monochromatic Colors of #058C21
Black with #058C21
Text Example
Text Example
White with #058C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058C21; }
p { color: rgb(5,140,33); }
H1.HeaderClassName
{
color: #058C21;
}
.AnyTagClassName
{
color: #058C21;
}
</style>
background-color css
<style>
a { background-color: #058C21; }
a { background-color: rgb(5,140,33); }
div.DivClassName
{
background-color: #058C21;
}
.BgClassName
{
background-color: #058C21;
}
</style>
border-color css
<style>
span { border-color: #058C21; }
span { border-color: rgb(5,140,33); }
td.TdClassName
{
border-color: #058C21;
}
.TagClassName
{
border-color: #058C21;
}
</style>