Shades of Forest Green #0C8F29
Tints of Forest Green #0C8F29
RGB
CMYK
RGB Variations
Color information
#0C8F29 (or 0x0C8F29) is known color: Forest Green. HEX triplet: 0C, 8F and 29. RGB value is (12,143,41). Sum of RGB (Red+Green+Blue) = 12+143+41=196 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.12% from 196); Green value is 143 (56.25% from 255 or 72.96% from 196); Blue value is 41 (16.41% from 255 or 20.92% from 196); Max value from RGB is 143 - color contains mainly: green. Hex color #0C8F29 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8F29 is #F370D6. Grayscale: #5C5C5C. Windows color (decimal): -15954135 or 2723596. OLE color: 2723596.
HSL color Cylindrical-coordinate representation of color #0C8F29: hue angle of 133.28º 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 #0C8F29 is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 143 | 41 | - |
| CMYK | 0.92 | 0 | 0.71 | 0.44 |
| HSL | 133.28º | 0.85% | 0.3% | - |
| HSV(B) | 133.28º | 0.92% | 0.56% | - |
| XYZ | 10.37 | 19.88 | 5.39 | - |
| YUV | 92.2 | 99.1 | 70.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 143 | 41 | 0.92 | 0 | 0.71 | 0.44 | 133.28 | 0.85 | 0.3 |
| Hex | C | 8F | 29 | 5C | 0 | 47 | 2C | 85 | 55 | 1E |
| Octal | 14 | 217 | 51 | 134 | 0 | 107 | 54 | 205 | 125 | 36 |
| Binary | 1100 | 10001111 | 101001 | 1011100 | 0 | 1000111 | 101100 | 10000101 | 1010101 | 11110 |
Color Harmonies of #0C8F29
Complementary color
Monochromatic Colors of #0C8F29
Black with #0C8F29
Text Example
Text Example
White with #0C8F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8F29; }
p { color: rgb(12,143,41); }
H1.HeaderClassName
{
color: #0C8F29;
}
.AnyTagClassName
{
color: #0C8F29;
}
</style>
background-color css
<style>
a { background-color: #0C8F29; }
a { background-color: rgb(12,143,41); }
div.DivClassName
{
background-color: #0C8F29;
}
.BgClassName
{
background-color: #0C8F29;
}
</style>
border-color css
<style>
span { border-color: #0C8F29; }
span { border-color: rgb(12,143,41); }
td.TdClassName
{
border-color: #0C8F29;
}
.TagClassName
{
border-color: #0C8F29;
}
</style>