Shades of Forest Green #058F2D
Tints of Forest Green #058F2D
RGB
CMYK
RGB Variations
Color information
#058F2D (or 0x058F2D) is known color: Forest Green. HEX triplet: 05, 8F and 2D. RGB value is (5,143,45). Sum of RGB (Red+Green+Blue) = 5+143+45=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 143 (56.25% from 255 or 74.09% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 143 - color contains mainly: green. Hex color #058F2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058F2D is #FA70D2. Grayscale: #5A5A5A. Windows color (decimal): -16412883 or 2985733. OLE color: 2985733.
HSL color Cylindrical-coordinate representation of color #058F2D: hue angle of 137.39º 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 #058F2D is Cyan = 0.97, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 143 | 45 | - |
| CMYK | 0.97 | 0 | 0.69 | 0.44 |
| HSL | 137.39º | 0.93% | 0.29% | - |
| HSV(B) | 137.39º | 0.97% | 0.56% | - |
| XYZ | 10.36 | 19.87 | 5.77 | - |
| YUV | 90.57 | 102.28 | 66.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 143 | 45 | 0.97 | 0 | 0.69 | 0.44 | 137.39 | 0.93 | 0.29 |
| Hex | 5 | 8F | 2D | 61 | 0 | 45 | 2C | 89 | 5D | 1D |
| Octal | 5 | 217 | 55 | 141 | 0 | 105 | 54 | 211 | 135 | 35 |
| Binary | 101 | 10001111 | 101101 | 1100001 | 0 | 1000101 | 101100 | 10001001 | 1011101 | 11101 |
Color Harmonies of #058F2D
Complementary color
Monochromatic Colors of #058F2D
Black with #058F2D
Text Example
Text Example
White with #058F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058F2D; }
p { color: rgb(5,143,45); }
H1.HeaderClassName
{
color: #058F2D;
}
.AnyTagClassName
{
color: #058F2D;
}
</style>
background-color css
<style>
a { background-color: #058F2D; }
a { background-color: rgb(5,143,45); }
div.DivClassName
{
background-color: #058F2D;
}
.BgClassName
{
background-color: #058F2D;
}
</style>
border-color css
<style>
span { border-color: #058F2D; }
span { border-color: rgb(5,143,45); }
td.TdClassName
{
border-color: #058F2D;
}
.TagClassName
{
border-color: #058F2D;
}
</style>