Shades of Forest Green #118020
Tints of Forest Green #118020
RGB
CMYK
RGB Variations
Color information
#118020 (or 0x118020) is known color: Forest Green. HEX triplet: 11, 80 and 20. RGB value is (17,128,32). Sum of RGB (Red+Green+Blue) = 17+128+32=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 128 (50.39% from 255 or 72.32% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 128 - color contains mainly: green. Hex color #118020 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118020 is #EE7FDF. Grayscale: #545454. Windows color (decimal): -15630304 or 2129937. OLE color: 2129937.
HSL color Cylindrical-coordinate representation of color #118020: hue angle of 128.11º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118020 is Cyan = 0.87, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 17 | 128 | 32 | - |
| CMYK | 0.87 | 0 | 0.75 | 0.50 |
| HSL | 128.11º | 0.77% | 0.28% | - |
| HSV(B) | 128.11º | 0.87% | 0.5% | - |
| XYZ | 8.21 | 15.66 | 3.96 | - |
| YUV | 83.87 | 98.73 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 128 | 32 | 0.87 | 0 | 0.75 | 0.50 | 128.11 | 0.77 | 0.28 |
| Hex | 11 | 80 | 20 | 57 | 0 | 4B | 32 | 80 | 4D | 1C |
| Octal | 21 | 200 | 40 | 127 | 0 | 113 | 62 | 200 | 115 | 34 |
| Binary | 10001 | 10000000 | 100000 | 1010111 | 0 | 1001011 | 110010 | 10000000 | 1001101 | 11100 |
Color Harmonies of #118020
Complementary color
Monochromatic Colors of #118020
Black with #118020
Text Example
Text Example
White with #118020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118020; }
p { color: rgb(17,128,32); }
H1.HeaderClassName
{
color: #118020;
}
.AnyTagClassName
{
color: #118020;
}
</style>
background-color css
<style>
a { background-color: #118020; }
a { background-color: rgb(17,128,32); }
div.DivClassName
{
background-color: #118020;
}
.BgClassName
{
background-color: #118020;
}
</style>
border-color css
<style>
span { border-color: #118020; }
span { border-color: rgb(17,128,32); }
td.TdClassName
{
border-color: #118020;
}
.TagClassName
{
border-color: #118020;
}
</style>