Shades of Forest Green #11961F
Tints of Forest Green #11961F
RGB
CMYK
RGB Variations
Color information
#11961F (or 0x11961F) is known color: Forest Green. HEX triplet: 11, 96 and 1F. RGB value is (17,150,31). Sum of RGB (Red+Green+Blue) = 17+150+31=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 150 (58.98% from 255 or 75.76% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 150 - color contains mainly: green. Hex color #11961F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11961F is #EE69E0. Grayscale: #616161. Windows color (decimal): -15624673 or 2070033. OLE color: 2070033.
HSL color Cylindrical-coordinate representation of color #11961F: hue angle of 126.32º 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 #11961F is Cyan = 0.89, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 150 | 31 | - |
| CMYK | 0.89 | 0 | 0.79 | 0.41 |
| HSL | 126.32º | 0.8% | 0.33% | - |
| HSV(B) | 126.32º | 0.89% | 0.59% | - |
| XYZ | 11.38 | 22.03 | 4.95 | - |
| YUV | 96.67 | 90.94 | 71.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 150 | 31 | 0.89 | 0 | 0.79 | 0.41 | 126.32 | 0.8 | 0.33 |
| Hex | 11 | 96 | 1F | 59 | 0 | 4F | 29 | 7E | 50 | 21 |
| Octal | 21 | 226 | 37 | 131 | 0 | 117 | 51 | 176 | 120 | 41 |
| Binary | 10001 | 10010110 | 11111 | 1011001 | 0 | 1001111 | 101001 | 1111110 | 1010000 | 100001 |
Color Harmonies of #11961F
Complementary color
Monochromatic Colors of #11961F
Black with #11961F
Text Example
Text Example
White with #11961F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11961F; }
p { color: rgb(17,150,31); }
H1.HeaderClassName
{
color: #11961F;
}
.AnyTagClassName
{
color: #11961F;
}
</style>
background-color css
<style>
a { background-color: #11961F; }
a { background-color: rgb(17,150,31); }
div.DivClassName
{
background-color: #11961F;
}
.BgClassName
{
background-color: #11961F;
}
</style>
border-color css
<style>
span { border-color: #11961F; }
span { border-color: rgb(17,150,31); }
td.TdClassName
{
border-color: #11961F;
}
.TagClassName
{
border-color: #11961F;
}
</style>