Shades of Forest Green #0C842B
Tints of Forest Green #0C842B
RGB
CMYK
RGB Variations
Color information
#0C842B (or 0x0C842B) is known color: Forest Green. HEX triplet: 0C, 84 and 2B. RGB value is (12,132,43). Sum of RGB (Red+Green+Blue) = 12+132+43=187 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.42% from 187); Green value is 132 (51.95% from 255 or 70.59% from 187); Blue value is 43 (17.19% from 255 or 22.99% from 187); Max value from RGB is 132 - color contains mainly: green. Hex color #0C842B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C842B is #F37BD4. Grayscale: #565656. Windows color (decimal): -15956949 or 2851852. OLE color: 2851852.
HSL color Cylindrical-coordinate representation of color #0C842B: hue angle of 135.5º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C842B is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 12 | 132 | 43 | - |
| CMYK | 0.91 | 0 | 0.67 | 0.48 |
| HSL | 135.5º | 0.83% | 0.28% | - |
| HSV(B) | 135.5º | 0.91% | 0.52% | - |
| XYZ | 8.84 | 16.76 | 5.05 | - |
| YUV | 85.97 | 103.74 | 75.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 132 | 43 | 0.91 | 0 | 0.67 | 0.48 | 135.5 | 0.83 | 0.28 |
| Hex | C | 84 | 2B | 5B | 0 | 43 | 30 | 88 | 53 | 1C |
| Octal | 14 | 204 | 53 | 133 | 0 | 103 | 60 | 210 | 123 | 34 |
| Binary | 1100 | 10000100 | 101011 | 1011011 | 0 | 1000011 | 110000 | 10001000 | 1010011 | 11100 |
Color Harmonies of #0C842B
Complementary color
Monochromatic Colors of #0C842B
Black with #0C842B
Text Example
Text Example
White with #0C842B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C842B; }
p { color: rgb(12,132,43); }
H1.HeaderClassName
{
color: #0C842B;
}
.AnyTagClassName
{
color: #0C842B;
}
</style>
background-color css
<style>
a { background-color: #0C842B; }
a { background-color: rgb(12,132,43); }
div.DivClassName
{
background-color: #0C842B;
}
.BgClassName
{
background-color: #0C842B;
}
</style>
border-color css
<style>
span { border-color: #0C842B; }
span { border-color: rgb(12,132,43); }
td.TdClassName
{
border-color: #0C842B;
}
.TagClassName
{
border-color: #0C842B;
}
</style>