Shades of Forest Green #058529
Tints of Forest Green #058529
RGB
CMYK
RGB Variations
Color information
#058529 (or 0x058529) is known color: Forest Green. HEX triplet: 05, 85 and 29. RGB value is (5,133,41). Sum of RGB (Red+Green+Blue) = 5+133+41=179 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.79% from 179); Green value is 133 (52.34% from 255 or 74.30% from 179); Blue value is 41 (16.41% from 255 or 22.91% from 179); Max value from RGB is 133 - color contains mainly: green. Hex color #058529 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058529 is #FA7AD6. Grayscale: #545454. Windows color (decimal): -16415447 or 2721029. OLE color: 2721029.
HSL color Cylindrical-coordinate representation of color #058529: hue angle of 136.88º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058529 is Cyan = 0.96, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 5 | 133 | 41 | - |
| CMYK | 0.96 | 0 | 0.69 | 0.48 |
| HSL | 136.88º | 0.93% | 0.27% | - |
| HSV(B) | 136.88º | 0.96% | 0.52% | - |
| XYZ | 8.85 | 16.97 | 4.91 | - |
| YUV | 84.24 | 103.59 | 71.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 133 | 41 | 0.96 | 0 | 0.69 | 0.48 | 136.88 | 0.93 | 0.27 |
| Hex | 5 | 85 | 29 | 60 | 0 | 45 | 30 | 89 | 5D | 1B |
| Octal | 5 | 205 | 51 | 140 | 0 | 105 | 60 | 211 | 135 | 33 |
| Binary | 101 | 10000101 | 101001 | 1100000 | 0 | 1000101 | 110000 | 10001001 | 1011101 | 11011 |
Color Harmonies of #058529
Complementary color
Monochromatic Colors of #058529
Black with #058529
Text Example
Text Example
White with #058529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058529; }
p { color: rgb(5,133,41); }
H1.HeaderClassName
{
color: #058529;
}
.AnyTagClassName
{
color: #058529;
}
</style>
background-color css
<style>
a { background-color: #058529; }
a { background-color: rgb(5,133,41); }
div.DivClassName
{
background-color: #058529;
}
.BgClassName
{
background-color: #058529;
}
</style>
border-color css
<style>
span { border-color: #058529; }
span { border-color: rgb(5,133,41); }
td.TdClassName
{
border-color: #058529;
}
.TagClassName
{
border-color: #058529;
}
</style>