Shades of Forest Green #0C842D
Tints of Forest Green #0C842D
RGB
CMYK
RGB Variations
Color information
#0C842D (or 0x0C842D) is known color: Forest Green. HEX triplet: 0C, 84 and 2D. RGB value is (12,132,45). Sum of RGB (Red+Green+Blue) = 12+132+45=189 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.35% from 189); Green value is 132 (51.95% from 255 or 69.84% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 132 - color contains mainly: green. Hex color #0C842D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C842D is #F37BD2. Grayscale: #565656. Windows color (decimal): -15956947 or 2982924. OLE color: 2982924.
HSL color Cylindrical-coordinate representation of color #0C842D: hue angle of 136.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 #0C842D is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 12 | 132 | 45 | - |
| CMYK | 0.91 | 0 | 0.66 | 0.48 |
| HSL | 136.5º | 0.83% | 0.28% | - |
| HSV(B) | 136.5º | 0.91% | 0.52% | - |
| XYZ | 8.88 | 16.77 | 5.25 | - |
| YUV | 86.2 | 104.74 | 75.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 132 | 45 | 0.91 | 0 | 0.66 | 0.48 | 136.5 | 0.83 | 0.28 |
| Hex | C | 84 | 2D | 5B | 0 | 42 | 30 | 88 | 53 | 1C |
| Octal | 14 | 204 | 55 | 133 | 0 | 102 | 60 | 210 | 123 | 34 |
| Binary | 1100 | 10000100 | 101101 | 1011011 | 0 | 1000010 | 110000 | 10001000 | 1010011 | 11100 |
Color Harmonies of #0C842D
Complementary color
Monochromatic Colors of #0C842D
Black with #0C842D
Text Example
Text Example
White with #0C842D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C842D; }
p { color: rgb(12,132,45); }
H1.HeaderClassName
{
color: #0C842D;
}
.AnyTagClassName
{
color: #0C842D;
}
</style>
background-color css
<style>
a { background-color: #0C842D; }
a { background-color: rgb(12,132,45); }
div.DivClassName
{
background-color: #0C842D;
}
.BgClassName
{
background-color: #0C842D;
}
</style>
border-color css
<style>
span { border-color: #0C842D; }
span { border-color: rgb(12,132,45); }
td.TdClassName
{
border-color: #0C842D;
}
.TagClassName
{
border-color: #0C842D;
}
</style>