Shades of Forest Green #1C8F0A
Tints of Forest Green #1C8F0A
RGB
CMYK
RGB Variations
Color information
#1C8F0A (or 0x1C8F0A) is known color: Forest Green. HEX triplet: 1C, 8F and 0A. RGB value is (28,143,10). Sum of RGB (Red+Green+Blue) = 28+143+10=181 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.47% from 181); Green value is 143 (56.25% from 255 or 79.01% from 181); Blue value is 10 (4.30% from 255 or 5.52% from 181); Max value from RGB is 143 - color contains mainly: green. Hex color #1C8F0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1C8F0A is #E370F5. Grayscale: #5D5D5D. Windows color (decimal): -14905590 or 691996. OLE color: 691996.
HSL color Cylindrical-coordinate representation of color #1C8F0A: hue angle of 111.88º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1C8F0A is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 28 | 143 | 10 | - |
| CMYK | 0.80 | 0 | 0.93 | 0.44 |
| HSL | 111.88º | 0.87% | 0.3% | - |
| HSV(B) | 111.88º | 0.93% | 0.56% | - |
| XYZ | 10.36 | 19.91 | 3.59 | - |
| YUV | 93.45 | 80.9 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 143 | 10 | 0.80 | 0 | 0.93 | 0.44 | 111.88 | 0.87 | 0.3 |
| Hex | 1C | 8F | A | 50 | 0 | 5D | 2C | 70 | 57 | 1E |
| Octal | 34 | 217 | 12 | 120 | 0 | 135 | 54 | 160 | 127 | 36 |
| Binary | 11100 | 10001111 | 1010 | 1010000 | 0 | 1011101 | 101100 | 1110000 | 1010111 | 11110 |
Color Harmonies of #1C8F0A
Complementary color
Monochromatic Colors of #1C8F0A
Black with #1C8F0A
Text Example
Text Example
White with #1C8F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8F0A; }
p { color: rgb(28,143,10); }
H1.HeaderClassName
{
color: #1C8F0A;
}
.AnyTagClassName
{
color: #1C8F0A;
}
</style>
background-color css
<style>
a { background-color: #1C8F0A; }
a { background-color: rgb(28,143,10); }
div.DivClassName
{
background-color: #1C8F0A;
}
.BgClassName
{
background-color: #1C8F0A;
}
</style>
border-color css
<style>
span { border-color: #1C8F0A; }
span { border-color: rgb(28,143,10); }
td.TdClassName
{
border-color: #1C8F0A;
}
.TagClassName
{
border-color: #1C8F0A;
}
</style>