Shades of Forest Green #0C8B31
Tints of Forest Green #0C8B31
RGB
CMYK
RGB Variations
Color information
#0C8B31 (or 0x0C8B31) is known color: Forest Green. HEX triplet: 0C, 8B and 31. RGB value is (12,139,49). Sum of RGB (Red+Green+Blue) = 12+139+49=200 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6% from 200); Green value is 139 (54.69% from 255 or 69.5% from 200); Blue value is 49 (19.53% from 255 or 24.5% from 200); Max value from RGB is 139 - color contains mainly: green. Hex color #0C8B31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8B31 is #F374CE. Grayscale: #5A5A5A. Windows color (decimal): -15955151 or 3246860. OLE color: 3246860.
HSL color Cylindrical-coordinate representation of color #0C8B31: hue angle of 137.48º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8B31 is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 12 | 139 | 49 | - |
| CMYK | 0.91 | 0 | 0.65 | 0.45 |
| HSL | 137.48º | 0.84% | 0.3% | - |
| HSV(B) | 137.48º | 0.91% | 0.55% | - |
| XYZ | 9.94 | 18.77 | 6 | - |
| YUV | 90.77 | 104.42 | 71.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 139 | 49 | 0.91 | 0 | 0.65 | 0.45 | 137.48 | 0.84 | 0.3 |
| Hex | C | 8B | 31 | 5B | 0 | 41 | 2D | 89 | 54 | 1E |
| Octal | 14 | 213 | 61 | 133 | 0 | 101 | 55 | 211 | 124 | 36 |
| Binary | 1100 | 10001011 | 110001 | 1011011 | 0 | 1000001 | 101101 | 10001001 | 1010100 | 11110 |
Color Harmonies of #0C8B31
Complementary color
Monochromatic Colors of #0C8B31
Black with #0C8B31
Text Example
Text Example
White with #0C8B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8B31; }
p { color: rgb(12,139,49); }
H1.HeaderClassName
{
color: #0C8B31;
}
.AnyTagClassName
{
color: #0C8B31;
}
</style>
background-color css
<style>
a { background-color: #0C8B31; }
a { background-color: rgb(12,139,49); }
div.DivClassName
{
background-color: #0C8B31;
}
.BgClassName
{
background-color: #0C8B31;
}
</style>
border-color css
<style>
span { border-color: #0C8B31; }
span { border-color: rgb(12,139,49); }
td.TdClassName
{
border-color: #0C8B31;
}
.TagClassName
{
border-color: #0C8B31;
}
</style>