Shades of Forest Green #1C940E
Tints of Forest Green #1C940E
RGB
CMYK
RGB Variations
Color information
#1C940E (or 0x1C940E) is known color: Forest Green. HEX triplet: 1C, 94 and 0E. RGB value is (28,148,14). Sum of RGB (Red+Green+Blue) = 28+148+14=190 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.74% from 190); Green value is 148 (58.20% from 255 or 77.89% from 190); Blue value is 14 (5.86% from 255 or 7.37% from 190); Max value from RGB is 148 - color contains mainly: green. Hex color #1C940E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1C940E is #E36BF1. Grayscale: #616161. Windows color (decimal): -14904306 or 955420. OLE color: 955420.
HSL color Cylindrical-coordinate representation of color #1C940E: hue angle of 113.73º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1C940E is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 28 | 148 | 14 | - |
| CMYK | 0.81 | 0 | 0.91 | 0.42 |
| HSL | 113.73º | 0.83% | 0.32% | - |
| HSV(B) | 113.73º | 0.91% | 0.58% | - |
| XYZ | 11.15 | 21.46 | 3.97 | - |
| YUV | 96.84 | 81.24 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 148 | 14 | 0.81 | 0 | 0.91 | 0.42 | 113.73 | 0.83 | 0.32 |
| Hex | 1C | 94 | E | 51 | 0 | 5B | 2A | 72 | 53 | 20 |
| Octal | 34 | 224 | 16 | 121 | 0 | 133 | 52 | 162 | 123 | 40 |
| Binary | 11100 | 10010100 | 1110 | 1010001 | 0 | 1011011 | 101010 | 1110010 | 1010011 | 100000 |
Color Harmonies of #1C940E
Complementary color
Monochromatic Colors of #1C940E
Black with #1C940E
Text Example
Text Example
White with #1C940E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C940E; }
p { color: rgb(28,148,14); }
H1.HeaderClassName
{
color: #1C940E;
}
.AnyTagClassName
{
color: #1C940E;
}
</style>
background-color css
<style>
a { background-color: #1C940E; }
a { background-color: rgb(28,148,14); }
div.DivClassName
{
background-color: #1C940E;
}
.BgClassName
{
background-color: #1C940E;
}
</style>
border-color css
<style>
span { border-color: #1C940E; }
span { border-color: rgb(28,148,14); }
td.TdClassName
{
border-color: #1C940E;
}
.TagClassName
{
border-color: #1C940E;
}
</style>