Shades of Forest Green #11841B
Tints of Forest Green #11841B
RGB
CMYK
RGB Variations
Color information
#11841B (or 0x11841B) is known color: Forest Green. HEX triplet: 11, 84 and 1B. RGB value is (17,132,27). Sum of RGB (Red+Green+Blue) = 17+132+27=176 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.66% from 176); Green value is 132 (51.95% from 255 or 75% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 132 - color contains mainly: green. Hex color #11841B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11841B is #EE7BE4. Grayscale: #555555. Windows color (decimal): -15629285 or 1803281. OLE color: 1803281.
HSL color Cylindrical-coordinate representation of color #11841B: hue angle of 125.22º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11841B is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 17 | 132 | 27 | - |
| CMYK | 0.87 | 0 | 0.80 | 0.48 |
| HSL | 125.22º | 0.77% | 0.29% | - |
| HSV(B) | 125.22º | 0.87% | 0.52% | - |
| XYZ | 8.68 | 16.7 | 3.8 | - |
| YUV | 85.65 | 94.9 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 132 | 27 | 0.87 | 0 | 0.80 | 0.48 | 125.22 | 0.77 | 0.29 |
| Hex | 11 | 84 | 1B | 57 | 0 | 50 | 30 | 7D | 4D | 1D |
| Octal | 21 | 204 | 33 | 127 | 0 | 120 | 60 | 175 | 115 | 35 |
| Binary | 10001 | 10000100 | 11011 | 1010111 | 0 | 1010000 | 110000 | 1111101 | 1001101 | 11101 |
Color Harmonies of #11841B
Complementary color
Monochromatic Colors of #11841B
Black with #11841B
Text Example
Text Example
White with #11841B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11841B; }
p { color: rgb(17,132,27); }
H1.HeaderClassName
{
color: #11841B;
}
.AnyTagClassName
{
color: #11841B;
}
</style>
background-color css
<style>
a { background-color: #11841B; }
a { background-color: rgb(17,132,27); }
div.DivClassName
{
background-color: #11841B;
}
.BgClassName
{
background-color: #11841B;
}
</style>
border-color css
<style>
span { border-color: #11841B; }
span { border-color: rgb(17,132,27); }
td.TdClassName
{
border-color: #11841B;
}
.TagClassName
{
border-color: #11841B;
}
</style>