Shades of Forest Green #1C8215
Tints of Forest Green #1C8215
RGB
CMYK
RGB Variations
Color information
#1C8215 (or 0x1C8215) is known color: Forest Green. HEX triplet: 1C, 82 and 15. RGB value is (28,130,21). Sum of RGB (Red+Green+Blue) = 28+130+21=179 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.64% from 179); Green value is 130 (51.17% from 255 or 72.63% from 179); Blue value is 21 (8.59% from 255 or 11.73% from 179); Max value from RGB is 130 - color contains mainly: green. Hex color #1C8215 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1C8215 is #E37DEA. Grayscale: #575757. Windows color (decimal): -14908907 or 1409564. OLE color: 1409564.
HSL color Cylindrical-coordinate representation of color #1C8215: hue angle of 116.15º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C8215 is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 28 | 130 | 21 | - |
| CMYK | 0.78 | 0 | 0.84 | 0.49 |
| HSL | 116.15º | 0.72% | 0.3% | - |
| HSV(B) | 116.15º | 0.84% | 0.51% | - |
| XYZ | 8.6 | 16.27 | 3.4 | - |
| YUV | 87.08 | 90.71 | 85.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 130 | 21 | 0.78 | 0 | 0.84 | 0.49 | 116.15 | 0.72 | 0.3 |
| Hex | 1C | 82 | 15 | 4E | 0 | 54 | 31 | 74 | 48 | 1E |
| Octal | 34 | 202 | 25 | 116 | 0 | 124 | 61 | 164 | 110 | 36 |
| Binary | 11100 | 10000010 | 10101 | 1001110 | 0 | 1010100 | 110001 | 1110100 | 1001000 | 11110 |
Color Harmonies of #1C8215
Complementary color
Monochromatic Colors of #1C8215
Black with #1C8215
Text Example
Text Example
White with #1C8215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8215; }
p { color: rgb(28,130,21); }
H1.HeaderClassName
{
color: #1C8215;
}
.AnyTagClassName
{
color: #1C8215;
}
</style>
background-color css
<style>
a { background-color: #1C8215; }
a { background-color: rgb(28,130,21); }
div.DivClassName
{
background-color: #1C8215;
}
.BgClassName
{
background-color: #1C8215;
}
</style>
border-color css
<style>
span { border-color: #1C8215; }
span { border-color: rgb(28,130,21); }
td.TdClassName
{
border-color: #1C8215;
}
.TagClassName
{
border-color: #1C8215;
}
</style>