Shades of Forest Green #0C951E
Tints of Forest Green #0C951E
RGB
CMYK
RGB Variations
Color information
#0C951E (or 0x0C951E) is known color: Forest Green. HEX triplet: 0C, 95 and 1E. RGB value is (12,149,30). Sum of RGB (Red+Green+Blue) = 12+149+30=191 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.28% from 191); Green value is 149 (58.59% from 255 or 78.01% from 191); Blue value is 30 (12.11% from 255 or 15.71% from 191); Max value from RGB is 149 - color contains mainly: green. Hex color #0C951E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C951E is #F36AE1. Grayscale: #5E5E5E. Windows color (decimal): -15952610 or 2004236. OLE color: 2004236.
HSL color Cylindrical-coordinate representation of color #0C951E: hue angle of 127.88º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C951E is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 12 | 149 | 30 | - |
| CMYK | 0.92 | 0 | 0.80 | 0.42 |
| HSL | 127.88º | 0.85% | 0.32% | - |
| HSV(B) | 127.88º | 0.92% | 0.58% | - |
| XYZ | 11.13 | 21.67 | 4.82 | - |
| YUV | 94.47 | 91.61 | 69.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 149 | 30 | 0.92 | 0 | 0.80 | 0.42 | 127.88 | 0.85 | 0.32 |
| Hex | C | 95 | 1E | 5C | 0 | 50 | 2A | 80 | 55 | 20 |
| Octal | 14 | 225 | 36 | 134 | 0 | 120 | 52 | 200 | 125 | 40 |
| Binary | 1100 | 10010101 | 11110 | 1011100 | 0 | 1010000 | 101010 | 10000000 | 1010101 | 100000 |
Color Harmonies of #0C951E
Complementary color
Monochromatic Colors of #0C951E
Black with #0C951E
Text Example
Text Example
White with #0C951E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C951E; }
p { color: rgb(12,149,30); }
H1.HeaderClassName
{
color: #0C951E;
}
.AnyTagClassName
{
color: #0C951E;
}
</style>
background-color css
<style>
a { background-color: #0C951E; }
a { background-color: rgb(12,149,30); }
div.DivClassName
{
background-color: #0C951E;
}
.BgClassName
{
background-color: #0C951E;
}
</style>
border-color css
<style>
span { border-color: #0C951E; }
span { border-color: rgb(12,149,30); }
td.TdClassName
{
border-color: #0C951E;
}
.TagClassName
{
border-color: #0C951E;
}
</style>