Shades of Forest Green #11961D
Tints of Forest Green #11961D
RGB
CMYK
RGB Variations
Color information
#11961D (or 0x11961D) is known color: Forest Green. HEX triplet: 11, 96 and 1D. RGB value is (17,150,29). Sum of RGB (Red+Green+Blue) = 17+150+29=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 150 (58.98% from 255 or 76.53% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 150 - color contains mainly: green. Hex color #11961D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11961D is #EE69E2. Grayscale: #606060. Windows color (decimal): -15624675 or 1938961. OLE color: 1938961.
HSL color Cylindrical-coordinate representation of color #11961D: hue angle of 125.41º 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 #11961D is Cyan = 0.89, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 150 | 29 | - |
| CMYK | 0.89 | 0 | 0.81 | 0.41 |
| HSL | 125.41º | 0.8% | 0.33% | - |
| HSV(B) | 125.41º | 0.89% | 0.59% | - |
| XYZ | 11.36 | 22.02 | 4.81 | - |
| YUV | 96.44 | 89.94 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 150 | 29 | 0.89 | 0 | 0.81 | 0.41 | 125.41 | 0.8 | 0.33 |
| Hex | 11 | 96 | 1D | 59 | 0 | 51 | 29 | 7D | 50 | 21 |
| Octal | 21 | 226 | 35 | 131 | 0 | 121 | 51 | 175 | 120 | 41 |
| Binary | 10001 | 10010110 | 11101 | 1011001 | 0 | 1010001 | 101001 | 1111101 | 1010000 | 100001 |
Color Harmonies of #11961D
Complementary color
Monochromatic Colors of #11961D
Black with #11961D
Text Example
Text Example
White with #11961D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11961D; }
p { color: rgb(17,150,29); }
H1.HeaderClassName
{
color: #11961D;
}
.AnyTagClassName
{
color: #11961D;
}
</style>
background-color css
<style>
a { background-color: #11961D; }
a { background-color: rgb(17,150,29); }
div.DivClassName
{
background-color: #11961D;
}
.BgClassName
{
background-color: #11961D;
}
</style>
border-color css
<style>
span { border-color: #11961D; }
span { border-color: rgb(17,150,29); }
td.TdClassName
{
border-color: #11961D;
}
.TagClassName
{
border-color: #11961D;
}
</style>