Shades of Forest Green #0C8C24
Tints of Forest Green #0C8C24
RGB
CMYK
RGB Variations
Color information
#0C8C24 (or 0x0C8C24) is known color: Forest Green. HEX triplet: 0C, 8C and 24. RGB value is (12,140,36). Sum of RGB (Red+Green+Blue) = 12+140+36=188 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.38% from 188); Green value is 140 (55.08% from 255 or 74.47% from 188); Blue value is 36 (14.45% from 255 or 19.15% from 188); Max value from RGB is 140 - color contains mainly: green. Hex color #0C8C24 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8C24 is #F373DB. Grayscale: #5A5A5A. Windows color (decimal): -15954908 or 2395148. OLE color: 2395148.
HSL color Cylindrical-coordinate representation of color #0C8C24: hue angle of 131.25º 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 #0C8C24 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 12 | 140 | 36 | - |
| CMYK | 0.91 | 0 | 0.74 | 0.45 |
| HSL | 131.25º | 0.84% | 0.3% | - |
| HSV(B) | 131.25º | 0.91% | 0.55% | - |
| XYZ | 9.85 | 18.96 | 4.81 | - |
| YUV | 89.87 | 97.59 | 72.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 140 | 36 | 0.91 | 0 | 0.74 | 0.45 | 131.25 | 0.84 | 0.3 |
| Hex | C | 8C | 24 | 5B | 0 | 4A | 2D | 83 | 54 | 1E |
| Octal | 14 | 214 | 44 | 133 | 0 | 112 | 55 | 203 | 124 | 36 |
| Binary | 1100 | 10001100 | 100100 | 1011011 | 0 | 1001010 | 101101 | 10000011 | 1010100 | 11110 |
Color Harmonies of #0C8C24
Complementary color
Monochromatic Colors of #0C8C24
Black with #0C8C24
Text Example
Text Example
White with #0C8C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8C24; }
p { color: rgb(12,140,36); }
H1.HeaderClassName
{
color: #0C8C24;
}
.AnyTagClassName
{
color: #0C8C24;
}
</style>
background-color css
<style>
a { background-color: #0C8C24; }
a { background-color: rgb(12,140,36); }
div.DivClassName
{
background-color: #0C8C24;
}
.BgClassName
{
background-color: #0C8C24;
}
</style>
border-color css
<style>
span { border-color: #0C8C24; }
span { border-color: rgb(12,140,36); }
td.TdClassName
{
border-color: #0C8C24;
}
.TagClassName
{
border-color: #0C8C24;
}
</style>