Shades of Forest Green #118B1C
Tints of Forest Green #118B1C
RGB
CMYK
RGB Variations
Color information
#118B1C (or 0x118B1C) is known color: Forest Green. HEX triplet: 11, 8B and 1C. RGB value is (17,139,28). Sum of RGB (Red+Green+Blue) = 17+139+28=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 139 (54.69% from 255 or 75.54% from 184); Blue value is 28 (11.33% from 255 or 15.22% from 184); Max value from RGB is 139 - color contains mainly: green. Hex color #118B1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118B1C is #EE74E3. Grayscale: #5A5A5A. Windows color (decimal): -15627492 or 1870609. OLE color: 1870609.
HSL color Cylindrical-coordinate representation of color #118B1C: hue angle of 125.41º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118B1C is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 139 | 28 | - |
| CMYK | 0.88 | 0 | 0.80 | 0.45 |
| HSL | 125.41º | 0.78% | 0.31% | - |
| HSV(B) | 125.41º | 0.88% | 0.55% | - |
| XYZ | 9.67 | 18.67 | 4.19 | - |
| YUV | 89.87 | 93.08 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 139 | 28 | 0.88 | 0 | 0.80 | 0.45 | 125.41 | 0.78 | 0.31 |
| Hex | 11 | 8B | 1C | 58 | 0 | 50 | 2D | 7D | 4E | 1F |
| Octal | 21 | 213 | 34 | 130 | 0 | 120 | 55 | 175 | 116 | 37 |
| Binary | 10001 | 10001011 | 11100 | 1011000 | 0 | 1010000 | 101101 | 1111101 | 1001110 | 11111 |
Color Harmonies of #118B1C
Complementary color
Monochromatic Colors of #118B1C
Black with #118B1C
Text Example
Text Example
White with #118B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118B1C; }
p { color: rgb(17,139,28); }
H1.HeaderClassName
{
color: #118B1C;
}
.AnyTagClassName
{
color: #118B1C;
}
</style>
background-color css
<style>
a { background-color: #118B1C; }
a { background-color: rgb(17,139,28); }
div.DivClassName
{
background-color: #118B1C;
}
.BgClassName
{
background-color: #118B1C;
}
</style>
border-color css
<style>
span { border-color: #118B1C; }
span { border-color: rgb(17,139,28); }
td.TdClassName
{
border-color: #118B1C;
}
.TagClassName
{
border-color: #118B1C;
}
</style>