Shades of Forest Green #058B2C
Tints of Forest Green #058B2C
RGB
CMYK
RGB Variations
Color information
#058B2C (or 0x058B2C) is known color: Forest Green. HEX triplet: 05, 8B and 2C. RGB value is (5,139,44). Sum of RGB (Red+Green+Blue) = 5+139+44=188 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.66% from 188); Green value is 139 (54.69% from 255 or 73.94% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 139 - color contains mainly: green. Hex color #058B2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058B2C is #FA74D3. Grayscale: #585858. Windows color (decimal): -16413908 or 2919173. OLE color: 2919173.
HSL color Cylindrical-coordinate representation of color #058B2C: hue angle of 137.46º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058B2C is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 139 | 44 | - |
| CMYK | 0.96 | 0 | 0.68 | 0.45 |
| HSL | 137.46º | 0.93% | 0.28% | - |
| HSV(B) | 137.46º | 0.96% | 0.55% | - |
| XYZ | 9.75 | 18.68 | 5.47 | - |
| YUV | 88.1 | 103.11 | 68.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 139 | 44 | 0.96 | 0 | 0.68 | 0.45 | 137.46 | 0.93 | 0.28 |
| Hex | 5 | 8B | 2C | 60 | 0 | 44 | 2D | 89 | 5D | 1C |
| Octal | 5 | 213 | 54 | 140 | 0 | 104 | 55 | 211 | 135 | 34 |
| Binary | 101 | 10001011 | 101100 | 1100000 | 0 | 1000100 | 101101 | 10001001 | 1011101 | 11100 |
Color Harmonies of #058B2C
Complementary color
Monochromatic Colors of #058B2C
Black with #058B2C
Text Example
Text Example
White with #058B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058B2C; }
p { color: rgb(5,139,44); }
H1.HeaderClassName
{
color: #058B2C;
}
.AnyTagClassName
{
color: #058B2C;
}
</style>
background-color css
<style>
a { background-color: #058B2C; }
a { background-color: rgb(5,139,44); }
div.DivClassName
{
background-color: #058B2C;
}
.BgClassName
{
background-color: #058B2C;
}
</style>
border-color css
<style>
span { border-color: #058B2C; }
span { border-color: rgb(5,139,44); }
td.TdClassName
{
border-color: #058B2C;
}
.TagClassName
{
border-color: #058B2C;
}
</style>