Shades of Forest Green #1C8D16
Tints of Forest Green #1C8D16
RGB
CMYK
RGB Variations
Color information
#1C8D16 (or 0x1C8D16) is known color: Forest Green. HEX triplet: 1C, 8D and 16. RGB value is (28,141,22). Sum of RGB (Red+Green+Blue) = 28+141+22=191 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.66% from 191); Green value is 141 (55.47% from 255 or 73.82% from 191); Blue value is 22 (8.98% from 255 or 11.52% from 191); Max value from RGB is 141 - color contains mainly: green. Hex color #1C8D16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1C8D16 is #E372E9. Grayscale: #5E5E5E. Windows color (decimal): -14906090 or 1477916. OLE color: 1477916.
HSL color Cylindrical-coordinate representation of color #1C8D16: hue angle of 116.97º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C8D16 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 28 | 141 | 22 | - |
| CMYK | 0.80 | 0 | 0.84 | 0.45 |
| HSL | 116.97º | 0.73% | 0.32% | - |
| HSV(B) | 116.97º | 0.84% | 0.55% | - |
| XYZ | 10.15 | 19.35 | 3.96 | - |
| YUV | 93.65 | 87.56 | 81.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 141 | 22 | 0.80 | 0 | 0.84 | 0.45 | 116.97 | 0.73 | 0.32 |
| Hex | 1C | 8D | 16 | 50 | 0 | 54 | 2D | 75 | 49 | 20 |
| Octal | 34 | 215 | 26 | 120 | 0 | 124 | 55 | 165 | 111 | 40 |
| Binary | 11100 | 10001101 | 10110 | 1010000 | 0 | 1010100 | 101101 | 1110101 | 1001001 | 100000 |
Color Harmonies of #1C8D16
Complementary color
Monochromatic Colors of #1C8D16
Black with #1C8D16
Text Example
Text Example
White with #1C8D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8D16; }
p { color: rgb(28,141,22); }
H1.HeaderClassName
{
color: #1C8D16;
}
.AnyTagClassName
{
color: #1C8D16;
}
</style>
background-color css
<style>
a { background-color: #1C8D16; }
a { background-color: rgb(28,141,22); }
div.DivClassName
{
background-color: #1C8D16;
}
.BgClassName
{
background-color: #1C8D16;
}
</style>
border-color css
<style>
span { border-color: #1C8D16; }
span { border-color: rgb(28,141,22); }
td.TdClassName
{
border-color: #1C8D16;
}
.TagClassName
{
border-color: #1C8D16;
}
</style>