Shades of Forest Green #1C8E13
Tints of Forest Green #1C8E13
RGB
CMYK
RGB Variations
Color information
#1C8E13 (or 0x1C8E13) is known color: Forest Green. HEX triplet: 1C, 8E and 13. RGB value is (28,142,19). Sum of RGB (Red+Green+Blue) = 28+142+19=189 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.81% from 189); Green value is 142 (55.86% from 255 or 75.13% from 189); Blue value is 19 (7.81% from 255 or 10.05% from 189); Max value from RGB is 142 - color contains mainly: green. Hex color #1C8E13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1C8E13 is #E371EC. Grayscale: #5E5E5E. Windows color (decimal): -14905837 or 1281564. OLE color: 1281564.
HSL color Cylindrical-coordinate representation of color #1C8E13: hue angle of 115.61º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C8E13 is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 28 | 142 | 19 | - |
| CMYK | 0.80 | 0 | 0.87 | 0.44 |
| HSL | 115.61º | 0.76% | 0.32% | - |
| HSV(B) | 115.61º | 0.87% | 0.56% | - |
| XYZ | 10.27 | 19.64 | 3.87 | - |
| YUV | 93.89 | 85.73 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 142 | 19 | 0.80 | 0 | 0.87 | 0.44 | 115.61 | 0.76 | 0.32 |
| Hex | 1C | 8E | 13 | 50 | 0 | 57 | 2C | 74 | 4C | 20 |
| Octal | 34 | 216 | 23 | 120 | 0 | 127 | 54 | 164 | 114 | 40 |
| Binary | 11100 | 10001110 | 10011 | 1010000 | 0 | 1010111 | 101100 | 1110100 | 1001100 | 100000 |
Color Harmonies of #1C8E13
Complementary color
Monochromatic Colors of #1C8E13
Black with #1C8E13
Text Example
Text Example
White with #1C8E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8E13; }
p { color: rgb(28,142,19); }
H1.HeaderClassName
{
color: #1C8E13;
}
.AnyTagClassName
{
color: #1C8E13;
}
</style>
background-color css
<style>
a { background-color: #1C8E13; }
a { background-color: rgb(28,142,19); }
div.DivClassName
{
background-color: #1C8E13;
}
.BgClassName
{
background-color: #1C8E13;
}
</style>
border-color css
<style>
span { border-color: #1C8E13; }
span { border-color: rgb(28,142,19); }
td.TdClassName
{
border-color: #1C8E13;
}
.TagClassName
{
border-color: #1C8E13;
}
</style>