Shades of Forest Green #0C8820
Tints of Forest Green #0C8820
RGB
CMYK
RGB Variations
Color information
#0C8820 (or 0x0C8820) is known color: Forest Green. HEX triplet: 0C, 88 and 20. RGB value is (12,136,32). Sum of RGB (Red+Green+Blue) = 12+136+32=180 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.67% from 180); Green value is 136 (53.52% from 255 or 75.56% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 136 - color contains mainly: green. Hex color #0C8820 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8820 is #F377DF. Grayscale: #575757. Windows color (decimal): -15955936 or 2131980. OLE color: 2131980.
HSL color Cylindrical-coordinate representation of color #0C8820: hue angle of 129.68º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8820 is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 136 | 32 | - |
| CMYK | 0.91 | 0 | 0.76 | 0.47 |
| HSL | 129.68º | 0.84% | 0.29% | - |
| HSV(B) | 129.68º | 0.91% | 0.53% | - |
| XYZ | 9.22 | 17.79 | 4.31 | - |
| YUV | 87.07 | 96.92 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 136 | 32 | 0.91 | 0 | 0.76 | 0.47 | 129.68 | 0.84 | 0.29 |
| Hex | C | 88 | 20 | 5B | 0 | 4C | 2F | 82 | 54 | 1D |
| Octal | 14 | 210 | 40 | 133 | 0 | 114 | 57 | 202 | 124 | 35 |
| Binary | 1100 | 10001000 | 100000 | 1011011 | 0 | 1001100 | 101111 | 10000010 | 1010100 | 11101 |
Color Harmonies of #0C8820
Complementary color
Monochromatic Colors of #0C8820
Black with #0C8820
Text Example
Text Example
White with #0C8820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8820; }
p { color: rgb(12,136,32); }
H1.HeaderClassName
{
color: #0C8820;
}
.AnyTagClassName
{
color: #0C8820;
}
</style>
background-color css
<style>
a { background-color: #0C8820; }
a { background-color: rgb(12,136,32); }
div.DivClassName
{
background-color: #0C8820;
}
.BgClassName
{
background-color: #0C8820;
}
</style>
border-color css
<style>
span { border-color: #0C8820; }
span { border-color: rgb(12,136,32); }
td.TdClassName
{
border-color: #0C8820;
}
.TagClassName
{
border-color: #0C8820;
}
</style>