Shades of Forest Green #11881D
Tints of Forest Green #11881D
RGB
CMYK
RGB Variations
Color information
#11881D (or 0x11881D) is known color: Forest Green. HEX triplet: 11, 88 and 1D. RGB value is (17,136,29). Sum of RGB (Red+Green+Blue) = 17+136+29=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 136 (53.52% from 255 or 74.73% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 136 - color contains mainly: green. Hex color #11881D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11881D is #EE77E2. Grayscale: #585858. Windows color (decimal): -15628259 or 1935377. OLE color: 1935377.
HSL color Cylindrical-coordinate representation of color #11881D: hue angle of 126.05º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11881D is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 136 | 29 | - |
| CMYK | 0.87 | 0 | 0.79 | 0.47 |
| HSL | 126.05º | 0.78% | 0.3% | - |
| HSV(B) | 126.05º | 0.88% | 0.53% | - |
| XYZ | 9.26 | 17.82 | 4.11 | - |
| YUV | 88.22 | 94.58 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 136 | 29 | 0.87 | 0 | 0.79 | 0.47 | 126.05 | 0.78 | 0.3 |
| Hex | 11 | 88 | 1D | 57 | 0 | 4F | 2F | 7E | 4E | 1E |
| Octal | 21 | 210 | 35 | 127 | 0 | 117 | 57 | 176 | 116 | 36 |
| Binary | 10001 | 10001000 | 11101 | 1010111 | 0 | 1001111 | 101111 | 1111110 | 1001110 | 11110 |
Color Harmonies of #11881D
Complementary color
Monochromatic Colors of #11881D
Black with #11881D
Text Example
Text Example
White with #11881D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11881D; }
p { color: rgb(17,136,29); }
H1.HeaderClassName
{
color: #11881D;
}
.AnyTagClassName
{
color: #11881D;
}
</style>
background-color css
<style>
a { background-color: #11881D; }
a { background-color: rgb(17,136,29); }
div.DivClassName
{
background-color: #11881D;
}
.BgClassName
{
background-color: #11881D;
}
</style>
border-color css
<style>
span { border-color: #11881D; }
span { border-color: rgb(17,136,29); }
td.TdClassName
{
border-color: #11881D;
}
.TagClassName
{
border-color: #11881D;
}
</style>