Shades of Forest Green #119529
Tints of Forest Green #119529
RGB
CMYK
RGB Variations
Color information
#119529 (or 0x119529) is known color: Forest Green. HEX triplet: 11, 95 and 29. RGB value is (17,149,41). Sum of RGB (Red+Green+Blue) = 17+149+41=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 149 (58.59% from 255 or 71.98% from 207); Blue value is 41 (16.41% from 255 or 19.81% from 207); Max value from RGB is 149 - color contains mainly: green. Hex color #119529 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119529 is #EE6AD6. Grayscale: #616161. Windows color (decimal): -15624919 or 2725137. OLE color: 2725137.
HSL color Cylindrical-coordinate representation of color #119529: hue angle of 130.91º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119529 is Cyan = 0.89, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 149 | 41 | - |
| CMYK | 0.89 | 0 | 0.72 | 0.42 |
| HSL | 130.91º | 0.8% | 0.33% | - |
| HSV(B) | 130.91º | 0.89% | 0.58% | - |
| XYZ | 11.38 | 21.77 | 5.7 | - |
| YUV | 97.22 | 96.27 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 149 | 41 | 0.89 | 0 | 0.72 | 0.42 | 130.91 | 0.8 | 0.33 |
| Hex | 11 | 95 | 29 | 59 | 0 | 48 | 2A | 83 | 50 | 21 |
| Octal | 21 | 225 | 51 | 131 | 0 | 110 | 52 | 203 | 120 | 41 |
| Binary | 10001 | 10010101 | 101001 | 1011001 | 0 | 1001000 | 101010 | 10000011 | 1010000 | 100001 |
Color Harmonies of #119529
Complementary color
Monochromatic Colors of #119529
Black with #119529
Text Example
Text Example
White with #119529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119529; }
p { color: rgb(17,149,41); }
H1.HeaderClassName
{
color: #119529;
}
.AnyTagClassName
{
color: #119529;
}
</style>
background-color css
<style>
a { background-color: #119529; }
a { background-color: rgb(17,149,41); }
div.DivClassName
{
background-color: #119529;
}
.BgClassName
{
background-color: #119529;
}
</style>
border-color css
<style>
span { border-color: #119529; }
span { border-color: rgb(17,149,41); }
td.TdClassName
{
border-color: #119529;
}
.TagClassName
{
border-color: #119529;
}
</style>