Shades of Forest Green #0C882F
Tints of Forest Green #0C882F
RGB
CMYK
RGB Variations
Color information
#0C882F (or 0x0C882F) is known color: Forest Green. HEX triplet: 0C, 88 and 2F. RGB value is (12,136,47). Sum of RGB (Red+Green+Blue) = 12+136+47=195 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.15% from 195); Green value is 136 (53.52% from 255 or 69.74% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 136 - color contains mainly: green. Hex color #0C882F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C882F is #F377D0. Grayscale: #595959. Windows color (decimal): -15955921 or 3115020. OLE color: 3115020.
HSL color Cylindrical-coordinate representation of color #0C882F: hue angle of 136.94º 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 #0C882F is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 136 | 47 | - |
| CMYK | 0.91 | 0 | 0.65 | 0.47 |
| HSL | 136.94º | 0.84% | 0.29% | - |
| HSV(B) | 136.94º | 0.91% | 0.53% | - |
| XYZ | 9.47 | 17.89 | 5.64 | - |
| YUV | 88.78 | 104.42 | 73.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 136 | 47 | 0.91 | 0 | 0.65 | 0.47 | 136.94 | 0.84 | 0.29 |
| Hex | C | 88 | 2F | 5B | 0 | 41 | 2F | 89 | 54 | 1D |
| Octal | 14 | 210 | 57 | 133 | 0 | 101 | 57 | 211 | 124 | 35 |
| Binary | 1100 | 10001000 | 101111 | 1011011 | 0 | 1000001 | 101111 | 10001001 | 1010100 | 11101 |
Color Harmonies of #0C882F
Complementary color
Monochromatic Colors of #0C882F
Black with #0C882F
Text Example
Text Example
White with #0C882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C882F; }
p { color: rgb(12,136,47); }
H1.HeaderClassName
{
color: #0C882F;
}
.AnyTagClassName
{
color: #0C882F;
}
</style>
background-color css
<style>
a { background-color: #0C882F; }
a { background-color: rgb(12,136,47); }
div.DivClassName
{
background-color: #0C882F;
}
.BgClassName
{
background-color: #0C882F;
}
</style>
border-color css
<style>
span { border-color: #0C882F; }
span { border-color: rgb(12,136,47); }
td.TdClassName
{
border-color: #0C882F;
}
.TagClassName
{
border-color: #0C882F;
}
</style>