Shades of Forest Green #058F2B
Tints of Forest Green #058F2B
RGB
CMYK
RGB Variations
Color information
#058F2B (or 0x058F2B) is known color: Forest Green. HEX triplet: 05, 8F and 2B. RGB value is (5,143,43). Sum of RGB (Red+Green+Blue) = 5+143+43=191 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.62% from 191); Green value is 143 (56.25% from 255 or 74.87% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 143 - color contains mainly: green. Hex color #058F2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058F2B is #FA70D4. Grayscale: #5A5A5A. Windows color (decimal): -16412885 or 2854661. OLE color: 2854661.
HSL color Cylindrical-coordinate representation of color #058F2B: hue angle of 136.52º 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 #058F2B is Cyan = 0.97, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 143 | 43 | - |
| CMYK | 0.97 | 0 | 0.70 | 0.44 |
| HSL | 136.52º | 0.93% | 0.29% | - |
| HSV(B) | 136.52º | 0.97% | 0.56% | - |
| XYZ | 10.32 | 19.85 | 5.57 | - |
| YUV | 90.34 | 101.28 | 67.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 143 | 43 | 0.97 | 0 | 0.70 | 0.44 | 136.52 | 0.93 | 0.29 |
| Hex | 5 | 8F | 2B | 61 | 0 | 46 | 2C | 89 | 5D | 1D |
| Octal | 5 | 217 | 53 | 141 | 0 | 106 | 54 | 211 | 135 | 35 |
| Binary | 101 | 10001111 | 101011 | 1100001 | 0 | 1000110 | 101100 | 10001001 | 1011101 | 11101 |
Color Harmonies of #058F2B
Complementary color
Monochromatic Colors of #058F2B
Black with #058F2B
Text Example
Text Example
White with #058F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058F2B; }
p { color: rgb(5,143,43); }
H1.HeaderClassName
{
color: #058F2B;
}
.AnyTagClassName
{
color: #058F2B;
}
</style>
background-color css
<style>
a { background-color: #058F2B; }
a { background-color: rgb(5,143,43); }
div.DivClassName
{
background-color: #058F2B;
}
.BgClassName
{
background-color: #058F2B;
}
</style>
border-color css
<style>
span { border-color: #058F2B; }
span { border-color: rgb(5,143,43); }
td.TdClassName
{
border-color: #058F2B;
}
.TagClassName
{
border-color: #058F2B;
}
</style>