Shades of Forest Green #18880D
Tints of Forest Green #18880D
RGB
CMYK
RGB Variations
Color information
#18880D (or 0x18880D) is known color: Forest Green. HEX triplet: 18, 88 and 0D. RGB value is (24,136,13). Sum of RGB (Red+Green+Blue) = 24+136+13=173 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.87% from 173); Green value is 136 (53.52% from 255 or 78.61% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 136 - color contains mainly: green. Hex color #18880D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18880D is #E777F2. Grayscale: #585858. Windows color (decimal): -15169523 or 886808. OLE color: 886808.
HSL color Cylindrical-coordinate representation of color #18880D: hue angle of 114.63º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18880D is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 24 | 136 | 13 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.47 |
| HSL | 114.63º | 0.83% | 0.29% | - |
| HSV(B) | 114.63º | 0.9% | 0.53% | - |
| XYZ | 9.25 | 17.83 | 3.33 | - |
| YUV | 88.49 | 85.39 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 136 | 13 | 0.82 | 0 | 0.90 | 0.47 | 114.63 | 0.83 | 0.29 |
| Hex | 18 | 88 | D | 52 | 0 | 5A | 2F | 73 | 53 | 1D |
| Octal | 30 | 210 | 15 | 122 | 0 | 132 | 57 | 163 | 123 | 35 |
| Binary | 11000 | 10001000 | 1101 | 1010010 | 0 | 1011010 | 101111 | 1110011 | 1010011 | 11101 |
Color Harmonies of #18880D
Complementary color
Monochromatic Colors of #18880D
Black with #18880D
Text Example
Text Example
White with #18880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18880D; }
p { color: rgb(24,136,13); }
H1.HeaderClassName
{
color: #18880D;
}
.AnyTagClassName
{
color: #18880D;
}
</style>
background-color css
<style>
a { background-color: #18880D; }
a { background-color: rgb(24,136,13); }
div.DivClassName
{
background-color: #18880D;
}
.BgClassName
{
background-color: #18880D;
}
</style>
border-color css
<style>
span { border-color: #18880D; }
span { border-color: rgb(24,136,13); }
td.TdClassName
{
border-color: #18880D;
}
.TagClassName
{
border-color: #18880D;
}
</style>