Shades of Forest Green #058C27
Tints of Forest Green #058C27
RGB
CMYK
RGB Variations
Color information
#058C27 (or 0x058C27) is known color: Forest Green. HEX triplet: 05, 8C and 27. RGB value is (5,140,39). Sum of RGB (Red+Green+Blue) = 5+140+39=184 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.72% from 184); Green value is 140 (55.08% from 255 or 76.09% from 184); Blue value is 39 (15.62% from 255 or 21.20% from 184); Max value from RGB is 140 - color contains mainly: green. Hex color #058C27 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058C27 is #FA73D8. Grayscale: #585858. Windows color (decimal): -16413657 or 2591749. OLE color: 2591749.
HSL color Cylindrical-coordinate representation of color #058C27: hue angle of 135.11º 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 #058C27 is Cyan = 0.96, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 140 | 39 | - |
| CMYK | 0.96 | 0 | 0.72 | 0.45 |
| HSL | 135.11º | 0.93% | 0.28% | - |
| HSV(B) | 135.11º | 0.96% | 0.55% | - |
| XYZ | 9.81 | 18.93 | 5.06 | - |
| YUV | 88.12 | 100.27 | 68.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 140 | 39 | 0.96 | 0 | 0.72 | 0.45 | 135.11 | 0.93 | 0.28 |
| Hex | 5 | 8C | 27 | 60 | 0 | 48 | 2D | 87 | 5D | 1C |
| Octal | 5 | 214 | 47 | 140 | 0 | 110 | 55 | 207 | 135 | 34 |
| Binary | 101 | 10001100 | 100111 | 1100000 | 0 | 1001000 | 101101 | 10000111 | 1011101 | 11100 |
Color Harmonies of #058C27
Complementary color
Monochromatic Colors of #058C27
Black with #058C27
Text Example
Text Example
White with #058C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058C27; }
p { color: rgb(5,140,39); }
H1.HeaderClassName
{
color: #058C27;
}
.AnyTagClassName
{
color: #058C27;
}
</style>
background-color css
<style>
a { background-color: #058C27; }
a { background-color: rgb(5,140,39); }
div.DivClassName
{
background-color: #058C27;
}
.BgClassName
{
background-color: #058C27;
}
</style>
border-color css
<style>
span { border-color: #058C27; }
span { border-color: rgb(5,140,39); }
td.TdClassName
{
border-color: #058C27;
}
.TagClassName
{
border-color: #058C27;
}
</style>