Shades of Forest Green #0C8E1C
Tints of Forest Green #0C8E1C
RGB
CMYK
RGB Variations
Color information
#0C8E1C (or 0x0C8E1C) is known color: Forest Green. HEX triplet: 0C, 8E and 1C. RGB value is (12,142,28). Sum of RGB (Red+Green+Blue) = 12+142+28=182 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.59% from 182); Green value is 142 (55.86% from 255 or 78.02% from 182); Blue value is 28 (11.33% from 255 or 15.38% from 182); Max value from RGB is 142 - color contains mainly: green. Hex color #0C8E1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8E1C is #F371E3. Grayscale: #5A5A5A. Windows color (decimal): -15954404 or 1871372. OLE color: 1871372.
HSL color Cylindrical-coordinate representation of color #0C8E1C: hue angle of 127.38º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C8E1C is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 142 | 28 | - |
| CMYK | 0.92 | 0 | 0.80 | 0.44 |
| HSL | 127.38º | 0.84% | 0.3% | - |
| HSV(B) | 127.38º | 0.92% | 0.56% | - |
| XYZ | 10.03 | 19.51 | 4.34 | - |
| YUV | 90.13 | 92.93 | 72.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 142 | 28 | 0.92 | 0 | 0.80 | 0.44 | 127.38 | 0.84 | 0.3 |
| Hex | C | 8E | 1C | 5C | 0 | 50 | 2C | 7F | 54 | 1E |
| Octal | 14 | 216 | 34 | 134 | 0 | 120 | 54 | 177 | 124 | 36 |
| Binary | 1100 | 10001110 | 11100 | 1011100 | 0 | 1010000 | 101100 | 1111111 | 1010100 | 11110 |
Color Harmonies of #0C8E1C
Complementary color
Monochromatic Colors of #0C8E1C
Black with #0C8E1C
Text Example
Text Example
White with #0C8E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8E1C; }
p { color: rgb(12,142,28); }
H1.HeaderClassName
{
color: #0C8E1C;
}
.AnyTagClassName
{
color: #0C8E1C;
}
</style>
background-color css
<style>
a { background-color: #0C8E1C; }
a { background-color: rgb(12,142,28); }
div.DivClassName
{
background-color: #0C8E1C;
}
.BgClassName
{
background-color: #0C8E1C;
}
</style>
border-color css
<style>
span { border-color: #0C8E1C; }
span { border-color: rgb(12,142,28); }
td.TdClassName
{
border-color: #0C8E1C;
}
.TagClassName
{
border-color: #0C8E1C;
}
</style>