Shades of Forest Green #118328
Tints of Forest Green #118328
RGB
CMYK
RGB Variations
Color information
#118328 (or 0x118328) is known color: Forest Green. HEX triplet: 11, 83 and 28. RGB value is (17,131,40). Sum of RGB (Red+Green+Blue) = 17+131+40=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 131 (51.56% from 255 or 69.68% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 131 - color contains mainly: green. Hex color #118328 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118328 is #EE7CD7. Grayscale: #565656. Windows color (decimal): -15629528 or 2654993. OLE color: 2654993.
HSL color Cylindrical-coordinate representation of color #118328: hue angle of 132.11º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118328 is Cyan = 0.87, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 131 | 40 | - |
| CMYK | 0.87 | 0 | 0.69 | 0.49 |
| HSL | 132.11º | 0.77% | 0.29% | - |
| HSV(B) | 132.11º | 0.87% | 0.51% | - |
| XYZ | 8.73 | 16.5 | 4.73 | - |
| YUV | 86.54 | 101.73 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 131 | 40 | 0.87 | 0 | 0.69 | 0.49 | 132.11 | 0.77 | 0.29 |
| Hex | 11 | 83 | 28 | 57 | 0 | 45 | 31 | 84 | 4D | 1D |
| Octal | 21 | 203 | 50 | 127 | 0 | 105 | 61 | 204 | 115 | 35 |
| Binary | 10001 | 10000011 | 101000 | 1010111 | 0 | 1000101 | 110001 | 10000100 | 1001101 | 11101 |
Color Harmonies of #118328
Complementary color
Monochromatic Colors of #118328
Black with #118328
Text Example
Text Example
White with #118328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118328; }
p { color: rgb(17,131,40); }
H1.HeaderClassName
{
color: #118328;
}
.AnyTagClassName
{
color: #118328;
}
</style>
background-color css
<style>
a { background-color: #118328; }
a { background-color: rgb(17,131,40); }
div.DivClassName
{
background-color: #118328;
}
.BgClassName
{
background-color: #118328;
}
</style>
border-color css
<style>
span { border-color: #118328; }
span { border-color: rgb(17,131,40); }
td.TdClassName
{
border-color: #118328;
}
.TagClassName
{
border-color: #118328;
}
</style>