Shades of Forest Green #0C8F27
Tints of Forest Green #0C8F27
RGB
CMYK
RGB Variations
Color information
#0C8F27 (or 0x0C8F27) is known color: Forest Green. HEX triplet: 0C, 8F and 27. RGB value is (12,143,39). Sum of RGB (Red+Green+Blue) = 12+143+39=194 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.19% from 194); Green value is 143 (56.25% from 255 or 73.71% from 194); Blue value is 39 (15.62% from 255 or 20.10% from 194); Max value from RGB is 143 - color contains mainly: green. Hex color #0C8F27 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8F27 is #F370D8. Grayscale: #5C5C5C. Windows color (decimal): -15954137 or 2592524. OLE color: 2592524.
HSL color Cylindrical-coordinate representation of color #0C8F27: hue angle of 132.37º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C8F27 is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 143 | 39 | - |
| CMYK | 0.92 | 0 | 0.73 | 0.44 |
| HSL | 132.37º | 0.85% | 0.3% | - |
| HSV(B) | 132.37º | 0.92% | 0.56% | - |
| XYZ | 10.34 | 19.87 | 5.21 | - |
| YUV | 91.98 | 98.1 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 143 | 39 | 0.92 | 0 | 0.73 | 0.44 | 132.37 | 0.85 | 0.3 |
| Hex | C | 8F | 27 | 5C | 0 | 49 | 2C | 84 | 55 | 1E |
| Octal | 14 | 217 | 47 | 134 | 0 | 111 | 54 | 204 | 125 | 36 |
| Binary | 1100 | 10001111 | 100111 | 1011100 | 0 | 1001001 | 101100 | 10000100 | 1010101 | 11110 |
Color Harmonies of #0C8F27
Complementary color
Monochromatic Colors of #0C8F27
Black with #0C8F27
Text Example
Text Example
White with #0C8F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8F27; }
p { color: rgb(12,143,39); }
H1.HeaderClassName
{
color: #0C8F27;
}
.AnyTagClassName
{
color: #0C8F27;
}
</style>
background-color css
<style>
a { background-color: #0C8F27; }
a { background-color: rgb(12,143,39); }
div.DivClassName
{
background-color: #0C8F27;
}
.BgClassName
{
background-color: #0C8F27;
}
</style>
border-color css
<style>
span { border-color: #0C8F27; }
span { border-color: rgb(12,143,39); }
td.TdClassName
{
border-color: #0C8F27;
}
.TagClassName
{
border-color: #0C8F27;
}
</style>