Shades of Forest Green #187014
Tints of Forest Green #187014
RGB
CMYK
RGB Variations
Color information
#187014 (or 0x187014) is known color: Forest Green. HEX triplet: 18, 70 and 14. RGB value is (24,112,20). Sum of RGB (Red+Green+Blue) = 24+112+20=156 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.38% from 156); Green value is 112 (44.14% from 255 or 71.79% from 156); Blue value is 20 (8.20% from 255 or 12.82% from 156); Max value from RGB is 112 - color contains mainly: green. Hex color #187014 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #187014 is #E78FEB. Grayscale: #4B4B4B. Windows color (decimal): -15175660 or 1339416. OLE color: 1339416.
HSL color Cylindrical-coordinate representation of color #187014: hue angle of 117.39º 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 #187014 is Cyan = 0.79, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 24 | 112 | 20 | - |
| CMYK | 0.79 | 0 | 0.82 | 0.56 |
| HSL | 117.39º | 0.7% | 0.26% | - |
| HSV(B) | 117.39º | 0.82% | 0.44% | - |
| XYZ | 6.3 | 11.83 | 2.61 | - |
| YUV | 75.2 | 96.85 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 112 | 20 | 0.79 | 0 | 0.82 | 0.56 | 117.39 | 0.7 | 0.26 |
| Hex | 18 | 70 | 14 | 4F | 0 | 52 | 38 | 75 | 46 | 1A |
| Octal | 30 | 160 | 24 | 117 | 0 | 122 | 70 | 165 | 106 | 32 |
| Binary | 11000 | 1110000 | 10100 | 1001111 | 0 | 1010010 | 111000 | 1110101 | 1000110 | 11010 |
Color Harmonies of #187014
Complementary color
Monochromatic Colors of #187014
Black with #187014
Text Example
Text Example
White with #187014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187014; }
p { color: rgb(24,112,20); }
H1.HeaderClassName
{
color: #187014;
}
.AnyTagClassName
{
color: #187014;
}
</style>
background-color css
<style>
a { background-color: #187014; }
a { background-color: rgb(24,112,20); }
div.DivClassName
{
background-color: #187014;
}
.BgClassName
{
background-color: #187014;
}
</style>
border-color css
<style>
span { border-color: #187014; }
span { border-color: rgb(24,112,20); }
td.TdClassName
{
border-color: #187014;
}
.TagClassName
{
border-color: #187014;
}
</style>