Shades of Forest Green #0C982F
Tints of Forest Green #0C982F
RGB
CMYK
RGB Variations
Color information
#0C982F (or 0x0C982F) is known color: Forest Green. HEX triplet: 0C, 98 and 2F. RGB value is (12,152,47). Sum of RGB (Red+Green+Blue) = 12+152+47=211 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.69% from 211); Green value is 152 (59.77% from 255 or 72.04% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 152 - color contains mainly: green. Hex color #0C982F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C982F is #F367D0. Grayscale: #626262. Windows color (decimal): -15951825 or 3119116. OLE color: 3119116.
HSL color Cylindrical-coordinate representation of color #0C982F: hue angle of 135º 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 #0C982F is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 12 | 152 | 47 | - |
| CMYK | 0.92 | 0 | 0.69 | 0.40 |
| HSL | 135º | 0.85% | 0.32% | - |
| HSV(B) | 135º | 0.92% | 0.6% | - |
| XYZ | 11.89 | 22.74 | 6.45 | - |
| YUV | 98.17 | 99.12 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 152 | 47 | 0.92 | 0 | 0.69 | 0.40 | 135 | 0.85 | 0.32 |
| Hex | C | 98 | 2F | 5C | 0 | 45 | 28 | 87 | 55 | 20 |
| Octal | 14 | 230 | 57 | 134 | 0 | 105 | 50 | 207 | 125 | 40 |
| Binary | 1100 | 10011000 | 101111 | 1011100 | 0 | 1000101 | 101000 | 10000111 | 1010101 | 100000 |
Color Harmonies of #0C982F
Complementary color
Monochromatic Colors of #0C982F
Black with #0C982F
Text Example
Text Example
White with #0C982F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C982F; }
p { color: rgb(12,152,47); }
H1.HeaderClassName
{
color: #0C982F;
}
.AnyTagClassName
{
color: #0C982F;
}
</style>
background-color css
<style>
a { background-color: #0C982F; }
a { background-color: rgb(12,152,47); }
div.DivClassName
{
background-color: #0C982F;
}
.BgClassName
{
background-color: #0C982F;
}
</style>
border-color css
<style>
span { border-color: #0C982F; }
span { border-color: rgb(12,152,47); }
td.TdClassName
{
border-color: #0C982F;
}
.TagClassName
{
border-color: #0C982F;
}
</style>