Shades of Forest Green #187114
Tints of Forest Green #187114
RGB
CMYK
RGB Variations
Color information
#187114 (or 0x187114) is known color: Forest Green. HEX triplet: 18, 71 and 14. RGB value is (24,113,20). Sum of RGB (Red+Green+Blue) = 24+113+20=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 113 (44.53% from 255 or 71.97% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 113 - color contains mainly: green. Hex color #187114 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #187114 is #E78EEB. Grayscale: #4C4C4C. Windows color (decimal): -15175404 or 1339672. OLE color: 1339672.
HSL color Cylindrical-coordinate representation of color #187114: hue angle of 117.42º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #187114 is Cyan = 0.79, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 24 | 113 | 20 | - |
| CMYK | 0.79 | 0 | 0.82 | 0.56 |
| HSL | 117.42º | 0.7% | 0.26% | - |
| HSV(B) | 117.42º | 0.82% | 0.44% | - |
| XYZ | 6.41 | 12.05 | 2.65 | - |
| YUV | 75.79 | 96.51 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 113 | 20 | 0.79 | 0 | 0.82 | 0.56 | 117.42 | 0.7 | 0.26 |
| Hex | 18 | 71 | 14 | 4F | 0 | 52 | 38 | 75 | 46 | 1A |
| Octal | 30 | 161 | 24 | 117 | 0 | 122 | 70 | 165 | 106 | 32 |
| Binary | 11000 | 1110001 | 10100 | 1001111 | 0 | 1010010 | 111000 | 1110101 | 1000110 | 11010 |
Color Harmonies of #187114
Complementary color
Monochromatic Colors of #187114
Black with #187114
Text Example
Text Example
White with #187114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187114; }
p { color: rgb(24,113,20); }
H1.HeaderClassName
{
color: #187114;
}
.AnyTagClassName
{
color: #187114;
}
</style>
background-color css
<style>
a { background-color: #187114; }
a { background-color: rgb(24,113,20); }
div.DivClassName
{
background-color: #187114;
}
.BgClassName
{
background-color: #187114;
}
</style>
border-color css
<style>
span { border-color: #187114; }
span { border-color: rgb(24,113,20); }
td.TdClassName
{
border-color: #187114;
}
.TagClassName
{
border-color: #187114;
}
</style>