Shades of Forest Green #18810D
Tints of Forest Green #18810D
RGB
CMYK
RGB Variations
Color information
#18810D (or 0x18810D) is known color: Forest Green. HEX triplet: 18, 81 and 0D. RGB value is (24,129,13). Sum of RGB (Red+Green+Blue) = 24+129+13=166 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.46% from 166); Green value is 129 (50.78% from 255 or 77.71% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 129 - color contains mainly: green. Hex color #18810D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18810D is #E77EF2. Grayscale: #545454. Windows color (decimal): -15171315 or 885016. OLE color: 885016.
HSL color Cylindrical-coordinate representation of color #18810D: hue angle of 114.31º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18810D is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 129 | 13 | - |
| CMYK | 0.81 | 0 | 0.90 | 0.49 |
| HSL | 114.31º | 0.82% | 0.28% | - |
| HSV(B) | 114.31º | 0.9% | 0.51% | - |
| XYZ | 8.3 | 15.92 | 3.02 | - |
| YUV | 84.38 | 87.71 | 84.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 129 | 13 | 0.81 | 0 | 0.90 | 0.49 | 114.31 | 0.82 | 0.28 |
| Hex | 18 | 81 | D | 51 | 0 | 5A | 31 | 72 | 52 | 1C |
| Octal | 30 | 201 | 15 | 121 | 0 | 132 | 61 | 162 | 122 | 34 |
| Binary | 11000 | 10000001 | 1101 | 1010001 | 0 | 1011010 | 110001 | 1110010 | 1010010 | 11100 |
Color Harmonies of #18810D
Complementary color
Monochromatic Colors of #18810D
Black with #18810D
Text Example
Text Example
White with #18810D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18810D; }
p { color: rgb(24,129,13); }
H1.HeaderClassName
{
color: #18810D;
}
.AnyTagClassName
{
color: #18810D;
}
</style>
background-color css
<style>
a { background-color: #18810D; }
a { background-color: rgb(24,129,13); }
div.DivClassName
{
background-color: #18810D;
}
.BgClassName
{
background-color: #18810D;
}
</style>
border-color css
<style>
span { border-color: #18810D; }
span { border-color: rgb(24,129,13); }
td.TdClassName
{
border-color: #18810D;
}
.TagClassName
{
border-color: #18810D;
}
</style>