Shades of Forest Green #0C9531
Tints of Forest Green #0C9531
RGB
CMYK
RGB Variations
Color information
#0C9531 (or 0x0C9531) is known color: Forest Green. HEX triplet: 0C, 95 and 31. RGB value is (12,149,49). Sum of RGB (Red+Green+Blue) = 12+149+49=210 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.71% from 210); Green value is 149 (58.59% from 255 or 70.95% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 149 - color contains mainly: green. Hex color #0C9531 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9531 is #F36ACE. Grayscale: #606060. Windows color (decimal): -15952591 or 3249420. OLE color: 3249420.
HSL color Cylindrical-coordinate representation of color #0C9531: hue angle of 136.2º 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 #0C9531 is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 12 | 149 | 49 | - |
| CMYK | 0.92 | 0 | 0.67 | 0.42 |
| HSL | 136.2º | 0.85% | 0.32% | - |
| HSV(B) | 136.2º | 0.92% | 0.58% | - |
| XYZ | 11.45 | 21.79 | 6.51 | - |
| YUV | 96.64 | 101.11 | 67.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 149 | 49 | 0.92 | 0 | 0.67 | 0.42 | 136.2 | 0.85 | 0.32 |
| Hex | C | 95 | 31 | 5C | 0 | 43 | 2A | 88 | 55 | 20 |
| Octal | 14 | 225 | 61 | 134 | 0 | 103 | 52 | 210 | 125 | 40 |
| Binary | 1100 | 10010101 | 110001 | 1011100 | 0 | 1000011 | 101010 | 10001000 | 1010101 | 100000 |
Color Harmonies of #0C9531
Complementary color
Monochromatic Colors of #0C9531
Black with #0C9531
Text Example
Text Example
White with #0C9531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9531; }
p { color: rgb(12,149,49); }
H1.HeaderClassName
{
color: #0C9531;
}
.AnyTagClassName
{
color: #0C9531;
}
</style>
background-color css
<style>
a { background-color: #0C9531; }
a { background-color: rgb(12,149,49); }
div.DivClassName
{
background-color: #0C9531;
}
.BgClassName
{
background-color: #0C9531;
}
</style>
border-color css
<style>
span { border-color: #0C9531; }
span { border-color: rgb(12,149,49); }
td.TdClassName
{
border-color: #0C9531;
}
.TagClassName
{
border-color: #0C9531;
}
</style>