Shades of Forest Green #1C8511
Tints of Forest Green #1C8511
RGB
CMYK
RGB Variations
Color information
#1C8511 (or 0x1C8511) is known color: Forest Green. HEX triplet: 1C, 85 and 11. RGB value is (28,133,17). Sum of RGB (Red+Green+Blue) = 28+133+17=178 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.73% from 178); Green value is 133 (52.34% from 255 or 74.72% from 178); Blue value is 17 (7.03% from 255 or 9.55% from 178); Max value from RGB is 133 - color contains mainly: green. Hex color #1C8511 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1C8511 is #E37AEE. Grayscale: #585858. Windows color (decimal): -14908143 or 1148188. OLE color: 1148188.
HSL color Cylindrical-coordinate representation of color #1C8511: hue angle of 114.31º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C8511 is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 28 | 133 | 17 | - |
| CMYK | 0.79 | 0 | 0.87 | 0.48 |
| HSL | 114.31º | 0.77% | 0.29% | - |
| HSV(B) | 114.31º | 0.87% | 0.52% | - |
| XYZ | 8.97 | 17.06 | 3.35 | - |
| YUV | 88.38 | 87.71 | 84.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 133 | 17 | 0.79 | 0 | 0.87 | 0.48 | 114.31 | 0.77 | 0.29 |
| Hex | 1C | 85 | 11 | 4F | 0 | 57 | 30 | 72 | 4D | 1D |
| Octal | 34 | 205 | 21 | 117 | 0 | 127 | 60 | 162 | 115 | 35 |
| Binary | 11100 | 10000101 | 10001 | 1001111 | 0 | 1010111 | 110000 | 1110010 | 1001101 | 11101 |
Color Harmonies of #1C8511
Complementary color
Monochromatic Colors of #1C8511
Black with #1C8511
Text Example
Text Example
White with #1C8511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8511; }
p { color: rgb(28,133,17); }
H1.HeaderClassName
{
color: #1C8511;
}
.AnyTagClassName
{
color: #1C8511;
}
</style>
background-color css
<style>
a { background-color: #1C8511; }
a { background-color: rgb(28,133,17); }
div.DivClassName
{
background-color: #1C8511;
}
.BgClassName
{
background-color: #1C8511;
}
</style>
border-color css
<style>
span { border-color: #1C8511; }
span { border-color: rgb(28,133,17); }
td.TdClassName
{
border-color: #1C8511;
}
.TagClassName
{
border-color: #1C8511;
}
</style>