Shades of Forest Green #1CA111
Tints of Forest Green #1CA111
RGB
CMYK
RGB Variations
Color information
#1CA111 (or 0x1CA111) is known color: Forest Green. HEX triplet: 1C, A1 and 11. RGB value is (28,161,17). Sum of RGB (Red+Green+Blue) = 28+161+17=206 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.59% from 206); Green value is 161 (63.28% from 255 or 78.16% from 206); Blue value is 17 (7.03% from 255 or 8.25% from 206); Max value from RGB is 161 - color contains mainly: green. Hex color #1CA111 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CA111 is #E35EEE. Grayscale: #696969. Windows color (decimal): -14900975 or 1155356. OLE color: 1155356.
HSL color Cylindrical-coordinate representation of color #1CA111: hue angle of 115.42º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CA111 is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 28 | 161 | 17 | - |
| CMYK | 0.83 | 0 | 0.89 | 0.37 |
| HSL | 115.42º | 0.81% | 0.35% | - |
| HSV(B) | 115.42º | 0.89% | 0.63% | - |
| XYZ | 13.32 | 25.78 | 4.8 | - |
| YUV | 104.82 | 78.44 | 73.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 161 | 17 | 0.83 | 0 | 0.89 | 0.37 | 115.42 | 0.81 | 0.35 |
| Hex | 1C | A1 | 11 | 53 | 0 | 59 | 25 | 73 | 51 | 23 |
| Octal | 34 | 241 | 21 | 123 | 0 | 131 | 45 | 163 | 121 | 43 |
| Binary | 11100 | 10100001 | 10001 | 1010011 | 0 | 1011001 | 100101 | 1110011 | 1010001 | 100011 |
Color Harmonies of #1CA111
Complementary color
Monochromatic Colors of #1CA111
Black with #1CA111
Text Example
Text Example
White with #1CA111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA111; }
p { color: rgb(28,161,17); }
H1.HeaderClassName
{
color: #1CA111;
}
.AnyTagClassName
{
color: #1CA111;
}
</style>
background-color css
<style>
a { background-color: #1CA111; }
a { background-color: rgb(28,161,17); }
div.DivClassName
{
background-color: #1CA111;
}
.BgClassName
{
background-color: #1CA111;
}
</style>
border-color css
<style>
span { border-color: #1CA111; }
span { border-color: rgb(28,161,17); }
td.TdClassName
{
border-color: #1CA111;
}
.TagClassName
{
border-color: #1CA111;
}
</style>