Shades of Forest Green #0C8F32
Tints of Forest Green #0C8F32
RGB
CMYK
RGB Variations
Color information
#0C8F32 (or 0x0C8F32) is known color: Forest Green. HEX triplet: 0C, 8F and 32. RGB value is (12,143,50). Sum of RGB (Red+Green+Blue) = 12+143+50=205 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.85% from 205); Green value is 143 (56.25% from 255 or 69.76% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 143 - color contains mainly: green. Hex color #0C8F32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8F32 is #F370CD. Grayscale: #5D5D5D. Windows color (decimal): -15954126 or 3313420. OLE color: 3313420.
HSL color Cylindrical-coordinate representation of color #0C8F32: hue angle of 137.4º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C8F32 is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 143 | 50 | - |
| CMYK | 0.92 | 0 | 0.65 | 0.44 |
| HSL | 137.4º | 0.85% | 0.3% | - |
| HSV(B) | 137.4º | 0.92% | 0.56% | - |
| XYZ | 10.55 | 19.95 | 6.31 | - |
| YUV | 93.23 | 103.6 | 70.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 143 | 50 | 0.92 | 0 | 0.65 | 0.44 | 137.4 | 0.85 | 0.3 |
| Hex | C | 8F | 32 | 5C | 0 | 41 | 2C | 89 | 55 | 1E |
| Octal | 14 | 217 | 62 | 134 | 0 | 101 | 54 | 211 | 125 | 36 |
| Binary | 1100 | 10001111 | 110010 | 1011100 | 0 | 1000001 | 101100 | 10001001 | 1010101 | 11110 |
Color Harmonies of #0C8F32
Complementary color
Monochromatic Colors of #0C8F32
Black with #0C8F32
Text Example
Text Example
White with #0C8F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8F32; }
p { color: rgb(12,143,50); }
H1.HeaderClassName
{
color: #0C8F32;
}
.AnyTagClassName
{
color: #0C8F32;
}
</style>
background-color css
<style>
a { background-color: #0C8F32; }
a { background-color: rgb(12,143,50); }
div.DivClassName
{
background-color: #0C8F32;
}
.BgClassName
{
background-color: #0C8F32;
}
</style>
border-color css
<style>
span { border-color: #0C8F32; }
span { border-color: rgb(12,143,50); }
td.TdClassName
{
border-color: #0C8F32;
}
.TagClassName
{
border-color: #0C8F32;
}
</style>