Shades of Forest Green #058A20
Tints of Forest Green #058A20
RGB
CMYK
RGB Variations
Color information
#058A20 (or 0x058A20) is known color: Forest Green. HEX triplet: 05, 8A and 20. RGB value is (5,138,32). Sum of RGB (Red+Green+Blue) = 5+138+32=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 138 (54.30% from 255 or 78.86% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 138 - color contains mainly: green. Hex color #058A20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058A20 is #FA75DF. Grayscale: #565656. Windows color (decimal): -16414176 or 2132485. OLE color: 2132485.
HSL color Cylindrical-coordinate representation of color #058A20: hue angle of 132.18º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058A20 is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 5 | 138 | 32 | - |
| CMYK | 0.96 | 0 | 0.77 | 0.46 |
| HSL | 132.18º | 0.93% | 0.28% | - |
| HSV(B) | 132.18º | 0.96% | 0.54% | - |
| XYZ | 9.41 | 18.31 | 4.41 | - |
| YUV | 86.15 | 97.44 | 70.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 138 | 32 | 0.96 | 0 | 0.77 | 0.46 | 132.18 | 0.93 | 0.28 |
| Hex | 5 | 8A | 20 | 60 | 0 | 4D | 2E | 84 | 5D | 1C |
| Octal | 5 | 212 | 40 | 140 | 0 | 115 | 56 | 204 | 135 | 34 |
| Binary | 101 | 10001010 | 100000 | 1100000 | 0 | 1001101 | 101110 | 10000100 | 1011101 | 11100 |
Color Harmonies of #058A20
Complementary color
Monochromatic Colors of #058A20
Black with #058A20
Text Example
Text Example
White with #058A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058A20; }
p { color: rgb(5,138,32); }
H1.HeaderClassName
{
color: #058A20;
}
.AnyTagClassName
{
color: #058A20;
}
</style>
background-color css
<style>
a { background-color: #058A20; }
a { background-color: rgb(5,138,32); }
div.DivClassName
{
background-color: #058A20;
}
.BgClassName
{
background-color: #058A20;
}
</style>
border-color css
<style>
span { border-color: #058A20; }
span { border-color: rgb(5,138,32); }
td.TdClassName
{
border-color: #058A20;
}
.TagClassName
{
border-color: #058A20;
}
</style>