Shades of Forest Green #0C912F
Tints of Forest Green #0C912F
RGB
CMYK
RGB Variations
Color information
#0C912F (or 0x0C912F) is known color: Forest Green. HEX triplet: 0C, 91 and 2F. RGB value is (12,145,47). Sum of RGB (Red+Green+Blue) = 12+145+47=204 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.88% from 204); Green value is 145 (57.03% from 255 or 71.08% from 204); Blue value is 47 (18.75% from 255 or 23.04% from 204); Max value from RGB is 145 - color contains mainly: green. Hex color #0C912F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C912F is #F36ED0. Grayscale: #5E5E5E. Windows color (decimal): -15953617 or 3117324. OLE color: 3117324.
HSL color Cylindrical-coordinate representation of color #0C912F: hue angle of 135.79º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C912F is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 12 | 145 | 47 | - |
| CMYK | 0.92 | 0 | 0.68 | 0.43 |
| HSL | 135.79º | 0.85% | 0.31% | - |
| HSV(B) | 135.79º | 0.92% | 0.57% | - |
| XYZ | 10.79 | 20.53 | 6.08 | - |
| YUV | 94.06 | 101.44 | 69.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 145 | 47 | 0.92 | 0 | 0.68 | 0.43 | 135.79 | 0.85 | 0.31 |
| Hex | C | 91 | 2F | 5C | 0 | 44 | 2B | 88 | 55 | 1F |
| Octal | 14 | 221 | 57 | 134 | 0 | 104 | 53 | 210 | 125 | 37 |
| Binary | 1100 | 10010001 | 101111 | 1011100 | 0 | 1000100 | 101011 | 10001000 | 1010101 | 11111 |
Color Harmonies of #0C912F
Complementary color
Monochromatic Colors of #0C912F
Black with #0C912F
Text Example
Text Example
White with #0C912F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C912F; }
p { color: rgb(12,145,47); }
H1.HeaderClassName
{
color: #0C912F;
}
.AnyTagClassName
{
color: #0C912F;
}
</style>
background-color css
<style>
a { background-color: #0C912F; }
a { background-color: rgb(12,145,47); }
div.DivClassName
{
background-color: #0C912F;
}
.BgClassName
{
background-color: #0C912F;
}
</style>
border-color css
<style>
span { border-color: #0C912F; }
span { border-color: rgb(12,145,47); }
td.TdClassName
{
border-color: #0C912F;
}
.TagClassName
{
border-color: #0C912F;
}
</style>