Shades of Forest Green #0C8F2F
Tints of Forest Green #0C8F2F
RGB
CMYK
RGB Variations
Color information
#0C8F2F (or 0x0C8F2F) is known color: Forest Green. HEX triplet: 0C, 8F and 2F. RGB value is (12,143,47). Sum of RGB (Red+Green+Blue) = 12+143+47=202 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.94% from 202); Green value is 143 (56.25% from 255 or 70.79% from 202); Blue value is 47 (18.75% from 255 or 23.27% from 202); Max value from RGB is 143 - color contains mainly: green. Hex color #0C8F2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8F2F is #F370D0. Grayscale: #5D5D5D. Windows color (decimal): -15954129 or 3116812. OLE color: 3116812.
HSL color Cylindrical-coordinate representation of color #0C8F2F: hue angle of 136.03º 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 #0C8F2F is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 143 | 47 | - |
| CMYK | 0.92 | 0 | 0.67 | 0.44 |
| HSL | 136.03º | 0.85% | 0.3% | - |
| HSV(B) | 136.03º | 0.92% | 0.56% | - |
| XYZ | 10.49 | 19.93 | 5.98 | - |
| YUV | 92.89 | 102.1 | 70.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 143 | 47 | 0.92 | 0 | 0.67 | 0.44 | 136.03 | 0.85 | 0.3 |
| Hex | C | 8F | 2F | 5C | 0 | 43 | 2C | 88 | 55 | 1E |
| Octal | 14 | 217 | 57 | 134 | 0 | 103 | 54 | 210 | 125 | 36 |
| Binary | 1100 | 10001111 | 101111 | 1011100 | 0 | 1000011 | 101100 | 10001000 | 1010101 | 11110 |
Color Harmonies of #0C8F2F
Complementary color
Monochromatic Colors of #0C8F2F
Black with #0C8F2F
Text Example
Text Example
White with #0C8F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8F2F; }
p { color: rgb(12,143,47); }
H1.HeaderClassName
{
color: #0C8F2F;
}
.AnyTagClassName
{
color: #0C8F2F;
}
</style>
background-color css
<style>
a { background-color: #0C8F2F; }
a { background-color: rgb(12,143,47); }
div.DivClassName
{
background-color: #0C8F2F;
}
.BgClassName
{
background-color: #0C8F2F;
}
</style>
border-color css
<style>
span { border-color: #0C8F2F; }
span { border-color: rgb(12,143,47); }
td.TdClassName
{
border-color: #0C8F2F;
}
.TagClassName
{
border-color: #0C8F2F;
}
</style>