Shades of Forest Green #11811D
Tints of Forest Green #11811D
RGB
CMYK
RGB Variations
Color information
#11811D (or 0x11811D) is known color: Forest Green. HEX triplet: 11, 81 and 1D. RGB value is (17,129,29). Sum of RGB (Red+Green+Blue) = 17+129+29=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 129 (50.78% from 255 or 73.71% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 129 - color contains mainly: green. Hex color #11811D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11811D is #EE7EE2. Grayscale: #545454. Windows color (decimal): -15630051 or 1933585. OLE color: 1933585.
HSL color Cylindrical-coordinate representation of color #11811D: hue angle of 126.43º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11811D is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 129 | 29 | - |
| CMYK | 0.87 | 0 | 0.78 | 0.49 |
| HSL | 126.43º | 0.77% | 0.29% | - |
| HSV(B) | 126.43º | 0.87% | 0.51% | - |
| XYZ | 8.3 | 15.91 | 3.8 | - |
| YUV | 84.11 | 96.89 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 129 | 29 | 0.87 | 0 | 0.78 | 0.49 | 126.43 | 0.77 | 0.29 |
| Hex | 11 | 81 | 1D | 57 | 0 | 4E | 31 | 7E | 4D | 1D |
| Octal | 21 | 201 | 35 | 127 | 0 | 116 | 61 | 176 | 115 | 35 |
| Binary | 10001 | 10000001 | 11101 | 1010111 | 0 | 1001110 | 110001 | 1111110 | 1001101 | 11101 |
Color Harmonies of #11811D
Complementary color
Monochromatic Colors of #11811D
Black with #11811D
Text Example
Text Example
White with #11811D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11811D; }
p { color: rgb(17,129,29); }
H1.HeaderClassName
{
color: #11811D;
}
.AnyTagClassName
{
color: #11811D;
}
</style>
background-color css
<style>
a { background-color: #11811D; }
a { background-color: rgb(17,129,29); }
div.DivClassName
{
background-color: #11811D;
}
.BgClassName
{
background-color: #11811D;
}
</style>
border-color css
<style>
span { border-color: #11811D; }
span { border-color: rgb(17,129,29); }
td.TdClassName
{
border-color: #11811D;
}
.TagClassName
{
border-color: #11811D;
}
</style>