Shades of Forest Green #118A1D
Tints of Forest Green #118A1D
RGB
CMYK
RGB Variations
Color information
#118A1D (or 0x118A1D) is known color: Forest Green. HEX triplet: 11, 8A and 1D. RGB value is (17,138,29). Sum of RGB (Red+Green+Blue) = 17+138+29=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 138 (54.30% from 255 or 75% from 184); Blue value is 29 (11.72% from 255 or 15.76% from 184); Max value from RGB is 138 - color contains mainly: green. Hex color #118A1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118A1D is #EE75E2. Grayscale: #595959. Windows color (decimal): -15627747 or 1935889. OLE color: 1935889.
HSL color Cylindrical-coordinate representation of color #118A1D: hue angle of 125.95º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118A1D is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 17 | 138 | 29 | - |
| CMYK | 0.88 | 0 | 0.79 | 0.46 |
| HSL | 125.95º | 0.78% | 0.3% | - |
| HSV(B) | 125.95º | 0.88% | 0.54% | - |
| XYZ | 9.54 | 18.38 | 4.21 | - |
| YUV | 89.4 | 93.91 | 76.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 138 | 29 | 0.88 | 0 | 0.79 | 0.46 | 125.95 | 0.78 | 0.3 |
| Hex | 11 | 8A | 1D | 58 | 0 | 4F | 2E | 7E | 4E | 1E |
| Octal | 21 | 212 | 35 | 130 | 0 | 117 | 56 | 176 | 116 | 36 |
| Binary | 10001 | 10001010 | 11101 | 1011000 | 0 | 1001111 | 101110 | 1111110 | 1001110 | 11110 |
Color Harmonies of #118A1D
Complementary color
Monochromatic Colors of #118A1D
Black with #118A1D
Text Example
Text Example
White with #118A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118A1D; }
p { color: rgb(17,138,29); }
H1.HeaderClassName
{
color: #118A1D;
}
.AnyTagClassName
{
color: #118A1D;
}
</style>
background-color css
<style>
a { background-color: #118A1D; }
a { background-color: rgb(17,138,29); }
div.DivClassName
{
background-color: #118A1D;
}
.BgClassName
{
background-color: #118A1D;
}
</style>
border-color css
<style>
span { border-color: #118A1D; }
span { border-color: rgb(17,138,29); }
td.TdClassName
{
border-color: #118A1D;
}
.TagClassName
{
border-color: #118A1D;
}
</style>