Shades of Forest Green #058C29
Tints of Forest Green #058C29
RGB
CMYK
RGB Variations
Color information
#058C29 (or 0x058C29) is known color: Forest Green. HEX triplet: 05, 8C and 29. RGB value is (5,140,41). Sum of RGB (Red+Green+Blue) = 5+140+41=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 140 (55.08% from 255 or 75.27% from 186); Blue value is 41 (16.41% from 255 or 22.04% from 186); Max value from RGB is 140 - color contains mainly: green. Hex color #058C29 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058C29 is #FA73D6. Grayscale: #585858. Windows color (decimal): -16413655 or 2722821. OLE color: 2722821.
HSL color Cylindrical-coordinate representation of color #058C29: hue angle of 136º 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 #058C29 is Cyan = 0.96, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 140 | 41 | - |
| CMYK | 0.96 | 0 | 0.71 | 0.45 |
| HSL | 136º | 0.93% | 0.28% | - |
| HSV(B) | 136º | 0.96% | 0.55% | - |
| XYZ | 9.84 | 18.95 | 5.24 | - |
| YUV | 88.35 | 101.27 | 68.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 140 | 41 | 0.96 | 0 | 0.71 | 0.45 | 136 | 0.93 | 0.28 |
| Hex | 5 | 8C | 29 | 60 | 0 | 47 | 2D | 88 | 5D | 1C |
| Octal | 5 | 214 | 51 | 140 | 0 | 107 | 55 | 210 | 135 | 34 |
| Binary | 101 | 10001100 | 101001 | 1100000 | 0 | 1000111 | 101101 | 10001000 | 1011101 | 11100 |
Color Harmonies of #058C29
Complementary color
Monochromatic Colors of #058C29
Black with #058C29
Text Example
Text Example
White with #058C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058C29; }
p { color: rgb(5,140,41); }
H1.HeaderClassName
{
color: #058C29;
}
.AnyTagClassName
{
color: #058C29;
}
</style>
background-color css
<style>
a { background-color: #058C29; }
a { background-color: rgb(5,140,41); }
div.DivClassName
{
background-color: #058C29;
}
.BgClassName
{
background-color: #058C29;
}
</style>
border-color css
<style>
span { border-color: #058C29; }
span { border-color: rgb(5,140,41); }
td.TdClassName
{
border-color: #058C29;
}
.TagClassName
{
border-color: #058C29;
}
</style>