Shades of Forest Green #058228
Tints of Forest Green #058228
RGB
CMYK
RGB Variations
Color information
#058228 (or 0x058228) is known color: Forest Green. HEX triplet: 05, 82 and 28. RGB value is (5,130,40). Sum of RGB (Red+Green+Blue) = 5+130+40=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 130 (51.17% from 255 or 74.29% from 175); Blue value is 40 (16.02% from 255 or 22.86% from 175); Max value from RGB is 130 - color contains mainly: green. Hex color #058228 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058228 is #FA7DD7. Grayscale: #525252. Windows color (decimal): -16416216 or 2654725. OLE color: 2654725.
HSL color Cylindrical-coordinate representation of color #058228: hue angle of 136.8º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058228 is Cyan = 0.96, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 130 | 40 | - |
| CMYK | 0.96 | 0 | 0.69 | 0.49 |
| HSL | 136.8º | 0.93% | 0.26% | - |
| HSV(B) | 136.8º | 0.96% | 0.51% | - |
| XYZ | 8.43 | 16.15 | 4.68 | - |
| YUV | 82.37 | 104.09 | 72.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 130 | 40 | 0.96 | 0 | 0.69 | 0.49 | 136.8 | 0.93 | 0.26 |
| Hex | 5 | 82 | 28 | 60 | 0 | 45 | 31 | 89 | 5D | 1A |
| Octal | 5 | 202 | 50 | 140 | 0 | 105 | 61 | 211 | 135 | 32 |
| Binary | 101 | 10000010 | 101000 | 1100000 | 0 | 1000101 | 110001 | 10001001 | 1011101 | 11010 |
Color Harmonies of #058228
Complementary color
Monochromatic Colors of #058228
Black with #058228
Text Example
Text Example
White with #058228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058228; }
p { color: rgb(5,130,40); }
H1.HeaderClassName
{
color: #058228;
}
.AnyTagClassName
{
color: #058228;
}
</style>
background-color css
<style>
a { background-color: #058228; }
a { background-color: rgb(5,130,40); }
div.DivClassName
{
background-color: #058228;
}
.BgClassName
{
background-color: #058228;
}
</style>
border-color css
<style>
span { border-color: #058228; }
span { border-color: rgb(5,130,40); }
td.TdClassName
{
border-color: #058228;
}
.TagClassName
{
border-color: #058228;
}
</style>