Shades of Forest Green #0B861F
Tints of Forest Green #0B861F
RGB
CMYK
RGB Variations
Color information
#0B861F (or 0x0B861F) is known color: Forest Green. HEX triplet: 0B, 86 and 1F. RGB value is (11,134,31). Sum of RGB (Red+Green+Blue) = 11+134+31=176 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.25% from 176); Green value is 134 (52.73% from 255 or 76.14% from 176); Blue value is 31 (12.5% from 255 or 17.61% from 176); Max value from RGB is 134 - color contains mainly: green. Hex color #0B861F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B861F is #F479E0. Grayscale: #555555. Windows color (decimal): -16021985 or 2065931. OLE color: 2065931.
HSL color Cylindrical-coordinate representation of color #0B861F: hue angle of 129.76º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B861F is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 11 | 134 | 31 | - |
| CMYK | 0.92 | 0 | 0.77 | 0.47 |
| HSL | 129.76º | 0.85% | 0.28% | - |
| HSV(B) | 129.76º | 0.92% | 0.53% | - |
| XYZ | 8.91 | 17.22 | 4.15 | - |
| YUV | 85.48 | 97.25 | 74.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 134 | 31 | 0.92 | 0 | 0.77 | 0.47 | 129.76 | 0.85 | 0.28 |
| Hex | B | 86 | 1F | 5C | 0 | 4D | 2F | 82 | 55 | 1C |
| Octal | 13 | 206 | 37 | 134 | 0 | 115 | 57 | 202 | 125 | 34 |
| Binary | 1011 | 10000110 | 11111 | 1011100 | 0 | 1001101 | 101111 | 10000010 | 1010101 | 11100 |
Color Harmonies of #0B861F
Complementary color
Monochromatic Colors of #0B861F
Black with #0B861F
Text Example
Text Example
White with #0B861F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B861F; }
p { color: rgb(11,134,31); }
H1.HeaderClassName
{
color: #0B861F;
}
.AnyTagClassName
{
color: #0B861F;
}
</style>
background-color css
<style>
a { background-color: #0B861F; }
a { background-color: rgb(11,134,31); }
div.DivClassName
{
background-color: #0B861F;
}
.BgClassName
{
background-color: #0B861F;
}
</style>
border-color css
<style>
span { border-color: #0B861F; }
span { border-color: rgb(11,134,31); }
td.TdClassName
{
border-color: #0B861F;
}
.TagClassName
{
border-color: #0B861F;
}
</style>