Shades of Forest Green #18840E
Tints of Forest Green #18840E
RGB
CMYK
RGB Variations
Color information
#18840E (or 0x18840E) is known color: Forest Green. HEX triplet: 18, 84 and 0E. RGB value is (24,132,14). Sum of RGB (Red+Green+Blue) = 24+132+14=170 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.12% from 170); Green value is 132 (51.95% from 255 or 77.65% from 170); Blue value is 14 (5.86% from 255 or 8.24% from 170); Max value from RGB is 132 - color contains mainly: green. Hex color #18840E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18840E is #E77BF1. Grayscale: #565656. Windows color (decimal): -15170546 or 951320. OLE color: 951320.
HSL color Cylindrical-coordinate representation of color #18840E: hue angle of 114.92º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18840E is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 132 | 14 | - |
| CMYK | 0.82 | 0 | 0.89 | 0.48 |
| HSL | 114.92º | 0.81% | 0.29% | - |
| HSV(B) | 114.92º | 0.89% | 0.52% | - |
| XYZ | 8.71 | 16.73 | 3.19 | - |
| YUV | 86.26 | 87.22 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 132 | 14 | 0.82 | 0 | 0.89 | 0.48 | 114.92 | 0.81 | 0.29 |
| Hex | 18 | 84 | E | 52 | 0 | 59 | 30 | 73 | 51 | 1D |
| Octal | 30 | 204 | 16 | 122 | 0 | 131 | 60 | 163 | 121 | 35 |
| Binary | 11000 | 10000100 | 1110 | 1010010 | 0 | 1011001 | 110000 | 1110011 | 1010001 | 11101 |
Color Harmonies of #18840E
Complementary color
Monochromatic Colors of #18840E
Black with #18840E
Text Example
Text Example
White with #18840E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18840E; }
p { color: rgb(24,132,14); }
H1.HeaderClassName
{
color: #18840E;
}
.AnyTagClassName
{
color: #18840E;
}
</style>
background-color css
<style>
a { background-color: #18840E; }
a { background-color: rgb(24,132,14); }
div.DivClassName
{
background-color: #18840E;
}
.BgClassName
{
background-color: #18840E;
}
</style>
border-color css
<style>
span { border-color: #18840E; }
span { border-color: rgb(24,132,14); }
td.TdClassName
{
border-color: #18840E;
}
.TagClassName
{
border-color: #18840E;
}
</style>