Shades of Forest Green #1C740F
Tints of Forest Green #1C740F
RGB
CMYK
RGB Variations
Color information
#1C740F (or 0x1C740F) is known color: Forest Green. HEX triplet: 1C, 74 and 0F. RGB value is (28,116,15). Sum of RGB (Red+Green+Blue) = 28+116+15=159 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.61% from 159); Green value is 116 (45.70% from 255 or 72.96% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 116 - color contains mainly: green. Hex color #1C740F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C740F is #E38BF0. Grayscale: #4E4E4E. Windows color (decimal): -14912497 or 1012764. OLE color: 1012764.
HSL color Cylindrical-coordinate representation of color #1C740F: hue angle of 112.28º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C740F is Cyan = 0.76, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 116 | 15 | - |
| CMYK | 0.76 | 0 | 0.87 | 0.55 |
| HSL | 112.28º | 0.77% | 0.26% | - |
| HSV(B) | 112.28º | 0.87% | 0.45% | - |
| XYZ | 6.81 | 12.77 | 2.56 | - |
| YUV | 78.17 | 92.35 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 116 | 15 | 0.76 | 0 | 0.87 | 0.55 | 112.28 | 0.77 | 0.26 |
| Hex | 1C | 74 | F | 4C | 0 | 57 | 37 | 70 | 4D | 1A |
| Octal | 34 | 164 | 17 | 114 | 0 | 127 | 67 | 160 | 115 | 32 |
| Binary | 11100 | 1110100 | 1111 | 1001100 | 0 | 1010111 | 110111 | 1110000 | 1001101 | 11010 |
Color Harmonies of #1C740F
Complementary color
Monochromatic Colors of #1C740F
Black with #1C740F
Text Example
Text Example
White with #1C740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C740F; }
p { color: rgb(28,116,15); }
H1.HeaderClassName
{
color: #1C740F;
}
.AnyTagClassName
{
color: #1C740F;
}
</style>
background-color css
<style>
a { background-color: #1C740F; }
a { background-color: rgb(28,116,15); }
div.DivClassName
{
background-color: #1C740F;
}
.BgClassName
{
background-color: #1C740F;
}
</style>
border-color css
<style>
span { border-color: #1C740F; }
span { border-color: rgb(28,116,15); }
td.TdClassName
{
border-color: #1C740F;
}
.TagClassName
{
border-color: #1C740F;
}
</style>