Shades of Forest Green #058F2E
Tints of Forest Green #058F2E
RGB
CMYK
RGB Variations
Color information
#058F2E (or 0x058F2E) is known color: Forest Green. HEX triplet: 05, 8F and 2E. RGB value is (5,143,46). Sum of RGB (Red+Green+Blue) = 5+143+46=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 143 (56.25% from 255 or 73.71% from 194); Blue value is 46 (18.36% from 255 or 23.71% from 194); Max value from RGB is 143 - color contains mainly: green. Hex color #058F2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058F2E is #FA70D1. Grayscale: #5A5A5A. Windows color (decimal): -16412882 or 3051269. OLE color: 3051269.
HSL color Cylindrical-coordinate representation of color #058F2E: hue angle of 137.83º 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 #058F2E is Cyan = 0.97, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 143 | 46 | - |
| CMYK | 0.97 | 0 | 0.68 | 0.44 |
| HSL | 137.83º | 0.93% | 0.29% | - |
| HSV(B) | 137.83º | 0.97% | 0.56% | - |
| XYZ | 10.38 | 19.87 | 5.87 | - |
| YUV | 90.68 | 102.78 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 143 | 46 | 0.97 | 0 | 0.68 | 0.44 | 137.83 | 0.93 | 0.29 |
| Hex | 5 | 8F | 2E | 61 | 0 | 44 | 2C | 8A | 5D | 1D |
| Octal | 5 | 217 | 56 | 141 | 0 | 104 | 54 | 212 | 135 | 35 |
| Binary | 101 | 10001111 | 101110 | 1100001 | 0 | 1000100 | 101100 | 10001010 | 1011101 | 11101 |
Color Harmonies of #058F2E
Complementary color
Monochromatic Colors of #058F2E
Black with #058F2E
Text Example
Text Example
White with #058F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058F2E; }
p { color: rgb(5,143,46); }
H1.HeaderClassName
{
color: #058F2E;
}
.AnyTagClassName
{
color: #058F2E;
}
</style>
background-color css
<style>
a { background-color: #058F2E; }
a { background-color: rgb(5,143,46); }
div.DivClassName
{
background-color: #058F2E;
}
.BgClassName
{
background-color: #058F2E;
}
</style>
border-color css
<style>
span { border-color: #058F2E; }
span { border-color: rgb(5,143,46); }
td.TdClassName
{
border-color: #058F2E;
}
.TagClassName
{
border-color: #058F2E;
}
</style>