Shades of Forest Green #0C8525
Tints of Forest Green #0C8525
RGB
CMYK
RGB Variations
Color information
#0C8525 (or 0x0C8525) is known color: Forest Green. HEX triplet: 0C, 85 and 25. RGB value is (12,133,37). Sum of RGB (Red+Green+Blue) = 12+133+37=182 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.59% from 182); Green value is 133 (52.34% from 255 or 73.08% from 182); Blue value is 37 (14.84% from 255 or 20.33% from 182); Max value from RGB is 133 - color contains mainly: green. Hex color #0C8525 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8525 is #F37ADA. Grayscale: #565656. Windows color (decimal): -15956699 or 2458892. OLE color: 2458892.
HSL color Cylindrical-coordinate representation of color #0C8525: hue angle of 132.4º 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 #0C8525 is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 12 | 133 | 37 | - |
| CMYK | 0.91 | 0 | 0.72 | 0.48 |
| HSL | 132.4º | 0.83% | 0.28% | - |
| HSV(B) | 132.4º | 0.91% | 0.52% | - |
| XYZ | 8.87 | 16.99 | 4.56 | - |
| YUV | 85.88 | 100.41 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 133 | 37 | 0.91 | 0 | 0.72 | 0.48 | 132.4 | 0.83 | 0.28 |
| Hex | C | 85 | 25 | 5B | 0 | 48 | 30 | 84 | 53 | 1C |
| Octal | 14 | 205 | 45 | 133 | 0 | 110 | 60 | 204 | 123 | 34 |
| Binary | 1100 | 10000101 | 100101 | 1011011 | 0 | 1001000 | 110000 | 10000100 | 1010011 | 11100 |
Color Harmonies of #0C8525
Complementary color
Monochromatic Colors of #0C8525
Black with #0C8525
Text Example
Text Example
White with #0C8525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8525; }
p { color: rgb(12,133,37); }
H1.HeaderClassName
{
color: #0C8525;
}
.AnyTagClassName
{
color: #0C8525;
}
</style>
background-color css
<style>
a { background-color: #0C8525; }
a { background-color: rgb(12,133,37); }
div.DivClassName
{
background-color: #0C8525;
}
.BgClassName
{
background-color: #0C8525;
}
</style>
border-color css
<style>
span { border-color: #0C8525; }
span { border-color: rgb(12,133,37); }
td.TdClassName
{
border-color: #0C8525;
}
.TagClassName
{
border-color: #0C8525;
}
</style>