Shades of Forest Green #18801D
Tints of Forest Green #18801D
RGB
CMYK
RGB Variations
Color information
#18801D (or 0x18801D) is known color: Forest Green. HEX triplet: 18, 80 and 1D. RGB value is (24,128,29). Sum of RGB (Red+Green+Blue) = 24+128+29=181 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.26% from 181); Green value is 128 (50.39% from 255 or 70.72% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 128 - color contains mainly: green. Hex color #18801D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18801D is #E77FE2. Grayscale: #555555. Windows color (decimal): -15171555 or 1933336. OLE color: 1933336.
HSL color Cylindrical-coordinate representation of color #18801D: hue angle of 122.88º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18801D is Cyan = 0.81, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 24 | 128 | 29 | - |
| CMYK | 0.81 | 0 | 0.77 | 0.50 |
| HSL | 122.88º | 0.68% | 0.3% | - |
| HSV(B) | 122.88º | 0.81% | 0.5% | - |
| XYZ | 8.32 | 15.72 | 3.76 | - |
| YUV | 85.62 | 96.04 | 84.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 128 | 29 | 0.81 | 0 | 0.77 | 0.50 | 122.88 | 0.68 | 0.3 |
| Hex | 18 | 80 | 1D | 51 | 0 | 4D | 32 | 7B | 44 | 1E |
| Octal | 30 | 200 | 35 | 121 | 0 | 115 | 62 | 173 | 104 | 36 |
| Binary | 11000 | 10000000 | 11101 | 1010001 | 0 | 1001101 | 110010 | 1111011 | 1000100 | 11110 |
Color Harmonies of #18801D
Complementary color
Monochromatic Colors of #18801D
Black with #18801D
Text Example
Text Example
White with #18801D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18801D; }
p { color: rgb(24,128,29); }
H1.HeaderClassName
{
color: #18801D;
}
.AnyTagClassName
{
color: #18801D;
}
</style>
background-color css
<style>
a { background-color: #18801D; }
a { background-color: rgb(24,128,29); }
div.DivClassName
{
background-color: #18801D;
}
.BgClassName
{
background-color: #18801D;
}
</style>
border-color css
<style>
span { border-color: #18801D; }
span { border-color: rgb(24,128,29); }
td.TdClassName
{
border-color: #18801D;
}
.TagClassName
{
border-color: #18801D;
}
</style>