Shades of Forest Green #118F2D
Tints of Forest Green #118F2D
RGB
CMYK
RGB Variations
Color information
#118F2D (or 0x118F2D) is known color: Forest Green. HEX triplet: 11, 8F and 2D. RGB value is (17,143,45). Sum of RGB (Red+Green+Blue) = 17+143+45=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 143 (56.25% from 255 or 69.76% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 143 - color contains mainly: green. Hex color #118F2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118F2D is #EE70D2. Grayscale: #5E5E5E. Windows color (decimal): -15626451 or 2985745. OLE color: 2985745.
HSL color Cylindrical-coordinate representation of color #118F2D: hue angle of 133.33º 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 #118F2D is Cyan = 0.88, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 143 | 45 | - |
| CMYK | 0.88 | 0 | 0.69 | 0.44 |
| HSL | 133.33º | 0.79% | 0.31% | - |
| HSV(B) | 133.33º | 0.88% | 0.56% | - |
| XYZ | 10.53 | 19.95 | 5.78 | - |
| YUV | 94.15 | 100.26 | 72.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 143 | 45 | 0.88 | 0 | 0.69 | 0.44 | 133.33 | 0.79 | 0.31 |
| Hex | 11 | 8F | 2D | 58 | 0 | 45 | 2C | 85 | 4F | 1F |
| Octal | 21 | 217 | 55 | 130 | 0 | 105 | 54 | 205 | 117 | 37 |
| Binary | 10001 | 10001111 | 101101 | 1011000 | 0 | 1000101 | 101100 | 10000101 | 1001111 | 11111 |
Color Harmonies of #118F2D
Complementary color
Monochromatic Colors of #118F2D
Black with #118F2D
Text Example
Text Example
White with #118F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118F2D; }
p { color: rgb(17,143,45); }
H1.HeaderClassName
{
color: #118F2D;
}
.AnyTagClassName
{
color: #118F2D;
}
</style>
background-color css
<style>
a { background-color: #118F2D; }
a { background-color: rgb(17,143,45); }
div.DivClassName
{
background-color: #118F2D;
}
.BgClassName
{
background-color: #118F2D;
}
</style>
border-color css
<style>
span { border-color: #118F2D; }
span { border-color: rgb(17,143,45); }
td.TdClassName
{
border-color: #118F2D;
}
.TagClassName
{
border-color: #118F2D;
}
</style>