Shades of Forest Green #18880C
Tints of Forest Green #18880C
RGB
CMYK
RGB Variations
Color information
#18880C (or 0x18880C) is known color: Forest Green. HEX triplet: 18, 88 and 0C. RGB value is (24,136,12). Sum of RGB (Red+Green+Blue) = 24+136+12=172 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.95% from 172); Green value is 136 (53.52% from 255 or 79.07% from 172); Blue value is 12 (5.08% from 255 or 6.98% from 172); Max value from RGB is 136 - color contains mainly: green. Hex color #18880C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18880C is #E777F3. Grayscale: #585858. Windows color (decimal): -15169524 or 821272. OLE color: 821272.
HSL color Cylindrical-coordinate representation of color #18880C: hue angle of 114.19º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18880C is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 24 | 136 | 12 | - |
| CMYK | 0.82 | 0 | 0.91 | 0.47 |
| HSL | 114.19º | 0.84% | 0.29% | - |
| HSV(B) | 114.19º | 0.91% | 0.53% | - |
| XYZ | 9.25 | 17.83 | 3.3 | - |
| YUV | 88.38 | 84.89 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 136 | 12 | 0.82 | 0 | 0.91 | 0.47 | 114.19 | 0.84 | 0.29 |
| Hex | 18 | 88 | C | 52 | 0 | 5B | 2F | 72 | 54 | 1D |
| Octal | 30 | 210 | 14 | 122 | 0 | 133 | 57 | 162 | 124 | 35 |
| Binary | 11000 | 10001000 | 1100 | 1010010 | 0 | 1011011 | 101111 | 1110010 | 1010100 | 11101 |
Color Harmonies of #18880C
Complementary color
Monochromatic Colors of #18880C
Black with #18880C
Text Example
Text Example
White with #18880C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18880C; }
p { color: rgb(24,136,12); }
H1.HeaderClassName
{
color: #18880C;
}
.AnyTagClassName
{
color: #18880C;
}
</style>
background-color css
<style>
a { background-color: #18880C; }
a { background-color: rgb(24,136,12); }
div.DivClassName
{
background-color: #18880C;
}
.BgClassName
{
background-color: #18880C;
}
</style>
border-color css
<style>
span { border-color: #18880C; }
span { border-color: rgb(24,136,12); }
td.TdClassName
{
border-color: #18880C;
}
.TagClassName
{
border-color: #18880C;
}
</style>