Shades of Forest Green #0C862B
Tints of Forest Green #0C862B
RGB
CMYK
RGB Variations
Color information
#0C862B (or 0x0C862B) is known color: Forest Green. HEX triplet: 0C, 86 and 2B. RGB value is (12,134,43). Sum of RGB (Red+Green+Blue) = 12+134+43=189 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.35% from 189); Green value is 134 (52.73% from 255 or 70.90% from 189); Blue value is 43 (17.19% from 255 or 22.75% from 189); Max value from RGB is 134 - color contains mainly: green. Hex color #0C862B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C862B is #F379D4. Grayscale: #575757. Windows color (decimal): -15956437 or 2852364. OLE color: 2852364.
HSL color Cylindrical-coordinate representation of color #0C862B: hue angle of 135.25º 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 #0C862B is Cyan = 0.91, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 134 | 43 | - |
| CMYK | 0.91 | 0 | 0.68 | 0.47 |
| HSL | 135.25º | 0.84% | 0.29% | - |
| HSV(B) | 135.25º | 0.91% | 0.53% | - |
| XYZ | 9.11 | 17.3 | 5.14 | - |
| YUV | 87.15 | 103.08 | 74.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 134 | 43 | 0.91 | 0 | 0.68 | 0.47 | 135.25 | 0.84 | 0.29 |
| Hex | C | 86 | 2B | 5B | 0 | 44 | 2F | 87 | 54 | 1D |
| Octal | 14 | 206 | 53 | 133 | 0 | 104 | 57 | 207 | 124 | 35 |
| Binary | 1100 | 10000110 | 101011 | 1011011 | 0 | 1000100 | 101111 | 10000111 | 1010100 | 11101 |
Color Harmonies of #0C862B
Complementary color
Monochromatic Colors of #0C862B
Black with #0C862B
Text Example
Text Example
White with #0C862B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C862B; }
p { color: rgb(12,134,43); }
H1.HeaderClassName
{
color: #0C862B;
}
.AnyTagClassName
{
color: #0C862B;
}
</style>
background-color css
<style>
a { background-color: #0C862B; }
a { background-color: rgb(12,134,43); }
div.DivClassName
{
background-color: #0C862B;
}
.BgClassName
{
background-color: #0C862B;
}
</style>
border-color css
<style>
span { border-color: #0C862B; }
span { border-color: rgb(12,134,43); }
td.TdClassName
{
border-color: #0C862B;
}
.TagClassName
{
border-color: #0C862B;
}
</style>