Shades of Forest Green #118A1C
Tints of Forest Green #118A1C
RGB
CMYK
RGB Variations
Color information
#118A1C (or 0x118A1C) is known color: Forest Green. HEX triplet: 11, 8A and 1C. RGB value is (17,138,28). Sum of RGB (Red+Green+Blue) = 17+138+28=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 138 (54.30% from 255 or 75.41% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 138 - color contains mainly: green. Hex color #118A1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118A1C is #EE75E3. Grayscale: #595959. Windows color (decimal): -15627748 or 1870353. OLE color: 1870353.
HSL color Cylindrical-coordinate representation of color #118A1C: hue angle of 125.45º 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 #118A1C is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 17 | 138 | 28 | - |
| CMYK | 0.88 | 0 | 0.80 | 0.46 |
| HSL | 125.45º | 0.78% | 0.3% | - |
| HSV(B) | 125.45º | 0.88% | 0.54% | - |
| XYZ | 9.53 | 18.38 | 4.14 | - |
| YUV | 89.28 | 93.41 | 76.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 138 | 28 | 0.88 | 0 | 0.80 | 0.46 | 125.45 | 0.78 | 0.3 |
| Hex | 11 | 8A | 1C | 58 | 0 | 50 | 2E | 7D | 4E | 1E |
| Octal | 21 | 212 | 34 | 130 | 0 | 120 | 56 | 175 | 116 | 36 |
| Binary | 10001 | 10001010 | 11100 | 1011000 | 0 | 1010000 | 101110 | 1111101 | 1001110 | 11110 |
Color Harmonies of #118A1C
Complementary color
Monochromatic Colors of #118A1C
Black with #118A1C
Text Example
Text Example
White with #118A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118A1C; }
p { color: rgb(17,138,28); }
H1.HeaderClassName
{
color: #118A1C;
}
.AnyTagClassName
{
color: #118A1C;
}
</style>
background-color css
<style>
a { background-color: #118A1C; }
a { background-color: rgb(17,138,28); }
div.DivClassName
{
background-color: #118A1C;
}
.BgClassName
{
background-color: #118A1C;
}
</style>
border-color css
<style>
span { border-color: #118A1C; }
span { border-color: rgb(17,138,28); }
td.TdClassName
{
border-color: #118A1C;
}
.TagClassName
{
border-color: #118A1C;
}
</style>