Shades of Forest Green #11951F
Tints of Forest Green #11951F
RGB
CMYK
RGB Variations
Color information
#11951F (or 0x11951F) is known color: Forest Green. HEX triplet: 11, 95 and 1F. RGB value is (17,149,31). Sum of RGB (Red+Green+Blue) = 17+149+31=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 149 (58.59% from 255 or 75.63% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 149 - color contains mainly: green. Hex color #11951F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11951F is #EE6AE0. Grayscale: #606060. Windows color (decimal): -15624929 or 2069777. OLE color: 2069777.
HSL color Cylindrical-coordinate representation of color #11951F: hue angle of 126.36º 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 #11951F is Cyan = 0.89, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 149 | 31 | - |
| CMYK | 0.89 | 0 | 0.79 | 0.42 |
| HSL | 126.36º | 0.8% | 0.33% | - |
| HSV(B) | 126.36º | 0.89% | 0.58% | - |
| XYZ | 11.23 | 21.71 | 4.9 | - |
| YUV | 96.08 | 91.27 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 149 | 31 | 0.89 | 0 | 0.79 | 0.42 | 126.36 | 0.8 | 0.33 |
| Hex | 11 | 95 | 1F | 59 | 0 | 4F | 2A | 7E | 50 | 21 |
| Octal | 21 | 225 | 37 | 131 | 0 | 117 | 52 | 176 | 120 | 41 |
| Binary | 10001 | 10010101 | 11111 | 1011001 | 0 | 1001111 | 101010 | 1111110 | 1010000 | 100001 |
Color Harmonies of #11951F
Complementary color
Monochromatic Colors of #11951F
Black with #11951F
Text Example
Text Example
White with #11951F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11951F; }
p { color: rgb(17,149,31); }
H1.HeaderClassName
{
color: #11951F;
}
.AnyTagClassName
{
color: #11951F;
}
</style>
background-color css
<style>
a { background-color: #11951F; }
a { background-color: rgb(17,149,31); }
div.DivClassName
{
background-color: #11951F;
}
.BgClassName
{
background-color: #11951F;
}
</style>
border-color css
<style>
span { border-color: #11951F; }
span { border-color: rgb(17,149,31); }
td.TdClassName
{
border-color: #11951F;
}
.TagClassName
{
border-color: #11951F;
}
</style>