Shades of Forest Green #058728
Tints of Forest Green #058728
RGB
CMYK
RGB Variations
Color information
#058728 (or 0x058728) is known color: Forest Green. HEX triplet: 05, 87 and 28. RGB value is (5,135,40). Sum of RGB (Red+Green+Blue) = 5+135+40=180 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.78% from 180); Green value is 135 (53.12% from 255 or 75% from 180); Blue value is 40 (16.02% from 255 or 22.22% from 180); Max value from RGB is 135 - color contains mainly: green. Hex color #058728 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058728 is #FA78D7. Grayscale: #555555. Windows color (decimal): -16414936 or 2656005. OLE color: 2656005.
HSL color Cylindrical-coordinate representation of color #058728: hue angle of 136.15º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058728 is Cyan = 0.96, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 135 | 40 | - |
| CMYK | 0.96 | 0 | 0.70 | 0.47 |
| HSL | 136.15º | 0.93% | 0.27% | - |
| HSV(B) | 136.15º | 0.96% | 0.53% | - |
| XYZ | 9.11 | 17.51 | 4.91 | - |
| YUV | 85.3 | 102.43 | 70.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 135 | 40 | 0.96 | 0 | 0.70 | 0.47 | 136.15 | 0.93 | 0.27 |
| Hex | 5 | 87 | 28 | 60 | 0 | 46 | 2F | 88 | 5D | 1B |
| Octal | 5 | 207 | 50 | 140 | 0 | 106 | 57 | 210 | 135 | 33 |
| Binary | 101 | 10000111 | 101000 | 1100000 | 0 | 1000110 | 101111 | 10001000 | 1011101 | 11011 |
Color Harmonies of #058728
Complementary color
Monochromatic Colors of #058728
Black with #058728
Text Example
Text Example
White with #058728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058728; }
p { color: rgb(5,135,40); }
H1.HeaderClassName
{
color: #058728;
}
.AnyTagClassName
{
color: #058728;
}
</style>
background-color css
<style>
a { background-color: #058728; }
a { background-color: rgb(5,135,40); }
div.DivClassName
{
background-color: #058728;
}
.BgClassName
{
background-color: #058728;
}
</style>
border-color css
<style>
span { border-color: #058728; }
span { border-color: rgb(5,135,40); }
td.TdClassName
{
border-color: #058728;
}
.TagClassName
{
border-color: #058728;
}
</style>