Shades of Forest Green #1C760C
Tints of Forest Green #1C760C
RGB
CMYK
RGB Variations
Color information
#1C760C (or 0x1C760C) is known color: Forest Green. HEX triplet: 1C, 76 and 0C. RGB value is (28,118,12). Sum of RGB (Red+Green+Blue) = 28+118+12=158 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.72% from 158); Green value is 118 (46.48% from 255 or 74.68% from 158); Blue value is 12 (5.08% from 255 or 7.59% from 158); Max value from RGB is 118 - color contains mainly: green. Hex color #1C760C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C760C is #E389F3. Grayscale: #4F4F4F. Windows color (decimal): -14911988 or 816668. OLE color: 816668.
HSL color Cylindrical-coordinate representation of color #1C760C: hue angle of 110.94º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1C760C is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 28 | 118 | 12 | - |
| CMYK | 0.76 | 0 | 0.90 | 0.54 |
| HSL | 110.94º | 0.82% | 0.25% | - |
| HSV(B) | 110.94º | 0.9% | 0.46% | - |
| XYZ | 7.02 | 13.23 | 2.53 | - |
| YUV | 79.01 | 90.18 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 118 | 12 | 0.76 | 0 | 0.90 | 0.54 | 110.94 | 0.82 | 0.25 |
| Hex | 1C | 76 | C | 4C | 0 | 5A | 36 | 6F | 52 | 19 |
| Octal | 34 | 166 | 14 | 114 | 0 | 132 | 66 | 157 | 122 | 31 |
| Binary | 11100 | 1110110 | 1100 | 1001100 | 0 | 1011010 | 110110 | 1101111 | 1010010 | 11001 |
Color Harmonies of #1C760C
Complementary color
Monochromatic Colors of #1C760C
Black with #1C760C
Text Example
Text Example
White with #1C760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C760C; }
p { color: rgb(28,118,12); }
H1.HeaderClassName
{
color: #1C760C;
}
.AnyTagClassName
{
color: #1C760C;
}
</style>
background-color css
<style>
a { background-color: #1C760C; }
a { background-color: rgb(28,118,12); }
div.DivClassName
{
background-color: #1C760C;
}
.BgClassName
{
background-color: #1C760C;
}
</style>
border-color css
<style>
span { border-color: #1C760C; }
span { border-color: rgb(28,118,12); }
td.TdClassName
{
border-color: #1C760C;
}
.TagClassName
{
border-color: #1C760C;
}
</style>