Shades of Forest Green #187412
Tints of Forest Green #187412
RGB
CMYK
RGB Variations
Color information
#187412 (or 0x187412) is known color: Forest Green. HEX triplet: 18, 74 and 12. RGB value is (24,116,18). Sum of RGB (Red+Green+Blue) = 24+116+18=158 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.19% from 158); Green value is 116 (45.70% from 255 or 73.42% from 158); Blue value is 18 (7.42% from 255 or 11.39% from 158); Max value from RGB is 116 - color contains mainly: green. Hex color #187412 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #187412 is #E78BED. Grayscale: #4D4D4D. Windows color (decimal): -15174638 or 1209368. OLE color: 1209368.
HSL color Cylindrical-coordinate representation of color #187412: hue angle of 116.33º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #187412 is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 24 | 116 | 18 | - |
| CMYK | 0.79 | 0 | 0.84 | 0.55 |
| HSL | 116.33º | 0.73% | 0.26% | - |
| HSV(B) | 116.33º | 0.84% | 0.45% | - |
| XYZ | 6.73 | 12.73 | 2.67 | - |
| YUV | 77.32 | 94.52 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 116 | 18 | 0.79 | 0 | 0.84 | 0.55 | 116.33 | 0.73 | 0.26 |
| Hex | 18 | 74 | 12 | 4F | 0 | 54 | 37 | 74 | 49 | 1A |
| Octal | 30 | 164 | 22 | 117 | 0 | 124 | 67 | 164 | 111 | 32 |
| Binary | 11000 | 1110100 | 10010 | 1001111 | 0 | 1010100 | 110111 | 1110100 | 1001001 | 11010 |
Color Harmonies of #187412
Complementary color
Monochromatic Colors of #187412
Black with #187412
Text Example
Text Example
White with #187412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187412; }
p { color: rgb(24,116,18); }
H1.HeaderClassName
{
color: #187412;
}
.AnyTagClassName
{
color: #187412;
}
</style>
background-color css
<style>
a { background-color: #187412; }
a { background-color: rgb(24,116,18); }
div.DivClassName
{
background-color: #187412;
}
.BgClassName
{
background-color: #187412;
}
</style>
border-color css
<style>
span { border-color: #187412; }
span { border-color: rgb(24,116,18); }
td.TdClassName
{
border-color: #187412;
}
.TagClassName
{
border-color: #187412;
}
</style>