Shades of Forest Green #1C730E
Tints of Forest Green #1C730E
RGB
CMYK
RGB Variations
Color information
#1C730E (or 0x1C730E) is known color: Forest Green. HEX triplet: 1C, 73 and 0E. RGB value is (28,115,14). Sum of RGB (Red+Green+Blue) = 28+115+14=157 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.83% from 157); Green value is 115 (45.31% from 255 or 73.25% from 157); Blue value is 14 (5.86% from 255 or 8.92% from 157); Max value from RGB is 115 - color contains mainly: green. Hex color #1C730E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C730E is #E38CF1. Grayscale: #4D4D4D. Windows color (decimal): -14912754 or 946972. OLE color: 946972.
HSL color Cylindrical-coordinate representation of color #1C730E: hue angle of 111.68º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C730E is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 115 | 14 | - |
| CMYK | 0.76 | 0 | 0.88 | 0.55 |
| HSL | 111.68º | 0.78% | 0.25% | - |
| HSV(B) | 111.68º | 0.88% | 0.45% | - |
| XYZ | 6.69 | 12.54 | 2.48 | - |
| YUV | 77.47 | 92.18 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 115 | 14 | 0.76 | 0 | 0.88 | 0.55 | 111.68 | 0.78 | 0.25 |
| Hex | 1C | 73 | E | 4C | 0 | 58 | 37 | 70 | 4E | 19 |
| Octal | 34 | 163 | 16 | 114 | 0 | 130 | 67 | 160 | 116 | 31 |
| Binary | 11100 | 1110011 | 1110 | 1001100 | 0 | 1011000 | 110111 | 1110000 | 1001110 | 11001 |
Color Harmonies of #1C730E
Complementary color
Monochromatic Colors of #1C730E
Black with #1C730E
Text Example
Text Example
White with #1C730E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C730E; }
p { color: rgb(28,115,14); }
H1.HeaderClassName
{
color: #1C730E;
}
.AnyTagClassName
{
color: #1C730E;
}
</style>
background-color css
<style>
a { background-color: #1C730E; }
a { background-color: rgb(28,115,14); }
div.DivClassName
{
background-color: #1C730E;
}
.BgClassName
{
background-color: #1C730E;
}
</style>
border-color css
<style>
span { border-color: #1C730E; }
span { border-color: rgb(28,115,14); }
td.TdClassName
{
border-color: #1C730E;
}
.TagClassName
{
border-color: #1C730E;
}
</style>