Shades of Forest Green #0C851F
Tints of Forest Green #0C851F
RGB
CMYK
RGB Variations
Color information
#0C851F (or 0x0C851F) is known color: Forest Green. HEX triplet: 0C, 85 and 1F. RGB value is (12,133,31). Sum of RGB (Red+Green+Blue) = 12+133+31=176 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.82% from 176); Green value is 133 (52.34% from 255 or 75.57% from 176); Blue value is 31 (12.5% from 255 or 17.61% from 176); Max value from RGB is 133 - color contains mainly: green. Hex color #0C851F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C851F is #F37AE0. Grayscale: #555555. Windows color (decimal): -15956705 or 2065676. OLE color: 2065676.
HSL color Cylindrical-coordinate representation of color #0C851F: hue angle of 129.42º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C851F is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 12 | 133 | 31 | - |
| CMYK | 0.91 | 0 | 0.77 | 0.48 |
| HSL | 129.42º | 0.83% | 0.28% | - |
| HSV(B) | 129.42º | 0.91% | 0.52% | - |
| XYZ | 8.79 | 16.95 | 4.11 | - |
| YUV | 85.19 | 97.41 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 133 | 31 | 0.91 | 0 | 0.77 | 0.48 | 129.42 | 0.83 | 0.28 |
| Hex | C | 85 | 1F | 5B | 0 | 4D | 30 | 81 | 53 | 1C |
| Octal | 14 | 205 | 37 | 133 | 0 | 115 | 60 | 201 | 123 | 34 |
| Binary | 1100 | 10000101 | 11111 | 1011011 | 0 | 1001101 | 110000 | 10000001 | 1010011 | 11100 |
Color Harmonies of #0C851F
Complementary color
Monochromatic Colors of #0C851F
Black with #0C851F
Text Example
Text Example
White with #0C851F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C851F; }
p { color: rgb(12,133,31); }
H1.HeaderClassName
{
color: #0C851F;
}
.AnyTagClassName
{
color: #0C851F;
}
</style>
background-color css
<style>
a { background-color: #0C851F; }
a { background-color: rgb(12,133,31); }
div.DivClassName
{
background-color: #0C851F;
}
.BgClassName
{
background-color: #0C851F;
}
</style>
border-color css
<style>
span { border-color: #0C851F; }
span { border-color: rgb(12,133,31); }
td.TdClassName
{
border-color: #0C851F;
}
.TagClassName
{
border-color: #0C851F;
}
</style>