Shades of Forest Green #1C950C
Tints of Forest Green #1C950C
RGB
CMYK
RGB Variations
Color information
#1C950C (or 0x1C950C) is known color: Forest Green. HEX triplet: 1C, 95 and 0C. RGB value is (28,149,12). Sum of RGB (Red+Green+Blue) = 28+149+12=189 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.81% from 189); Green value is 149 (58.59% from 255 or 78.84% from 189); Blue value is 12 (5.08% from 255 or 6.35% from 189); Max value from RGB is 149 - color contains mainly: green. Hex color #1C950C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1C950C is #E36AF3. Grayscale: #616161. Windows color (decimal): -14904052 or 824604. OLE color: 824604.
HSL color Cylindrical-coordinate representation of color #1C950C: hue angle of 112.99º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1C950C is Cyan = 0.81, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 28 | 149 | 12 | - |
| CMYK | 0.81 | 0 | 0.92 | 0.42 |
| HSL | 112.99º | 0.85% | 0.32% | - |
| HSV(B) | 112.99º | 0.92% | 0.58% | - |
| XYZ | 11.29 | 21.77 | 3.95 | - |
| YUV | 97.2 | 79.91 | 78.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 149 | 12 | 0.81 | 0 | 0.92 | 0.42 | 112.99 | 0.85 | 0.32 |
| Hex | 1C | 95 | C | 51 | 0 | 5C | 2A | 71 | 55 | 20 |
| Octal | 34 | 225 | 14 | 121 | 0 | 134 | 52 | 161 | 125 | 40 |
| Binary | 11100 | 10010101 | 1100 | 1010001 | 0 | 1011100 | 101010 | 1110001 | 1010101 | 100000 |
Color Harmonies of #1C950C
Complementary color
Monochromatic Colors of #1C950C
Black with #1C950C
Text Example
Text Example
White with #1C950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C950C; }
p { color: rgb(28,149,12); }
H1.HeaderClassName
{
color: #1C950C;
}
.AnyTagClassName
{
color: #1C950C;
}
</style>
background-color css
<style>
a { background-color: #1C950C; }
a { background-color: rgb(28,149,12); }
div.DivClassName
{
background-color: #1C950C;
}
.BgClassName
{
background-color: #1C950C;
}
</style>
border-color css
<style>
span { border-color: #1C950C; }
span { border-color: rgb(28,149,12); }
td.TdClassName
{
border-color: #1C950C;
}
.TagClassName
{
border-color: #1C950C;
}
</style>