Shades of Forest Green #059526
Tints of Forest Green #059526
RGB
CMYK
RGB Variations
Color information
#059526 (or 0x059526) is known color: Forest Green. HEX triplet: 05, 95 and 26. RGB value is (5,149,38). Sum of RGB (Red+Green+Blue) = 5+149+38=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 149 (58.59% from 255 or 77.60% from 192); Blue value is 38 (15.23% from 255 or 19.79% from 192); Max value from RGB is 149 - color contains mainly: green. Hex color #059526 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059526 is #FA6AD9. Grayscale: #5D5D5D. Windows color (decimal): -16411354 or 2528517. OLE color: 2528517.
HSL color Cylindrical-coordinate representation of color #059526: hue angle of 133.75º 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 #059526 is Cyan = 0.97, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 149 | 38 | - |
| CMYK | 0.97 | 0 | 0.74 | 0.42 |
| HSL | 133.75º | 0.94% | 0.3% | - |
| HSV(B) | 133.75º | 0.97% | 0.58% | - |
| XYZ | 11.16 | 21.67 | 5.43 | - |
| YUV | 93.29 | 96.79 | 65.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 149 | 38 | 0.97 | 0 | 0.74 | 0.42 | 133.75 | 0.94 | 0.3 |
| Hex | 5 | 95 | 26 | 61 | 0 | 4A | 2A | 86 | 5E | 1E |
| Octal | 5 | 225 | 46 | 141 | 0 | 112 | 52 | 206 | 136 | 36 |
| Binary | 101 | 10010101 | 100110 | 1100001 | 0 | 1001010 | 101010 | 10000110 | 1011110 | 11110 |
Color Harmonies of #059526
Complementary color
Monochromatic Colors of #059526
Black with #059526
Text Example
Text Example
White with #059526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059526; }
p { color: rgb(5,149,38); }
H1.HeaderClassName
{
color: #059526;
}
.AnyTagClassName
{
color: #059526;
}
</style>
background-color css
<style>
a { background-color: #059526; }
a { background-color: rgb(5,149,38); }
div.DivClassName
{
background-color: #059526;
}
.BgClassName
{
background-color: #059526;
}
</style>
border-color css
<style>
span { border-color: #059526; }
span { border-color: rgb(5,149,38); }
td.TdClassName
{
border-color: #059526;
}
.TagClassName
{
border-color: #059526;
}
</style>