Shades of Forest Green #1C730D
Tints of Forest Green #1C730D
RGB
CMYK
RGB Variations
Color information
#1C730D (or 0x1C730D) is known color: Forest Green. HEX triplet: 1C, 73 and 0D. RGB value is (28,115,13). Sum of RGB (Red+Green+Blue) = 28+115+13=156 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.95% from 156); Green value is 115 (45.31% from 255 or 73.72% from 156); Blue value is 13 (5.47% from 255 or 8.33% from 156); Max value from RGB is 115 - color contains mainly: green. Hex color #1C730D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C730D is #E38CF2. Grayscale: #4D4D4D. Windows color (decimal): -14912755 or 881436. OLE color: 881436.
HSL color Cylindrical-coordinate representation of color #1C730D: hue angle of 111.18º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C730D is Cyan = 0.76, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 115 | 13 | - |
| CMYK | 0.76 | 0 | 0.89 | 0.55 |
| HSL | 111.18º | 0.8% | 0.25% | - |
| HSV(B) | 111.18º | 0.89% | 0.45% | - |
| XYZ | 6.68 | 12.54 | 2.45 | - |
| YUV | 77.36 | 91.68 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 115 | 13 | 0.76 | 0 | 0.89 | 0.55 | 111.18 | 0.8 | 0.25 |
| Hex | 1C | 73 | D | 4C | 0 | 59 | 37 | 6F | 50 | 19 |
| Octal | 34 | 163 | 15 | 114 | 0 | 131 | 67 | 157 | 120 | 31 |
| Binary | 11100 | 1110011 | 1101 | 1001100 | 0 | 1011001 | 110111 | 1101111 | 1010000 | 11001 |
Color Harmonies of #1C730D
Complementary color
Monochromatic Colors of #1C730D
Black with #1C730D
Text Example
Text Example
White with #1C730D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C730D; }
p { color: rgb(28,115,13); }
H1.HeaderClassName
{
color: #1C730D;
}
.AnyTagClassName
{
color: #1C730D;
}
</style>
background-color css
<style>
a { background-color: #1C730D; }
a { background-color: rgb(28,115,13); }
div.DivClassName
{
background-color: #1C730D;
}
.BgClassName
{
background-color: #1C730D;
}
</style>
border-color css
<style>
span { border-color: #1C730D; }
span { border-color: rgb(28,115,13); }
td.TdClassName
{
border-color: #1C730D;
}
.TagClassName
{
border-color: #1C730D;
}
</style>