Shades of Forest Green #0C8723
Tints of Forest Green #0C8723
RGB
CMYK
RGB Variations
Color information
#0C8723 (or 0x0C8723) is known color: Forest Green. HEX triplet: 0C, 87 and 23. RGB value is (12,135,35). Sum of RGB (Red+Green+Blue) = 12+135+35=182 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.59% from 182); Green value is 135 (53.12% from 255 or 74.18% from 182); Blue value is 35 (14.06% from 255 or 19.23% from 182); Max value from RGB is 135 - color contains mainly: green. Hex color #0C8723 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8723 is #F378DC. Grayscale: #575757. Windows color (decimal): -15956189 or 2328332. OLE color: 2328332.
HSL color Cylindrical-coordinate representation of color #0C8723: hue angle of 131.22º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8723 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 135 | 35 | - |
| CMYK | 0.91 | 0 | 0.74 | 0.47 |
| HSL | 131.22º | 0.84% | 0.29% | - |
| HSV(B) | 131.22º | 0.91% | 0.53% | - |
| XYZ | 9.12 | 17.53 | 4.49 | - |
| YUV | 86.82 | 98.75 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 135 | 35 | 0.91 | 0 | 0.74 | 0.47 | 131.22 | 0.84 | 0.29 |
| Hex | C | 87 | 23 | 5B | 0 | 4A | 2F | 83 | 54 | 1D |
| Octal | 14 | 207 | 43 | 133 | 0 | 112 | 57 | 203 | 124 | 35 |
| Binary | 1100 | 10000111 | 100011 | 1011011 | 0 | 1001010 | 101111 | 10000011 | 1010100 | 11101 |
Color Harmonies of #0C8723
Complementary color
Monochromatic Colors of #0C8723
Black with #0C8723
Text Example
Text Example
White with #0C8723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8723; }
p { color: rgb(12,135,35); }
H1.HeaderClassName
{
color: #0C8723;
}
.AnyTagClassName
{
color: #0C8723;
}
</style>
background-color css
<style>
a { background-color: #0C8723; }
a { background-color: rgb(12,135,35); }
div.DivClassName
{
background-color: #0C8723;
}
.BgClassName
{
background-color: #0C8723;
}
</style>
border-color css
<style>
span { border-color: #0C8723; }
span { border-color: rgb(12,135,35); }
td.TdClassName
{
border-color: #0C8723;
}
.TagClassName
{
border-color: #0C8723;
}
</style>