Shades of Forest Green #11981F
Tints of Forest Green #11981F
RGB
CMYK
RGB Variations
Color information
#11981F (or 0x11981F) is known color: Forest Green. HEX triplet: 11, 98 and 1F. RGB value is (17,152,31). Sum of RGB (Red+Green+Blue) = 17+152+31=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 152 (59.77% from 255 or 76% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 152 - color contains mainly: green. Hex color #11981F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11981F is #EE67E0. Grayscale: #626262. Windows color (decimal): -15624161 or 2070545. OLE color: 2070545.
HSL color Cylindrical-coordinate representation of color #11981F: hue angle of 126.22º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11981F is Cyan = 0.89, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 152 | 31 | - |
| CMYK | 0.89 | 0 | 0.80 | 0.40 |
| HSL | 126.22º | 0.8% | 0.33% | - |
| HSV(B) | 126.22º | 0.89% | 0.6% | - |
| XYZ | 11.71 | 22.67 | 5.06 | - |
| YUV | 97.84 | 90.27 | 70.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 152 | 31 | 0.89 | 0 | 0.80 | 0.40 | 126.22 | 0.8 | 0.33 |
| Hex | 11 | 98 | 1F | 59 | 0 | 50 | 28 | 7E | 50 | 21 |
| Octal | 21 | 230 | 37 | 131 | 0 | 120 | 50 | 176 | 120 | 41 |
| Binary | 10001 | 10011000 | 11111 | 1011001 | 0 | 1010000 | 101000 | 1111110 | 1010000 | 100001 |
Color Harmonies of #11981F
Complementary color
Monochromatic Colors of #11981F
Black with #11981F
Text Example
Text Example
White with #11981F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11981F; }
p { color: rgb(17,152,31); }
H1.HeaderClassName
{
color: #11981F;
}
.AnyTagClassName
{
color: #11981F;
}
</style>
background-color css
<style>
a { background-color: #11981F; }
a { background-color: rgb(17,152,31); }
div.DivClassName
{
background-color: #11981F;
}
.BgClassName
{
background-color: #11981F;
}
</style>
border-color css
<style>
span { border-color: #11981F; }
span { border-color: rgb(17,152,31); }
td.TdClassName
{
border-color: #11981F;
}
.TagClassName
{
border-color: #11981F;
}
</style>