Shades of Forest Green #058D1B
Tints of Forest Green #058D1B
RGB
CMYK
RGB Variations
Color information
#058D1B (or 0x058D1B) is known color: Forest Green. HEX triplet: 05, 8D and 1B. RGB value is (5,141,27). Sum of RGB (Red+Green+Blue) = 5+141+27=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 141 (55.47% from 255 or 81.50% from 173); Blue value is 27 (10.94% from 255 or 15.61% from 173); Max value from RGB is 141 - color contains mainly: green. Hex color #058D1B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058D1B is #FA72E4. Grayscale: #575757. Windows color (decimal): -16413413 or 1805573. OLE color: 1805573.
HSL color Cylindrical-coordinate representation of color #058D1B: hue angle of 129.71º 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 #058D1B is Cyan = 0.96, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 141 | 27 | - |
| CMYK | 0.96 | 0 | 0.81 | 0.45 |
| HSL | 129.71º | 0.93% | 0.29% | - |
| HSV(B) | 129.71º | 0.96% | 0.55% | - |
| XYZ | 9.79 | 19.16 | 4.22 | - |
| YUV | 87.34 | 93.94 | 69.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 141 | 27 | 0.96 | 0 | 0.81 | 0.45 | 129.71 | 0.93 | 0.29 |
| Hex | 5 | 8D | 1B | 60 | 0 | 51 | 2D | 82 | 5D | 1D |
| Octal | 5 | 215 | 33 | 140 | 0 | 121 | 55 | 202 | 135 | 35 |
| Binary | 101 | 10001101 | 11011 | 1100000 | 0 | 1010001 | 101101 | 10000010 | 1011101 | 11101 |
Color Harmonies of #058D1B
Complementary color
Monochromatic Colors of #058D1B
Black with #058D1B
Text Example
Text Example
White with #058D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058D1B; }
p { color: rgb(5,141,27); }
H1.HeaderClassName
{
color: #058D1B;
}
.AnyTagClassName
{
color: #058D1B;
}
</style>
background-color css
<style>
a { background-color: #058D1B; }
a { background-color: rgb(5,141,27); }
div.DivClassName
{
background-color: #058D1B;
}
.BgClassName
{
background-color: #058D1B;
}
</style>
border-color css
<style>
span { border-color: #058D1B; }
span { border-color: rgb(5,141,27); }
td.TdClassName
{
border-color: #058D1B;
}
.TagClassName
{
border-color: #058D1B;
}
</style>