Shades of Forest Green #0C952D
Tints of Forest Green #0C952D
RGB
CMYK
RGB Variations
Color information
#0C952D (or 0x0C952D) is known color: Forest Green. HEX triplet: 0C, 95 and 2D. RGB value is (12,149,45). Sum of RGB (Red+Green+Blue) = 12+149+45=206 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.83% from 206); Green value is 149 (58.59% from 255 or 72.33% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 149 - color contains mainly: green. Hex color #0C952D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C952D is #F36AD2. Grayscale: #606060. Windows color (decimal): -15952595 or 2987276. OLE color: 2987276.
HSL color Cylindrical-coordinate representation of color #0C952D: hue angle of 134.45º 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 #0C952D is Cyan = 0.92, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 12 | 149 | 45 | - |
| CMYK | 0.92 | 0 | 0.70 | 0.42 |
| HSL | 134.45º | 0.85% | 0.32% | - |
| HSV(B) | 134.45º | 0.92% | 0.58% | - |
| XYZ | 11.37 | 21.76 | 6.08 | - |
| YUV | 96.18 | 99.11 | 67.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 149 | 45 | 0.92 | 0 | 0.70 | 0.42 | 134.45 | 0.85 | 0.32 |
| Hex | C | 95 | 2D | 5C | 0 | 46 | 2A | 86 | 55 | 20 |
| Octal | 14 | 225 | 55 | 134 | 0 | 106 | 52 | 206 | 125 | 40 |
| Binary | 1100 | 10010101 | 101101 | 1011100 | 0 | 1000110 | 101010 | 10000110 | 1010101 | 100000 |
Color Harmonies of #0C952D
Complementary color
Monochromatic Colors of #0C952D
Black with #0C952D
Text Example
Text Example
White with #0C952D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C952D; }
p { color: rgb(12,149,45); }
H1.HeaderClassName
{
color: #0C952D;
}
.AnyTagClassName
{
color: #0C952D;
}
</style>
background-color css
<style>
a { background-color: #0C952D; }
a { background-color: rgb(12,149,45); }
div.DivClassName
{
background-color: #0C952D;
}
.BgClassName
{
background-color: #0C952D;
}
</style>
border-color css
<style>
span { border-color: #0C952D; }
span { border-color: rgb(12,149,45); }
td.TdClassName
{
border-color: #0C952D;
}
.TagClassName
{
border-color: #0C952D;
}
</style>