Shades of Forest Green #058F2F
Tints of Forest Green #058F2F
RGB
CMYK
RGB Variations
Color information
#058F2F (or 0x058F2F) is known color: Forest Green. HEX triplet: 05, 8F and 2F. RGB value is (5,143,47). Sum of RGB (Red+Green+Blue) = 5+143+47=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 143 (56.25% from 255 or 73.33% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 143 - color contains mainly: green. Hex color #058F2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058F2F is #FA70D0. Grayscale: #5B5B5B. Windows color (decimal): -16412881 or 3116805. OLE color: 3116805.
HSL color Cylindrical-coordinate representation of color #058F2F: hue angle of 138.26º 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 #058F2F is Cyan = 0.97, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 143 | 47 | - |
| CMYK | 0.97 | 0 | 0.67 | 0.44 |
| HSL | 138.26º | 0.93% | 0.29% | - |
| HSV(B) | 138.26º | 0.97% | 0.56% | - |
| XYZ | 10.4 | 19.88 | 5.98 | - |
| YUV | 90.79 | 103.28 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 143 | 47 | 0.97 | 0 | 0.67 | 0.44 | 138.26 | 0.93 | 0.29 |
| Hex | 5 | 8F | 2F | 61 | 0 | 43 | 2C | 8A | 5D | 1D |
| Octal | 5 | 217 | 57 | 141 | 0 | 103 | 54 | 212 | 135 | 35 |
| Binary | 101 | 10001111 | 101111 | 1100001 | 0 | 1000011 | 101100 | 10001010 | 1011101 | 11101 |
Color Harmonies of #058F2F
Complementary color
Monochromatic Colors of #058F2F
Black with #058F2F
Text Example
Text Example
White with #058F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058F2F; }
p { color: rgb(5,143,47); }
H1.HeaderClassName
{
color: #058F2F;
}
.AnyTagClassName
{
color: #058F2F;
}
</style>
background-color css
<style>
a { background-color: #058F2F; }
a { background-color: rgb(5,143,47); }
div.DivClassName
{
background-color: #058F2F;
}
.BgClassName
{
background-color: #058F2F;
}
</style>
border-color css
<style>
span { border-color: #058F2F; }
span { border-color: rgb(5,143,47); }
td.TdClassName
{
border-color: #058F2F;
}
.TagClassName
{
border-color: #058F2F;
}
</style>