Shades of Forest Green #1C7A11
Tints of Forest Green #1C7A11
RGB
CMYK
RGB Variations
Color information
#1C7A11 (or 0x1C7A11) is known color: Forest Green. HEX triplet: 1C, 7A and 11. RGB value is (28,122,17). Sum of RGB (Red+Green+Blue) = 28+122+17=167 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.77% from 167); Green value is 122 (48.05% from 255 or 73.05% from 167); Blue value is 17 (7.03% from 255 or 10.18% from 167); Max value from RGB is 122 - color contains mainly: green. Hex color #1C7A11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C7A11 is #E385EE. Grayscale: #525252. Windows color (decimal): -14910959 or 1145372. OLE color: 1145372.
HSL color Cylindrical-coordinate representation of color #1C7A11: hue angle of 113.71º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C7A11 is Cyan = 0.77, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 28 | 122 | 17 | - |
| CMYK | 0.77 | 0 | 0.86 | 0.52 |
| HSL | 113.71º | 0.76% | 0.27% | - |
| HSV(B) | 113.71º | 0.86% | 0.48% | - |
| XYZ | 7.54 | 14.21 | 2.88 | - |
| YUV | 81.92 | 91.36 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 122 | 17 | 0.77 | 0 | 0.86 | 0.52 | 113.71 | 0.76 | 0.27 |
| Hex | 1C | 7A | 11 | 4D | 0 | 56 | 34 | 72 | 4C | 1B |
| Octal | 34 | 172 | 21 | 115 | 0 | 126 | 64 | 162 | 114 | 33 |
| Binary | 11100 | 1111010 | 10001 | 1001101 | 0 | 1010110 | 110100 | 1110010 | 1001100 | 11011 |
Color Harmonies of #1C7A11
Complementary color
Monochromatic Colors of #1C7A11
Black with #1C7A11
Text Example
Text Example
White with #1C7A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7A11; }
p { color: rgb(28,122,17); }
H1.HeaderClassName
{
color: #1C7A11;
}
.AnyTagClassName
{
color: #1C7A11;
}
</style>
background-color css
<style>
a { background-color: #1C7A11; }
a { background-color: rgb(28,122,17); }
div.DivClassName
{
background-color: #1C7A11;
}
.BgClassName
{
background-color: #1C7A11;
}
</style>
border-color css
<style>
span { border-color: #1C7A11; }
span { border-color: rgb(28,122,17); }
td.TdClassName
{
border-color: #1C7A11;
}
.TagClassName
{
border-color: #1C7A11;
}
</style>