Shades of Forest Green #18860F
Tints of Forest Green #18860F
RGB
CMYK
RGB Variations
Color information
#18860F (or 0x18860F) is known color: Forest Green. HEX triplet: 18, 86 and 0F. RGB value is (24,134,15). Sum of RGB (Red+Green+Blue) = 24+134+15=173 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.87% from 173); Green value is 134 (52.73% from 255 or 77.46% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 134 - color contains mainly: green. Hex color #18860F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18860F is #E779F0. Grayscale: #575757. Windows color (decimal): -15170033 or 1017368. OLE color: 1017368.
HSL color Cylindrical-coordinate representation of color #18860F: hue angle of 115.46º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18860F is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 24 | 134 | 15 | - |
| CMYK | 0.82 | 0 | 0.89 | 0.47 |
| HSL | 115.46º | 0.8% | 0.29% | - |
| HSV(B) | 115.46º | 0.89% | 0.53% | - |
| XYZ | 8.99 | 17.28 | 3.31 | - |
| YUV | 87.54 | 87.06 | 82.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 134 | 15 | 0.82 | 0 | 0.89 | 0.47 | 115.46 | 0.8 | 0.29 |
| Hex | 18 | 86 | F | 52 | 0 | 59 | 2F | 73 | 50 | 1D |
| Octal | 30 | 206 | 17 | 122 | 0 | 131 | 57 | 163 | 120 | 35 |
| Binary | 11000 | 10000110 | 1111 | 1010010 | 0 | 1011001 | 101111 | 1110011 | 1010000 | 11101 |
Color Harmonies of #18860F
Complementary color
Monochromatic Colors of #18860F
Black with #18860F
Text Example
Text Example
White with #18860F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18860F; }
p { color: rgb(24,134,15); }
H1.HeaderClassName
{
color: #18860F;
}
.AnyTagClassName
{
color: #18860F;
}
</style>
background-color css
<style>
a { background-color: #18860F; }
a { background-color: rgb(24,134,15); }
div.DivClassName
{
background-color: #18860F;
}
.BgClassName
{
background-color: #18860F;
}
</style>
border-color css
<style>
span { border-color: #18860F; }
span { border-color: rgb(24,134,15); }
td.TdClassName
{
border-color: #18860F;
}
.TagClassName
{
border-color: #18860F;
}
</style>