Shades of Forest Green #0B881F
Tints of Forest Green #0B881F
RGB
CMYK
RGB Variations
Color information
#0B881F (or 0x0B881F) is known color: Forest Green. HEX triplet: 0B, 88 and 1F. RGB value is (11,136,31). Sum of RGB (Red+Green+Blue) = 11+136+31=178 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.18% from 178); Green value is 136 (53.52% from 255 or 76.40% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 136 - color contains mainly: green. Hex color #0B881F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B881F is #F477E0. Grayscale: #565656. Windows color (decimal): -16021473 or 2066443. OLE color: 2066443.
HSL color Cylindrical-coordinate representation of color #0B881F: hue angle of 129.6º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B881F is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 11 | 136 | 31 | - |
| CMYK | 0.92 | 0 | 0.77 | 0.47 |
| HSL | 129.6º | 0.85% | 0.29% | - |
| HSV(B) | 129.6º | 0.92% | 0.53% | - |
| XYZ | 9.19 | 17.78 | 4.24 | - |
| YUV | 86.66 | 96.59 | 74.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 136 | 31 | 0.92 | 0 | 0.77 | 0.47 | 129.6 | 0.85 | 0.29 |
| Hex | B | 88 | 1F | 5C | 0 | 4D | 2F | 82 | 55 | 1D |
| Octal | 13 | 210 | 37 | 134 | 0 | 115 | 57 | 202 | 125 | 35 |
| Binary | 1011 | 10001000 | 11111 | 1011100 | 0 | 1001101 | 101111 | 10000010 | 1010101 | 11101 |
Color Harmonies of #0B881F
Complementary color
Monochromatic Colors of #0B881F
Black with #0B881F
Text Example
Text Example
White with #0B881F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B881F; }
p { color: rgb(11,136,31); }
H1.HeaderClassName
{
color: #0B881F;
}
.AnyTagClassName
{
color: #0B881F;
}
</style>
background-color css
<style>
a { background-color: #0B881F; }
a { background-color: rgb(11,136,31); }
div.DivClassName
{
background-color: #0B881F;
}
.BgClassName
{
background-color: #0B881F;
}
</style>
border-color css
<style>
span { border-color: #0B881F; }
span { border-color: rgb(11,136,31); }
td.TdClassName
{
border-color: #0B881F;
}
.TagClassName
{
border-color: #0B881F;
}
</style>