Shades of Forest Green #1C8D11
Tints of Forest Green #1C8D11
RGB
CMYK
RGB Variations
Color information
#1C8D11 (or 0x1C8D11) is known color: Forest Green. HEX triplet: 1C, 8D and 11. RGB value is (28,141,17). Sum of RGB (Red+Green+Blue) = 28+141+17=186 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.05% from 186); Green value is 141 (55.47% from 255 or 75.81% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 141 - color contains mainly: green. Hex color #1C8D11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1C8D11 is #E372EE. Grayscale: #5D5D5D. Windows color (decimal): -14906095 or 1150236. OLE color: 1150236.
HSL color Cylindrical-coordinate representation of color #1C8D11: hue angle of 114.68º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C8D11 is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 28 | 141 | 17 | - |
| CMYK | 0.80 | 0 | 0.88 | 0.45 |
| HSL | 114.68º | 0.78% | 0.31% | - |
| HSV(B) | 114.68º | 0.88% | 0.55% | - |
| XYZ | 10.1 | 19.34 | 3.73 | - |
| YUV | 93.08 | 85.06 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 141 | 17 | 0.80 | 0 | 0.88 | 0.45 | 114.68 | 0.78 | 0.31 |
| Hex | 1C | 8D | 11 | 50 | 0 | 58 | 2D | 73 | 4E | 1F |
| Octal | 34 | 215 | 21 | 120 | 0 | 130 | 55 | 163 | 116 | 37 |
| Binary | 11100 | 10001101 | 10001 | 1010000 | 0 | 1011000 | 101101 | 1110011 | 1001110 | 11111 |
Color Harmonies of #1C8D11
Complementary color
Monochromatic Colors of #1C8D11
Black with #1C8D11
Text Example
Text Example
White with #1C8D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8D11; }
p { color: rgb(28,141,17); }
H1.HeaderClassName
{
color: #1C8D11;
}
.AnyTagClassName
{
color: #1C8D11;
}
</style>
background-color css
<style>
a { background-color: #1C8D11; }
a { background-color: rgb(28,141,17); }
div.DivClassName
{
background-color: #1C8D11;
}
.BgClassName
{
background-color: #1C8D11;
}
</style>
border-color css
<style>
span { border-color: #1C8D11; }
span { border-color: rgb(28,141,17); }
td.TdClassName
{
border-color: #1C8D11;
}
.TagClassName
{
border-color: #1C8D11;
}
</style>