Shades of Forest Green #1C7D11
Tints of Forest Green #1C7D11
RGB
CMYK
RGB Variations
Color information
#1C7D11 (or 0x1C7D11) is known color: Forest Green. HEX triplet: 1C, 7D and 11. RGB value is (28,125,17). Sum of RGB (Red+Green+Blue) = 28+125+17=170 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.47% from 170); Green value is 125 (49.22% from 255 or 73.53% from 170); Blue value is 17 (7.03% from 255 or 10% from 170); Max value from RGB is 125 - color contains mainly: green. Hex color #1C7D11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C7D11 is #E382EE. Grayscale: #545454. Windows color (decimal): -14910191 or 1146140. OLE color: 1146140.
HSL color Cylindrical-coordinate representation of color #1C7D11: hue angle of 113.89º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C7D11 is Cyan = 0.78, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 28 | 125 | 17 | - |
| CMYK | 0.78 | 0 | 0.86 | 0.51 |
| HSL | 113.89º | 0.76% | 0.28% | - |
| HSV(B) | 113.89º | 0.86% | 0.49% | - |
| XYZ | 7.91 | 14.95 | 3 | - |
| YUV | 83.69 | 90.36 | 88.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 125 | 17 | 0.78 | 0 | 0.86 | 0.51 | 113.89 | 0.76 | 0.28 |
| Hex | 1C | 7D | 11 | 4E | 0 | 56 | 33 | 72 | 4C | 1C |
| Octal | 34 | 175 | 21 | 116 | 0 | 126 | 63 | 162 | 114 | 34 |
| Binary | 11100 | 1111101 | 10001 | 1001110 | 0 | 1010110 | 110011 | 1110010 | 1001100 | 11100 |
Color Harmonies of #1C7D11
Complementary color
Monochromatic Colors of #1C7D11
Black with #1C7D11
Text Example
Text Example
White with #1C7D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7D11; }
p { color: rgb(28,125,17); }
H1.HeaderClassName
{
color: #1C7D11;
}
.AnyTagClassName
{
color: #1C7D11;
}
</style>
background-color css
<style>
a { background-color: #1C7D11; }
a { background-color: rgb(28,125,17); }
div.DivClassName
{
background-color: #1C7D11;
}
.BgClassName
{
background-color: #1C7D11;
}
</style>
border-color css
<style>
span { border-color: #1C7D11; }
span { border-color: rgb(28,125,17); }
td.TdClassName
{
border-color: #1C7D11;
}
.TagClassName
{
border-color: #1C7D11;
}
</style>