Shades of Forest Green #118F23
Tints of Forest Green #118F23
RGB
CMYK
RGB Variations
Color information
#118F23 (or 0x118F23) is known color: Forest Green. HEX triplet: 11, 8F and 23. RGB value is (17,143,35). Sum of RGB (Red+Green+Blue) = 17+143+35=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 143 (56.25% from 255 or 73.33% from 195); Blue value is 35 (14.06% from 255 or 17.95% from 195); Max value from RGB is 143 - color contains mainly: green. Hex color #118F23 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118F23 is #EE70DC. Grayscale: #5D5D5D. Windows color (decimal): -15626461 or 2330385. OLE color: 2330385.
HSL color Cylindrical-coordinate representation of color #118F23: hue angle of 128.57º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118F23 is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 143 | 35 | - |
| CMYK | 0.88 | 0 | 0.76 | 0.44 |
| HSL | 128.57º | 0.79% | 0.31% | - |
| HSV(B) | 128.57º | 0.88% | 0.56% | - |
| XYZ | 10.36 | 19.89 | 4.88 | - |
| YUV | 93.01 | 95.26 | 73.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 143 | 35 | 0.88 | 0 | 0.76 | 0.44 | 128.57 | 0.79 | 0.31 |
| Hex | 11 | 8F | 23 | 58 | 0 | 4C | 2C | 81 | 4F | 1F |
| Octal | 21 | 217 | 43 | 130 | 0 | 114 | 54 | 201 | 117 | 37 |
| Binary | 10001 | 10001111 | 100011 | 1011000 | 0 | 1001100 | 101100 | 10000001 | 1001111 | 11111 |
Color Harmonies of #118F23
Complementary color
Monochromatic Colors of #118F23
Black with #118F23
Text Example
Text Example
White with #118F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118F23; }
p { color: rgb(17,143,35); }
H1.HeaderClassName
{
color: #118F23;
}
.AnyTagClassName
{
color: #118F23;
}
</style>
background-color css
<style>
a { background-color: #118F23; }
a { background-color: rgb(17,143,35); }
div.DivClassName
{
background-color: #118F23;
}
.BgClassName
{
background-color: #118F23;
}
</style>
border-color css
<style>
span { border-color: #118F23; }
span { border-color: rgb(17,143,35); }
td.TdClassName
{
border-color: #118F23;
}
.TagClassName
{
border-color: #118F23;
}
</style>