Shades of Forest Green #058B2D
Tints of Forest Green #058B2D
RGB
CMYK
RGB Variations
Color information
#058B2D (or 0x058B2D) is known color: Forest Green. HEX triplet: 05, 8B and 2D. RGB value is (5,139,45). Sum of RGB (Red+Green+Blue) = 5+139+45=189 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.65% from 189); Green value is 139 (54.69% from 255 or 73.54% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 139 - color contains mainly: green. Hex color #058B2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058B2D is #FA74D2. Grayscale: #585858. Windows color (decimal): -16413907 or 2984709. OLE color: 2984709.
HSL color Cylindrical-coordinate representation of color #058B2D: hue angle of 137.91º 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 #058B2D is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 139 | 45 | - |
| CMYK | 0.96 | 0 | 0.68 | 0.45 |
| HSL | 137.91º | 0.93% | 0.28% | - |
| HSV(B) | 137.91º | 0.96% | 0.55% | - |
| XYZ | 9.77 | 18.69 | 5.57 | - |
| YUV | 88.22 | 103.61 | 68.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 139 | 45 | 0.96 | 0 | 0.68 | 0.45 | 137.91 | 0.93 | 0.28 |
| Hex | 5 | 8B | 2D | 60 | 0 | 44 | 2D | 8A | 5D | 1C |
| Octal | 5 | 213 | 55 | 140 | 0 | 104 | 55 | 212 | 135 | 34 |
| Binary | 101 | 10001011 | 101101 | 1100000 | 0 | 1000100 | 101101 | 10001010 | 1011101 | 11100 |
Color Harmonies of #058B2D
Complementary color
Monochromatic Colors of #058B2D
Black with #058B2D
Text Example
Text Example
White with #058B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058B2D; }
p { color: rgb(5,139,45); }
H1.HeaderClassName
{
color: #058B2D;
}
.AnyTagClassName
{
color: #058B2D;
}
</style>
background-color css
<style>
a { background-color: #058B2D; }
a { background-color: rgb(5,139,45); }
div.DivClassName
{
background-color: #058B2D;
}
.BgClassName
{
background-color: #058B2D;
}
</style>
border-color css
<style>
span { border-color: #058B2D; }
span { border-color: rgb(5,139,45); }
td.TdClassName
{
border-color: #058B2D;
}
.TagClassName
{
border-color: #058B2D;
}
</style>