Shades of Forest Green #058D2D
Tints of Forest Green #058D2D
RGB
CMYK
RGB Variations
Color information
#058D2D (or 0x058D2D) is known color: Forest Green. HEX triplet: 05, 8D and 2D. RGB value is (5,141,45). Sum of RGB (Red+Green+Blue) = 5+141+45=191 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.62% from 191); Green value is 141 (55.47% from 255 or 73.82% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 141 - color contains mainly: green. Hex color #058D2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058D2D is #FA72D2. Grayscale: #595959. Windows color (decimal): -16413395 or 2985221. OLE color: 2985221.
HSL color Cylindrical-coordinate representation of color #058D2D: hue angle of 137.65º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058D2D is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 141 | 45 | - |
| CMYK | 0.96 | 0 | 0.68 | 0.45 |
| HSL | 137.65º | 0.93% | 0.29% | - |
| HSV(B) | 137.65º | 0.96% | 0.55% | - |
| XYZ | 10.06 | 19.27 | 5.67 | - |
| YUV | 89.39 | 102.94 | 67.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 141 | 45 | 0.96 | 0 | 0.68 | 0.45 | 137.65 | 0.93 | 0.29 |
| Hex | 5 | 8D | 2D | 60 | 0 | 44 | 2D | 8A | 5D | 1D |
| Octal | 5 | 215 | 55 | 140 | 0 | 104 | 55 | 212 | 135 | 35 |
| Binary | 101 | 10001101 | 101101 | 1100000 | 0 | 1000100 | 101101 | 10001010 | 1011101 | 11101 |
Color Harmonies of #058D2D
Complementary color
Monochromatic Colors of #058D2D
Black with #058D2D
Text Example
Text Example
White with #058D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058D2D; }
p { color: rgb(5,141,45); }
H1.HeaderClassName
{
color: #058D2D;
}
.AnyTagClassName
{
color: #058D2D;
}
</style>
background-color css
<style>
a { background-color: #058D2D; }
a { background-color: rgb(5,141,45); }
div.DivClassName
{
background-color: #058D2D;
}
.BgClassName
{
background-color: #058D2D;
}
</style>
border-color css
<style>
span { border-color: #058D2D; }
span { border-color: rgb(5,141,45); }
td.TdClassName
{
border-color: #058D2D;
}
.TagClassName
{
border-color: #058D2D;
}
</style>