Shades of Forest Green #1C970E
Tints of Forest Green #1C970E
RGB
CMYK
RGB Variations
Color information
#1C970E (or 0x1C970E) is known color: Forest Green. HEX triplet: 1C, 97 and 0E. RGB value is (28,151,14). Sum of RGB (Red+Green+Blue) = 28+151+14=193 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.51% from 193); Green value is 151 (59.38% from 255 or 78.24% from 193); Blue value is 14 (5.86% from 255 or 7.25% from 193); Max value from RGB is 151 - color contains mainly: green. Hex color #1C970E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1C970E is #E368F1. Grayscale: #636363. Windows color (decimal): -14903538 or 956188. OLE color: 956188.
HSL color Cylindrical-coordinate representation of color #1C970E: hue angle of 113.87º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1C970E is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 28 | 151 | 14 | - |
| CMYK | 0.81 | 0 | 0.91 | 0.41 |
| HSL | 113.87º | 0.83% | 0.32% | - |
| HSV(B) | 113.87º | 0.91% | 0.59% | - |
| XYZ | 11.62 | 22.41 | 4.13 | - |
| YUV | 98.61 | 80.25 | 77.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 151 | 14 | 0.81 | 0 | 0.91 | 0.41 | 113.87 | 0.83 | 0.32 |
| Hex | 1C | 97 | E | 51 | 0 | 5B | 29 | 72 | 53 | 20 |
| Octal | 34 | 227 | 16 | 121 | 0 | 133 | 51 | 162 | 123 | 40 |
| Binary | 11100 | 10010111 | 1110 | 1010001 | 0 | 1011011 | 101001 | 1110010 | 1010011 | 100000 |
Color Harmonies of #1C970E
Complementary color
Monochromatic Colors of #1C970E
Black with #1C970E
Text Example
Text Example
White with #1C970E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C970E; }
p { color: rgb(28,151,14); }
H1.HeaderClassName
{
color: #1C970E;
}
.AnyTagClassName
{
color: #1C970E;
}
</style>
background-color css
<style>
a { background-color: #1C970E; }
a { background-color: rgb(28,151,14); }
div.DivClassName
{
background-color: #1C970E;
}
.BgClassName
{
background-color: #1C970E;
}
</style>
border-color css
<style>
span { border-color: #1C970E; }
span { border-color: rgb(28,151,14); }
td.TdClassName
{
border-color: #1C970E;
}
.TagClassName
{
border-color: #1C970E;
}
</style>