Shades of Forest Green #119432
Tints of Forest Green #119432
RGB
CMYK
RGB Variations
Color information
#119432 (or 0x119432) is known color: Forest Green. HEX triplet: 11, 94 and 32. RGB value is (17,148,50). Sum of RGB (Red+Green+Blue) = 17+148+50=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 148 (58.20% from 255 or 68.84% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 148 - color contains mainly: green. Hex color #119432 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119432 is #EE6BCD. Grayscale: #616161. Windows color (decimal): -15625166 or 3314705. OLE color: 3314705.
HSL color Cylindrical-coordinate representation of color #119432: hue angle of 135.11º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119432 is Cyan = 0.89, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 148 | 50 | - |
| CMYK | 0.89 | 0 | 0.66 | 0.42 |
| HSL | 135.11º | 0.79% | 0.32% | - |
| HSV(B) | 135.11º | 0.89% | 0.58% | - |
| XYZ | 11.4 | 21.53 | 6.57 | - |
| YUV | 97.66 | 101.1 | 70.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 148 | 50 | 0.89 | 0 | 0.66 | 0.42 | 135.11 | 0.79 | 0.32 |
| Hex | 11 | 94 | 32 | 59 | 0 | 42 | 2A | 87 | 4F | 20 |
| Octal | 21 | 224 | 62 | 131 | 0 | 102 | 52 | 207 | 117 | 40 |
| Binary | 10001 | 10010100 | 110010 | 1011001 | 0 | 1000010 | 101010 | 10000111 | 1001111 | 100000 |
Color Harmonies of #119432
Complementary color
Monochromatic Colors of #119432
Black with #119432
Text Example
Text Example
White with #119432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119432; }
p { color: rgb(17,148,50); }
H1.HeaderClassName
{
color: #119432;
}
.AnyTagClassName
{
color: #119432;
}
</style>
background-color css
<style>
a { background-color: #119432; }
a { background-color: rgb(17,148,50); }
div.DivClassName
{
background-color: #119432;
}
.BgClassName
{
background-color: #119432;
}
</style>
border-color css
<style>
span { border-color: #119432; }
span { border-color: rgb(17,148,50); }
td.TdClassName
{
border-color: #119432;
}
.TagClassName
{
border-color: #119432;
}
</style>