Shades of Forest Green #119018
Tints of Forest Green #119018
RGB
CMYK
RGB Variations
Color information
#119018 (or 0x119018) is known color: Forest Green. HEX triplet: 11, 90 and 18. RGB value is (17,144,24). Sum of RGB (Red+Green+Blue) = 17+144+24=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 144 (56.64% from 255 or 77.84% from 185); Blue value is 24 (9.77% from 255 or 12.97% from 185); Max value from RGB is 144 - color contains mainly: green. Hex color #119018 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119018 is #EE6FE7. Grayscale: #5C5C5C. Windows color (decimal): -15626216 or 1609745. OLE color: 1609745.
HSL color Cylindrical-coordinate representation of color #119018: hue angle of 123.31º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #119018 is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 144 | 24 | - |
| CMYK | 0.88 | 0 | 0.83 | 0.44 |
| HSL | 123.31º | 0.79% | 0.32% | - |
| HSV(B) | 123.31º | 0.88% | 0.56% | - |
| XYZ | 10.37 | 20.13 | 4.2 | - |
| YUV | 92.35 | 89.42 | 74.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 144 | 24 | 0.88 | 0 | 0.83 | 0.44 | 123.31 | 0.79 | 0.32 |
| Hex | 11 | 90 | 18 | 58 | 0 | 53 | 2C | 7B | 4F | 20 |
| Octal | 21 | 220 | 30 | 130 | 0 | 123 | 54 | 173 | 117 | 40 |
| Binary | 10001 | 10010000 | 11000 | 1011000 | 0 | 1010011 | 101100 | 1111011 | 1001111 | 100000 |
Color Harmonies of #119018
Complementary color
Monochromatic Colors of #119018
Black with #119018
Text Example
Text Example
White with #119018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119018; }
p { color: rgb(17,144,24); }
H1.HeaderClassName
{
color: #119018;
}
.AnyTagClassName
{
color: #119018;
}
</style>
background-color css
<style>
a { background-color: #119018; }
a { background-color: rgb(17,144,24); }
div.DivClassName
{
background-color: #119018;
}
.BgClassName
{
background-color: #119018;
}
</style>
border-color css
<style>
span { border-color: #119018; }
span { border-color: rgb(17,144,24); }
td.TdClassName
{
border-color: #119018;
}
.TagClassName
{
border-color: #119018;
}
</style>