Shades of Forest Green #187012
Tints of Forest Green #187012
RGB
CMYK
RGB Variations
Color information
#187012 (or 0x187012) is known color: Forest Green. HEX triplet: 18, 70 and 12. RGB value is (24,112,18). Sum of RGB (Red+Green+Blue) = 24+112+18=154 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.58% from 154); Green value is 112 (44.14% from 255 or 72.73% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 112 - color contains mainly: green. Hex color #187012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #187012 is #E78FED. Grayscale: #4B4B4B. Windows color (decimal): -15175662 or 1208344. OLE color: 1208344.
HSL color Cylindrical-coordinate representation of color #187012: hue angle of 116.17º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #187012 is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 24 | 112 | 18 | - |
| CMYK | 0.79 | 0 | 0.84 | 0.56 |
| HSL | 116.17º | 0.72% | 0.25% | - |
| HSV(B) | 116.17º | 0.84% | 0.44% | - |
| XYZ | 6.28 | 11.83 | 2.52 | - |
| YUV | 74.97 | 95.85 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 112 | 18 | 0.79 | 0 | 0.84 | 0.56 | 116.17 | 0.72 | 0.25 |
| Hex | 18 | 70 | 12 | 4F | 0 | 54 | 38 | 74 | 48 | 19 |
| Octal | 30 | 160 | 22 | 117 | 0 | 124 | 70 | 164 | 110 | 31 |
| Binary | 11000 | 1110000 | 10010 | 1001111 | 0 | 1010100 | 111000 | 1110100 | 1001000 | 11001 |
Color Harmonies of #187012
Complementary color
Monochromatic Colors of #187012
Black with #187012
Text Example
Text Example
White with #187012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187012; }
p { color: rgb(24,112,18); }
H1.HeaderClassName
{
color: #187012;
}
.AnyTagClassName
{
color: #187012;
}
</style>
background-color css
<style>
a { background-color: #187012; }
a { background-color: rgb(24,112,18); }
div.DivClassName
{
background-color: #187012;
}
.BgClassName
{
background-color: #187012;
}
</style>
border-color css
<style>
span { border-color: #187012; }
span { border-color: rgb(24,112,18); }
td.TdClassName
{
border-color: #187012;
}
.TagClassName
{
border-color: #187012;
}
</style>