Shades of Forest Green #1C7614
Tints of Forest Green #1C7614
RGB
CMYK
RGB Variations
Color information
#1C7614 (or 0x1C7614) is known color: Forest Green. HEX triplet: 1C, 76 and 14. RGB value is (28,118,20). Sum of RGB (Red+Green+Blue) = 28+118+20=166 (21% of max value = 765). Red value is 28 (11.33% from 255 or 16.87% from 166); Green value is 118 (46.48% from 255 or 71.08% from 166); Blue value is 20 (8.20% from 255 or 12.05% from 166); Max value from RGB is 118 - color contains mainly: green. Hex color #1C7614 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C7614 is #E389EB. Grayscale: #505050. Windows color (decimal): -14911980 or 1340956. OLE color: 1340956.
HSL color Cylindrical-coordinate representation of color #1C7614: hue angle of 115.1º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1C7614 is Cyan = 0.76, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 28 | 118 | 20 | - |
| CMYK | 0.76 | 0 | 0.83 | 0.54 |
| HSL | 115.1º | 0.71% | 0.27% | - |
| HSV(B) | 115.1º | 0.83% | 0.46% | - |
| XYZ | 7.08 | 13.25 | 2.85 | - |
| YUV | 79.92 | 94.18 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 118 | 20 | 0.76 | 0 | 0.83 | 0.54 | 115.1 | 0.71 | 0.27 |
| Hex | 1C | 76 | 14 | 4C | 0 | 53 | 36 | 73 | 47 | 1B |
| Octal | 34 | 166 | 24 | 114 | 0 | 123 | 66 | 163 | 107 | 33 |
| Binary | 11100 | 1110110 | 10100 | 1001100 | 0 | 1010011 | 110110 | 1110011 | 1000111 | 11011 |
Color Harmonies of #1C7614
Complementary color
Monochromatic Colors of #1C7614
Black with #1C7614
Text Example
Text Example
White with #1C7614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7614; }
p { color: rgb(28,118,20); }
H1.HeaderClassName
{
color: #1C7614;
}
.AnyTagClassName
{
color: #1C7614;
}
</style>
background-color css
<style>
a { background-color: #1C7614; }
a { background-color: rgb(28,118,20); }
div.DivClassName
{
background-color: #1C7614;
}
.BgClassName
{
background-color: #1C7614;
}
</style>
border-color css
<style>
span { border-color: #1C7614; }
span { border-color: rgb(28,118,20); }
td.TdClassName
{
border-color: #1C7614;
}
.TagClassName
{
border-color: #1C7614;
}
</style>