Shades of Forest Green #059520
Tints of Forest Green #059520
RGB
CMYK
RGB Variations
Color information
#059520 (or 0x059520) is known color: Forest Green. HEX triplet: 05, 95 and 20. RGB value is (5,149,32). Sum of RGB (Red+Green+Blue) = 5+149+32=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 149 (58.59% from 255 or 80.11% from 186); Blue value is 32 (12.89% from 255 or 17.20% from 186); Max value from RGB is 149 - color contains mainly: green. Hex color #059520 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059520 is #FA6ADF. Grayscale: #5C5C5C. Windows color (decimal): -16411360 or 2135301. OLE color: 2135301.
HSL color Cylindrical-coordinate representation of color #059520: hue angle of 131.25º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059520 is Cyan = 0.97, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 149 | 32 | - |
| CMYK | 0.97 | 0 | 0.79 | 0.42 |
| HSL | 131.25º | 0.94% | 0.3% | - |
| HSV(B) | 131.25º | 0.97% | 0.58% | - |
| XYZ | 11.07 | 21.63 | 4.96 | - |
| YUV | 92.61 | 93.79 | 65.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 149 | 32 | 0.97 | 0 | 0.79 | 0.42 | 131.25 | 0.94 | 0.3 |
| Hex | 5 | 95 | 20 | 61 | 0 | 4F | 2A | 83 | 5E | 1E |
| Octal | 5 | 225 | 40 | 141 | 0 | 117 | 52 | 203 | 136 | 36 |
| Binary | 101 | 10010101 | 100000 | 1100001 | 0 | 1001111 | 101010 | 10000011 | 1011110 | 11110 |
Color Harmonies of #059520
Complementary color
Monochromatic Colors of #059520
Black with #059520
Text Example
Text Example
White with #059520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059520; }
p { color: rgb(5,149,32); }
H1.HeaderClassName
{
color: #059520;
}
.AnyTagClassName
{
color: #059520;
}
</style>
background-color css
<style>
a { background-color: #059520; }
a { background-color: rgb(5,149,32); }
div.DivClassName
{
background-color: #059520;
}
.BgClassName
{
background-color: #059520;
}
</style>
border-color css
<style>
span { border-color: #059520; }
span { border-color: rgb(5,149,32); }
td.TdClassName
{
border-color: #059520;
}
.TagClassName
{
border-color: #059520;
}
</style>