Shades of Forest Green #1C9715
Tints of Forest Green #1C9715
RGB
CMYK
RGB Variations
Color information
#1C9715 (or 0x1C9715) is known color: Forest Green. HEX triplet: 1C, 97 and 15. RGB value is (28,151,21). Sum of RGB (Red+Green+Blue) = 28+151+21=200 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14% from 200); Green value is 151 (59.38% from 255 or 75.5% from 200); Blue value is 21 (8.59% from 255 or 10.5% from 200); Max value from RGB is 151 - color contains mainly: green. Hex color #1C9715 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1C9715 is #E368EA. Grayscale: #636363. Windows color (decimal): -14903531 or 1414940. OLE color: 1414940.
HSL color Cylindrical-coordinate representation of color #1C9715: hue angle of 116.77º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C9715 is Cyan = 0.81, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 28 | 151 | 21 | - |
| CMYK | 0.81 | 0 | 0.86 | 0.41 |
| HSL | 116.77º | 0.76% | 0.34% | - |
| HSV(B) | 116.77º | 0.86% | 0.59% | - |
| XYZ | 11.68 | 22.43 | 4.42 | - |
| YUV | 99.4 | 83.75 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 151 | 21 | 0.81 | 0 | 0.86 | 0.41 | 116.77 | 0.76 | 0.34 |
| Hex | 1C | 97 | 15 | 51 | 0 | 56 | 29 | 75 | 4C | 22 |
| Octal | 34 | 227 | 25 | 121 | 0 | 126 | 51 | 165 | 114 | 42 |
| Binary | 11100 | 10010111 | 10101 | 1010001 | 0 | 1010110 | 101001 | 1110101 | 1001100 | 100010 |
Color Harmonies of #1C9715
Complementary color
Monochromatic Colors of #1C9715
Black with #1C9715
Text Example
Text Example
White with #1C9715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9715; }
p { color: rgb(28,151,21); }
H1.HeaderClassName
{
color: #1C9715;
}
.AnyTagClassName
{
color: #1C9715;
}
</style>
background-color css
<style>
a { background-color: #1C9715; }
a { background-color: rgb(28,151,21); }
div.DivClassName
{
background-color: #1C9715;
}
.BgClassName
{
background-color: #1C9715;
}
</style>
border-color css
<style>
span { border-color: #1C9715; }
span { border-color: rgb(28,151,21); }
td.TdClassName
{
border-color: #1C9715;
}
.TagClassName
{
border-color: #1C9715;
}
</style>