Shades of Forest Green #0C8B1C
Tints of Forest Green #0C8B1C
RGB
CMYK
RGB Variations
Color information
#0C8B1C (or 0x0C8B1C) is known color: Forest Green. HEX triplet: 0C, 8B and 1C. RGB value is (12,139,28). Sum of RGB (Red+Green+Blue) = 12+139+28=179 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.70% from 179); Green value is 139 (54.69% from 255 or 77.65% from 179); Blue value is 28 (11.33% from 255 or 15.64% from 179); Max value from RGB is 139 - color contains mainly: green. Hex color #0C8B1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8B1C is #F374E3. Grayscale: #585858. Windows color (decimal): -15955172 or 1870604. OLE color: 1870604.
HSL color Cylindrical-coordinate representation of color #0C8B1C: hue angle of 127.56º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8B1C is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 12 | 139 | 28 | - |
| CMYK | 0.91 | 0 | 0.80 | 0.45 |
| HSL | 127.56º | 0.84% | 0.3% | - |
| HSV(B) | 127.56º | 0.91% | 0.55% | - |
| XYZ | 9.59 | 18.63 | 4.19 | - |
| YUV | 88.37 | 93.92 | 73.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 139 | 28 | 0.91 | 0 | 0.80 | 0.45 | 127.56 | 0.84 | 0.3 |
| Hex | C | 8B | 1C | 5B | 0 | 50 | 2D | 80 | 54 | 1E |
| Octal | 14 | 213 | 34 | 133 | 0 | 120 | 55 | 200 | 124 | 36 |
| Binary | 1100 | 10001011 | 11100 | 1011011 | 0 | 1010000 | 101101 | 10000000 | 1010100 | 11110 |
Color Harmonies of #0C8B1C
Complementary color
Monochromatic Colors of #0C8B1C
Black with #0C8B1C
Text Example
Text Example
White with #0C8B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8B1C; }
p { color: rgb(12,139,28); }
H1.HeaderClassName
{
color: #0C8B1C;
}
.AnyTagClassName
{
color: #0C8B1C;
}
</style>
background-color css
<style>
a { background-color: #0C8B1C; }
a { background-color: rgb(12,139,28); }
div.DivClassName
{
background-color: #0C8B1C;
}
.BgClassName
{
background-color: #0C8B1C;
}
</style>
border-color css
<style>
span { border-color: #0C8B1C; }
span { border-color: rgb(12,139,28); }
td.TdClassName
{
border-color: #0C8B1C;
}
.TagClassName
{
border-color: #0C8B1C;
}
</style>