Shades of Forest Green #0C981F
Tints of Forest Green #0C981F
RGB
CMYK
RGB Variations
Color information
#0C981F (or 0x0C981F) is known color: Forest Green. HEX triplet: 0C, 98 and 1F. RGB value is (12,152,31). Sum of RGB (Red+Green+Blue) = 12+152+31=195 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.15% from 195); Green value is 152 (59.77% from 255 or 77.95% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 152 - color contains mainly: green. Hex color #0C981F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C981F is #F367E0. Grayscale: #606060. Windows color (decimal): -15951841 or 2070540. OLE color: 2070540.
HSL color Cylindrical-coordinate representation of color #0C981F: hue angle of 128.14º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C981F is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 12 | 152 | 31 | - |
| CMYK | 0.92 | 0 | 0.80 | 0.40 |
| HSL | 128.14º | 0.85% | 0.32% | - |
| HSV(B) | 128.14º | 0.92% | 0.6% | - |
| XYZ | 11.63 | 22.63 | 5.05 | - |
| YUV | 96.35 | 91.12 | 67.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 152 | 31 | 0.92 | 0 | 0.80 | 0.40 | 128.14 | 0.85 | 0.32 |
| Hex | C | 98 | 1F | 5C | 0 | 50 | 28 | 80 | 55 | 20 |
| Octal | 14 | 230 | 37 | 134 | 0 | 120 | 50 | 200 | 125 | 40 |
| Binary | 1100 | 10011000 | 11111 | 1011100 | 0 | 1010000 | 101000 | 10000000 | 1010101 | 100000 |
Color Harmonies of #0C981F
Complementary color
Monochromatic Colors of #0C981F
Black with #0C981F
Text Example
Text Example
White with #0C981F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C981F; }
p { color: rgb(12,152,31); }
H1.HeaderClassName
{
color: #0C981F;
}
.AnyTagClassName
{
color: #0C981F;
}
</style>
background-color css
<style>
a { background-color: #0C981F; }
a { background-color: rgb(12,152,31); }
div.DivClassName
{
background-color: #0C981F;
}
.BgClassName
{
background-color: #0C981F;
}
</style>
border-color css
<style>
span { border-color: #0C981F; }
span { border-color: rgb(12,152,31); }
td.TdClassName
{
border-color: #0C981F;
}
.TagClassName
{
border-color: #0C981F;
}
</style>