Shades of Forest Green #0C8F31
Tints of Forest Green #0C8F31
RGB
CMYK
RGB Variations
Color information
#0C8F31 (or 0x0C8F31) is known color: Forest Green. HEX triplet: 0C, 8F and 31. RGB value is (12,143,49). Sum of RGB (Red+Green+Blue) = 12+143+49=204 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.88% from 204); Green value is 143 (56.25% from 255 or 70.10% from 204); Blue value is 49 (19.53% from 255 or 24.02% from 204); Max value from RGB is 143 - color contains mainly: green. Hex color #0C8F31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8F31 is #F370CE. Grayscale: #5D5D5D. Windows color (decimal): -15954127 or 3247884. OLE color: 3247884.
HSL color Cylindrical-coordinate representation of color #0C8F31: hue angle of 136.95º 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 #0C8F31 is Cyan = 0.92, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 143 | 49 | - |
| CMYK | 0.92 | 0 | 0.66 | 0.44 |
| HSL | 136.95º | 0.85% | 0.3% | - |
| HSV(B) | 136.95º | 0.92% | 0.56% | - |
| XYZ | 10.53 | 19.94 | 6.2 | - |
| YUV | 93.12 | 103.1 | 70.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 143 | 49 | 0.92 | 0 | 0.66 | 0.44 | 136.95 | 0.85 | 0.3 |
| Hex | C | 8F | 31 | 5C | 0 | 42 | 2C | 89 | 55 | 1E |
| Octal | 14 | 217 | 61 | 134 | 0 | 102 | 54 | 211 | 125 | 36 |
| Binary | 1100 | 10001111 | 110001 | 1011100 | 0 | 1000010 | 101100 | 10001001 | 1010101 | 11110 |
Color Harmonies of #0C8F31
Complementary color
Monochromatic Colors of #0C8F31
Black with #0C8F31
Text Example
Text Example
White with #0C8F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8F31; }
p { color: rgb(12,143,49); }
H1.HeaderClassName
{
color: #0C8F31;
}
.AnyTagClassName
{
color: #0C8F31;
}
</style>
background-color css
<style>
a { background-color: #0C8F31; }
a { background-color: rgb(12,143,49); }
div.DivClassName
{
background-color: #0C8F31;
}
.BgClassName
{
background-color: #0C8F31;
}
</style>
border-color css
<style>
span { border-color: #0C8F31; }
span { border-color: rgb(12,143,49); }
td.TdClassName
{
border-color: #0C8F31;
}
.TagClassName
{
border-color: #0C8F31;
}
</style>