Shades of Forest Green #1C9215
Tints of Forest Green #1C9215
RGB
CMYK
RGB Variations
Color information
#1C9215 (or 0x1C9215) is known color: Forest Green. HEX triplet: 1C, 92 and 15. RGB value is (28,146,21). Sum of RGB (Red+Green+Blue) = 28+146+21=195 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.36% from 195); Green value is 146 (57.42% from 255 or 74.87% from 195); Blue value is 21 (8.59% from 255 or 10.77% from 195); Max value from RGB is 146 - color contains mainly: green. Hex color #1C9215 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1C9215 is #E36DEA. Grayscale: #606060. Windows color (decimal): -14904811 or 1413660. OLE color: 1413660.
HSL color Cylindrical-coordinate representation of color #1C9215: hue angle of 116.64º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C9215 is Cyan = 0.81, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 28 | 146 | 21 | - |
| CMYK | 0.81 | 0 | 0.86 | 0.43 |
| HSL | 116.64º | 0.75% | 0.33% | - |
| HSV(B) | 116.64º | 0.86% | 0.57% | - |
| XYZ | 10.89 | 20.86 | 4.16 | - |
| YUV | 96.47 | 85.41 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 146 | 21 | 0.81 | 0 | 0.86 | 0.43 | 116.64 | 0.75 | 0.33 |
| Hex | 1C | 92 | 15 | 51 | 0 | 56 | 2B | 75 | 4B | 21 |
| Octal | 34 | 222 | 25 | 121 | 0 | 126 | 53 | 165 | 113 | 41 |
| Binary | 11100 | 10010010 | 10101 | 1010001 | 0 | 1010110 | 101011 | 1110101 | 1001011 | 100001 |
Color Harmonies of #1C9215
Complementary color
Monochromatic Colors of #1C9215
Black with #1C9215
Text Example
Text Example
White with #1C9215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9215; }
p { color: rgb(28,146,21); }
H1.HeaderClassName
{
color: #1C9215;
}
.AnyTagClassName
{
color: #1C9215;
}
</style>
background-color css
<style>
a { background-color: #1C9215; }
a { background-color: rgb(28,146,21); }
div.DivClassName
{
background-color: #1C9215;
}
.BgClassName
{
background-color: #1C9215;
}
</style>
border-color css
<style>
span { border-color: #1C9215; }
span { border-color: rgb(28,146,21); }
td.TdClassName
{
border-color: #1C9215;
}
.TagClassName
{
border-color: #1C9215;
}
</style>