Shades of Forest Green #18851F
Tints of Forest Green #18851F
RGB
CMYK
RGB Variations
Color information
#18851F (or 0x18851F) is known color: Forest Green. HEX triplet: 18, 85 and 1F. RGB value is (24,133,31). Sum of RGB (Red+Green+Blue) = 24+133+31=188 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.77% from 188); Green value is 133 (52.34% from 255 or 70.74% from 188); Blue value is 31 (12.5% from 255 or 16.49% from 188); Max value from RGB is 133 - color contains mainly: green. Hex color #18851F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18851F is #E77AE0. Grayscale: #595959. Windows color (decimal): -15170273 or 2065688. OLE color: 2065688.
HSL color Cylindrical-coordinate representation of color #18851F: hue angle of 123.85º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18851F is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 133 | 31 | - |
| CMYK | 0.82 | 0 | 0.77 | 0.48 |
| HSL | 123.85º | 0.69% | 0.31% | - |
| HSV(B) | 123.85º | 0.82% | 0.52% | - |
| XYZ | 9.01 | 17.07 | 4.12 | - |
| YUV | 88.78 | 95.39 | 81.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 133 | 31 | 0.82 | 0 | 0.77 | 0.48 | 123.85 | 0.69 | 0.31 |
| Hex | 18 | 85 | 1F | 52 | 0 | 4D | 30 | 7C | 45 | 1F |
| Octal | 30 | 205 | 37 | 122 | 0 | 115 | 60 | 174 | 105 | 37 |
| Binary | 11000 | 10000101 | 11111 | 1010010 | 0 | 1001101 | 110000 | 1111100 | 1000101 | 11111 |
Color Harmonies of #18851F
Complementary color
Monochromatic Colors of #18851F
Black with #18851F
Text Example
Text Example
White with #18851F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18851F; }
p { color: rgb(24,133,31); }
H1.HeaderClassName
{
color: #18851F;
}
.AnyTagClassName
{
color: #18851F;
}
</style>
background-color css
<style>
a { background-color: #18851F; }
a { background-color: rgb(24,133,31); }
div.DivClassName
{
background-color: #18851F;
}
.BgClassName
{
background-color: #18851F;
}
</style>
border-color css
<style>
span { border-color: #18851F; }
span { border-color: rgb(24,133,31); }
td.TdClassName
{
border-color: #18851F;
}
.TagClassName
{
border-color: #18851F;
}
</style>