Shades of Forest Green #119524
Tints of Forest Green #119524
RGB
CMYK
RGB Variations
Color information
#119524 (or 0x119524) is known color: Forest Green. HEX triplet: 11, 95 and 24. RGB value is (17,149,36). Sum of RGB (Red+Green+Blue) = 17+149+36=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 149 (58.59% from 255 or 73.76% from 202); Blue value is 36 (14.45% from 255 or 17.82% from 202); Max value from RGB is 149 - color contains mainly: green. Hex color #119524 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119524 is #EE6ADB. Grayscale: #606060. Windows color (decimal): -15624924 or 2397457. OLE color: 2397457.
HSL color Cylindrical-coordinate representation of color #119524: hue angle of 128.64º 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 #119524 is Cyan = 0.89, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 149 | 36 | - |
| CMYK | 0.89 | 0 | 0.76 | 0.42 |
| HSL | 128.64º | 0.8% | 0.33% | - |
| HSV(B) | 128.64º | 0.89% | 0.58% | - |
| XYZ | 11.3 | 21.74 | 5.27 | - |
| YUV | 96.65 | 93.77 | 71.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 149 | 36 | 0.89 | 0 | 0.76 | 0.42 | 128.64 | 0.8 | 0.33 |
| Hex | 11 | 95 | 24 | 59 | 0 | 4C | 2A | 81 | 50 | 21 |
| Octal | 21 | 225 | 44 | 131 | 0 | 114 | 52 | 201 | 120 | 41 |
| Binary | 10001 | 10010101 | 100100 | 1011001 | 0 | 1001100 | 101010 | 10000001 | 1010000 | 100001 |
Color Harmonies of #119524
Complementary color
Monochromatic Colors of #119524
Black with #119524
Text Example
Text Example
White with #119524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119524; }
p { color: rgb(17,149,36); }
H1.HeaderClassName
{
color: #119524;
}
.AnyTagClassName
{
color: #119524;
}
</style>
background-color css
<style>
a { background-color: #119524; }
a { background-color: rgb(17,149,36); }
div.DivClassName
{
background-color: #119524;
}
.BgClassName
{
background-color: #119524;
}
</style>
border-color css
<style>
span { border-color: #119524; }
span { border-color: rgb(17,149,36); }
td.TdClassName
{
border-color: #119524;
}
.TagClassName
{
border-color: #119524;
}
</style>