Shades of Forest Green #1C8517
Tints of Forest Green #1C8517
RGB
CMYK
RGB Variations
Color information
#1C8517 (or 0x1C8517) is known color: Forest Green. HEX triplet: 1C, 85 and 17. RGB value is (28,133,23). Sum of RGB (Red+Green+Blue) = 28+133+23=184 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.22% from 184); Green value is 133 (52.34% from 255 or 72.28% from 184); Blue value is 23 (9.38% from 255 or 12.5% from 184); Max value from RGB is 133 - color contains mainly: green. Hex color #1C8517 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1C8517 is #E37AE8. Grayscale: #595959. Windows color (decimal): -14908137 or 1541404. OLE color: 1541404.
HSL color Cylindrical-coordinate representation of color #1C8517: hue angle of 117.27º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1C8517 is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 28 | 133 | 23 | - |
| CMYK | 0.79 | 0 | 0.83 | 0.48 |
| HSL | 117.27º | 0.71% | 0.31% | - |
| HSV(B) | 117.27º | 0.83% | 0.52% | - |
| XYZ | 9.02 | 17.08 | 3.63 | - |
| YUV | 89.07 | 90.71 | 84.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 133 | 23 | 0.79 | 0 | 0.83 | 0.48 | 117.27 | 0.71 | 0.31 |
| Hex | 1C | 85 | 17 | 4F | 0 | 53 | 30 | 75 | 47 | 1F |
| Octal | 34 | 205 | 27 | 117 | 0 | 123 | 60 | 165 | 107 | 37 |
| Binary | 11100 | 10000101 | 10111 | 1001111 | 0 | 1010011 | 110000 | 1110101 | 1000111 | 11111 |
Color Harmonies of #1C8517
Complementary color
Monochromatic Colors of #1C8517
Black with #1C8517
Text Example
Text Example
White with #1C8517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8517; }
p { color: rgb(28,133,23); }
H1.HeaderClassName
{
color: #1C8517;
}
.AnyTagClassName
{
color: #1C8517;
}
</style>
background-color css
<style>
a { background-color: #1C8517; }
a { background-color: rgb(28,133,23); }
div.DivClassName
{
background-color: #1C8517;
}
.BgClassName
{
background-color: #1C8517;
}
</style>
border-color css
<style>
span { border-color: #1C8517; }
span { border-color: rgb(28,133,23); }
td.TdClassName
{
border-color: #1C8517;
}
.TagClassName
{
border-color: #1C8517;
}
</style>