Shades of Forest Green #0C8A20
Tints of Forest Green #0C8A20
RGB
CMYK
RGB Variations
Color information
#0C8A20 (or 0x0C8A20) is known color: Forest Green. HEX triplet: 0C, 8A and 20. RGB value is (12,138,32). Sum of RGB (Red+Green+Blue) = 12+138+32=182 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.59% from 182); Green value is 138 (54.30% from 255 or 75.82% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 138 - color contains mainly: green. Hex color #0C8A20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8A20 is #F375DF. Grayscale: #585858. Windows color (decimal): -15955424 or 2132492. OLE color: 2132492.
HSL color Cylindrical-coordinate representation of color #0C8A20: hue angle of 129.52º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8A20 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 138 | 32 | - |
| CMYK | 0.91 | 0 | 0.77 | 0.46 |
| HSL | 129.52º | 0.84% | 0.29% | - |
| HSV(B) | 129.52º | 0.91% | 0.54% | - |
| XYZ | 9.5 | 18.36 | 4.41 | - |
| YUV | 88.24 | 96.26 | 73.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 138 | 32 | 0.91 | 0 | 0.77 | 0.46 | 129.52 | 0.84 | 0.29 |
| Hex | C | 8A | 20 | 5B | 0 | 4D | 2E | 82 | 54 | 1D |
| Octal | 14 | 212 | 40 | 133 | 0 | 115 | 56 | 202 | 124 | 35 |
| Binary | 1100 | 10001010 | 100000 | 1011011 | 0 | 1001101 | 101110 | 10000010 | 1010100 | 11101 |
Color Harmonies of #0C8A20
Complementary color
Monochromatic Colors of #0C8A20
Black with #0C8A20
Text Example
Text Example
White with #0C8A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8A20; }
p { color: rgb(12,138,32); }
H1.HeaderClassName
{
color: #0C8A20;
}
.AnyTagClassName
{
color: #0C8A20;
}
</style>
background-color css
<style>
a { background-color: #0C8A20; }
a { background-color: rgb(12,138,32); }
div.DivClassName
{
background-color: #0C8A20;
}
.BgClassName
{
background-color: #0C8A20;
}
</style>
border-color css
<style>
span { border-color: #0C8A20; }
span { border-color: rgb(12,138,32); }
td.TdClassName
{
border-color: #0C8A20;
}
.TagClassName
{
border-color: #0C8A20;
}
</style>