Shades of Forest Green #0C8428
Tints of Forest Green #0C8428
RGB
CMYK
RGB Variations
Color information
#0C8428 (or 0x0C8428) is known color: Forest Green. HEX triplet: 0C, 84 and 28. RGB value is (12,132,40). Sum of RGB (Red+Green+Blue) = 12+132+40=184 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.52% from 184); Green value is 132 (51.95% from 255 or 71.74% from 184); Blue value is 40 (16.02% from 255 or 21.74% from 184); Max value from RGB is 132 - color contains mainly: green. Hex color #0C8428 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8428 is #F37BD7. Grayscale: #555555. Windows color (decimal): -15956952 or 2655244. OLE color: 2655244.
HSL color Cylindrical-coordinate representation of color #0C8428: hue angle of 134º 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 #0C8428 is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 12 | 132 | 40 | - |
| CMYK | 0.91 | 0 | 0.70 | 0.48 |
| HSL | 134º | 0.83% | 0.28% | - |
| HSV(B) | 134º | 0.91% | 0.52% | - |
| XYZ | 8.79 | 16.73 | 4.77 | - |
| YUV | 85.63 | 102.24 | 75.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 132 | 40 | 0.91 | 0 | 0.70 | 0.48 | 134 | 0.83 | 0.28 |
| Hex | C | 84 | 28 | 5B | 0 | 46 | 30 | 86 | 53 | 1C |
| Octal | 14 | 204 | 50 | 133 | 0 | 106 | 60 | 206 | 123 | 34 |
| Binary | 1100 | 10000100 | 101000 | 1011011 | 0 | 1000110 | 110000 | 10000110 | 1010011 | 11100 |
Color Harmonies of #0C8428
Complementary color
Monochromatic Colors of #0C8428
Black with #0C8428
Text Example
Text Example
White with #0C8428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8428; }
p { color: rgb(12,132,40); }
H1.HeaderClassName
{
color: #0C8428;
}
.AnyTagClassName
{
color: #0C8428;
}
</style>
background-color css
<style>
a { background-color: #0C8428; }
a { background-color: rgb(12,132,40); }
div.DivClassName
{
background-color: #0C8428;
}
.BgClassName
{
background-color: #0C8428;
}
</style>
border-color css
<style>
span { border-color: #0C8428; }
span { border-color: rgb(12,132,40); }
td.TdClassName
{
border-color: #0C8428;
}
.TagClassName
{
border-color: #0C8428;
}
</style>