Shades of Forest Green #058F25
Tints of Forest Green #058F25
RGB
CMYK
RGB Variations
Color information
#058F25 (or 0x058F25) is known color: Forest Green. HEX triplet: 05, 8F and 25. RGB value is (5,143,37). Sum of RGB (Red+Green+Blue) = 5+143+37=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 143 (56.25% from 255 or 77.30% from 185); Blue value is 37 (14.84% from 255 or 20% from 185); Max value from RGB is 143 - color contains mainly: green. Hex color #058F25 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058F25 is #FA70DA. Grayscale: #595959. Windows color (decimal): -16412891 or 2461445. OLE color: 2461445.
HSL color Cylindrical-coordinate representation of color #058F25: hue angle of 133.91º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058F25 is Cyan = 0.97, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 143 | 37 | - |
| CMYK | 0.97 | 0 | 0.74 | 0.44 |
| HSL | 133.91º | 0.93% | 0.29% | - |
| HSV(B) | 133.91º | 0.97% | 0.56% | - |
| XYZ | 10.22 | 19.81 | 5.04 | - |
| YUV | 89.65 | 98.28 | 67.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 143 | 37 | 0.97 | 0 | 0.74 | 0.44 | 133.91 | 0.93 | 0.29 |
| Hex | 5 | 8F | 25 | 61 | 0 | 4A | 2C | 86 | 5D | 1D |
| Octal | 5 | 217 | 45 | 141 | 0 | 112 | 54 | 206 | 135 | 35 |
| Binary | 101 | 10001111 | 100101 | 1100001 | 0 | 1001010 | 101100 | 10000110 | 1011101 | 11101 |
Color Harmonies of #058F25
Complementary color
Monochromatic Colors of #058F25
Black with #058F25
Text Example
Text Example
White with #058F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058F25; }
p { color: rgb(5,143,37); }
H1.HeaderClassName
{
color: #058F25;
}
.AnyTagClassName
{
color: #058F25;
}
</style>
background-color css
<style>
a { background-color: #058F25; }
a { background-color: rgb(5,143,37); }
div.DivClassName
{
background-color: #058F25;
}
.BgClassName
{
background-color: #058F25;
}
</style>
border-color css
<style>
span { border-color: #058F25; }
span { border-color: rgb(5,143,37); }
td.TdClassName
{
border-color: #058F25;
}
.TagClassName
{
border-color: #058F25;
}
</style>