Shades of Forest Green #0B881E
Tints of Forest Green #0B881E
RGB
CMYK
RGB Variations
Color information
#0B881E (or 0x0B881E) is known color: Forest Green. HEX triplet: 0B, 88 and 1E. RGB value is (11,136,30). Sum of RGB (Red+Green+Blue) = 11+136+30=177 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.21% from 177); Green value is 136 (53.52% from 255 or 76.84% from 177); Blue value is 30 (12.11% from 255 or 16.95% from 177); Max value from RGB is 136 - color contains mainly: green. Hex color #0B881E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B881E is #F477E1. Grayscale: #565656. Windows color (decimal): -16021474 or 2000907. OLE color: 2000907.
HSL color Cylindrical-coordinate representation of color #0B881E: hue angle of 129.12º 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 #0B881E is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 11 | 136 | 30 | - |
| CMYK | 0.92 | 0 | 0.78 | 0.47 |
| HSL | 129.12º | 0.85% | 0.29% | - |
| HSV(B) | 129.12º | 0.92% | 0.53% | - |
| XYZ | 9.18 | 17.77 | 4.18 | - |
| YUV | 86.54 | 96.09 | 74.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 136 | 30 | 0.92 | 0 | 0.78 | 0.47 | 129.12 | 0.85 | 0.29 |
| Hex | B | 88 | 1E | 5C | 0 | 4E | 2F | 81 | 55 | 1D |
| Octal | 13 | 210 | 36 | 134 | 0 | 116 | 57 | 201 | 125 | 35 |
| Binary | 1011 | 10001000 | 11110 | 1011100 | 0 | 1001110 | 101111 | 10000001 | 1010101 | 11101 |
Color Harmonies of #0B881E
Complementary color
Monochromatic Colors of #0B881E
Black with #0B881E
Text Example
Text Example
White with #0B881E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B881E; }
p { color: rgb(11,136,30); }
H1.HeaderClassName
{
color: #0B881E;
}
.AnyTagClassName
{
color: #0B881E;
}
</style>
background-color css
<style>
a { background-color: #0B881E; }
a { background-color: rgb(11,136,30); }
div.DivClassName
{
background-color: #0B881E;
}
.BgClassName
{
background-color: #0B881E;
}
</style>
border-color css
<style>
span { border-color: #0B881E; }
span { border-color: rgb(11,136,30); }
td.TdClassName
{
border-color: #0B881E;
}
.TagClassName
{
border-color: #0B881E;
}
</style>