Shades of Forest Green #18862C
Tints of Forest Green #18862C
RGB
CMYK
RGB Variations
Color information
#18862C (or 0x18862C) is known color: Forest Green. HEX triplet: 18, 86 and 2C. RGB value is (24,134,44). Sum of RGB (Red+Green+Blue) = 24+134+44=202 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.88% from 202); Green value is 134 (52.73% from 255 or 66.34% from 202); Blue value is 44 (17.58% from 255 or 21.78% from 202); Max value from RGB is 134 - color contains mainly: green. Hex color #18862C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18862C is #E779D3. Grayscale: #5B5B5B. Windows color (decimal): -15170004 or 2917912. OLE color: 2917912.
HSL color Cylindrical-coordinate representation of color #18862C: hue angle of 130.91º 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 #18862C is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 24 | 134 | 44 | - |
| CMYK | 0.82 | 0 | 0.67 | 0.47 |
| HSL | 130.91º | 0.7% | 0.31% | - |
| HSV(B) | 130.91º | 0.82% | 0.53% | - |
| XYZ | 9.36 | 17.43 | 5.25 | - |
| YUV | 90.85 | 101.56 | 80.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 134 | 44 | 0.82 | 0 | 0.67 | 0.47 | 130.91 | 0.7 | 0.31 |
| Hex | 18 | 86 | 2C | 52 | 0 | 43 | 2F | 83 | 46 | 1F |
| Octal | 30 | 206 | 54 | 122 | 0 | 103 | 57 | 203 | 106 | 37 |
| Binary | 11000 | 10000110 | 101100 | 1010010 | 0 | 1000011 | 101111 | 10000011 | 1000110 | 11111 |
Color Harmonies of #18862C
Complementary color
Monochromatic Colors of #18862C
Black with #18862C
Text Example
Text Example
White with #18862C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18862C; }
p { color: rgb(24,134,44); }
H1.HeaderClassName
{
color: #18862C;
}
.AnyTagClassName
{
color: #18862C;
}
</style>
background-color css
<style>
a { background-color: #18862C; }
a { background-color: rgb(24,134,44); }
div.DivClassName
{
background-color: #18862C;
}
.BgClassName
{
background-color: #18862C;
}
</style>
border-color css
<style>
span { border-color: #18862C; }
span { border-color: rgb(24,134,44); }
td.TdClassName
{
border-color: #18862C;
}
.TagClassName
{
border-color: #18862C;
}
</style>