Shades of Forest Green #11962F
Tints of Forest Green #11962F
RGB
CMYK
RGB Variations
Color information
#11962F (or 0x11962F) is known color: Forest Green. HEX triplet: 11, 96 and 2F. RGB value is (17,150,47). Sum of RGB (Red+Green+Blue) = 17+150+47=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 150 (58.98% from 255 or 70.09% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 150 - color contains mainly: green. Hex color #11962F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11962F is #EE69D0. Grayscale: #626262. Windows color (decimal): -15624657 or 3118609. OLE color: 3118609.
HSL color Cylindrical-coordinate representation of color #11962F: hue angle of 133.53º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11962F is Cyan = 0.89, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 150 | 47 | - |
| CMYK | 0.89 | 0 | 0.69 | 0.41 |
| HSL | 133.53º | 0.8% | 0.33% | - |
| HSV(B) | 133.53º | 0.89% | 0.59% | - |
| XYZ | 11.65 | 22.14 | 6.35 | - |
| YUV | 98.49 | 98.94 | 69.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 150 | 47 | 0.89 | 0 | 0.69 | 0.41 | 133.53 | 0.8 | 0.33 |
| Hex | 11 | 96 | 2F | 59 | 0 | 45 | 29 | 86 | 50 | 21 |
| Octal | 21 | 226 | 57 | 131 | 0 | 105 | 51 | 206 | 120 | 41 |
| Binary | 10001 | 10010110 | 101111 | 1011001 | 0 | 1000101 | 101001 | 10000110 | 1010000 | 100001 |
Color Harmonies of #11962F
Complementary color
Monochromatic Colors of #11962F
Black with #11962F
Text Example
Text Example
White with #11962F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11962F; }
p { color: rgb(17,150,47); }
H1.HeaderClassName
{
color: #11962F;
}
.AnyTagClassName
{
color: #11962F;
}
</style>
background-color css
<style>
a { background-color: #11962F; }
a { background-color: rgb(17,150,47); }
div.DivClassName
{
background-color: #11962F;
}
.BgClassName
{
background-color: #11962F;
}
</style>
border-color css
<style>
span { border-color: #11962F; }
span { border-color: rgb(17,150,47); }
td.TdClassName
{
border-color: #11962F;
}
.TagClassName
{
border-color: #11962F;
}
</style>