Shades of Forest Green #18861C
Tints of Forest Green #18861C
RGB
CMYK
RGB Variations
Color information
#18861C (or 0x18861C) is known color: Forest Green. HEX triplet: 18, 86 and 1C. RGB value is (24,134,28). Sum of RGB (Red+Green+Blue) = 24+134+28=186 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.90% from 186); Green value is 134 (52.73% from 255 or 72.04% from 186); Blue value is 28 (11.33% from 255 or 15.05% from 186); Max value from RGB is 134 - color contains mainly: green. Hex color #18861C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18861C is #E779E3. Grayscale: #595959. Windows color (decimal): -15170020 or 1869336. OLE color: 1869336.
HSL color Cylindrical-coordinate representation of color #18861C: hue angle of 122.18º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18861C is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 24 | 134 | 28 | - |
| CMYK | 0.82 | 0 | 0.79 | 0.47 |
| HSL | 122.18º | 0.7% | 0.31% | - |
| HSV(B) | 122.18º | 0.82% | 0.53% | - |
| XYZ | 9.11 | 17.33 | 3.96 | - |
| YUV | 89.03 | 93.56 | 81.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 134 | 28 | 0.82 | 0 | 0.79 | 0.47 | 122.18 | 0.7 | 0.31 |
| Hex | 18 | 86 | 1C | 52 | 0 | 4F | 2F | 7A | 46 | 1F |
| Octal | 30 | 206 | 34 | 122 | 0 | 117 | 57 | 172 | 106 | 37 |
| Binary | 11000 | 10000110 | 11100 | 1010010 | 0 | 1001111 | 101111 | 1111010 | 1000110 | 11111 |
Color Harmonies of #18861C
Complementary color
Monochromatic Colors of #18861C
Black with #18861C
Text Example
Text Example
White with #18861C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18861C; }
p { color: rgb(24,134,28); }
H1.HeaderClassName
{
color: #18861C;
}
.AnyTagClassName
{
color: #18861C;
}
</style>
background-color css
<style>
a { background-color: #18861C; }
a { background-color: rgb(24,134,28); }
div.DivClassName
{
background-color: #18861C;
}
.BgClassName
{
background-color: #18861C;
}
</style>
border-color css
<style>
span { border-color: #18861C; }
span { border-color: rgb(24,134,28); }
td.TdClassName
{
border-color: #18861C;
}
.TagClassName
{
border-color: #18861C;
}
</style>