Shades of Forest Green #11861B
Tints of Forest Green #11861B
RGB
CMYK
RGB Variations
Color information
#11861B (or 0x11861B) is known color: Forest Green. HEX triplet: 11, 86 and 1B. RGB value is (17,134,27). Sum of RGB (Red+Green+Blue) = 17+134+27=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 134 (52.73% from 255 or 75.28% from 178); Blue value is 27 (10.94% from 255 or 15.17% from 178); Max value from RGB is 134 - color contains mainly: green. Hex color #11861B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11861B is #EE79E4. Grayscale: #575757. Windows color (decimal): -15628773 or 1803793. OLE color: 1803793.
HSL color Cylindrical-coordinate representation of color #11861B: hue angle of 125.13º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11861B is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 134 | 27 | - |
| CMYK | 0.87 | 0 | 0.80 | 0.47 |
| HSL | 125.13º | 0.77% | 0.3% | - |
| HSV(B) | 125.13º | 0.87% | 0.53% | - |
| XYZ | 8.95 | 17.25 | 3.89 | - |
| YUV | 86.82 | 94.24 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 134 | 27 | 0.87 | 0 | 0.80 | 0.47 | 125.13 | 0.77 | 0.3 |
| Hex | 11 | 86 | 1B | 57 | 0 | 50 | 2F | 7D | 4D | 1E |
| Octal | 21 | 206 | 33 | 127 | 0 | 120 | 57 | 175 | 115 | 36 |
| Binary | 10001 | 10000110 | 11011 | 1010111 | 0 | 1010000 | 101111 | 1111101 | 1001101 | 11110 |
Color Harmonies of #11861B
Complementary color
Monochromatic Colors of #11861B
Black with #11861B
Text Example
Text Example
White with #11861B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11861B; }
p { color: rgb(17,134,27); }
H1.HeaderClassName
{
color: #11861B;
}
.AnyTagClassName
{
color: #11861B;
}
</style>
background-color css
<style>
a { background-color: #11861B; }
a { background-color: rgb(17,134,27); }
div.DivClassName
{
background-color: #11861B;
}
.BgClassName
{
background-color: #11861B;
}
</style>
border-color css
<style>
span { border-color: #11861B; }
span { border-color: rgb(17,134,27); }
td.TdClassName
{
border-color: #11861B;
}
.TagClassName
{
border-color: #11861B;
}
</style>