Shades of Forest Green #0B882C
Tints of Forest Green #0B882C
RGB
CMYK
RGB Variations
Color information
#0B882C (or 0x0B882C) is known color: Forest Green. HEX triplet: 0B, 88 and 2C. RGB value is (11,136,44). Sum of RGB (Red+Green+Blue) = 11+136+44=191 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.76% from 191); Green value is 136 (53.52% from 255 or 71.20% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 136 - color contains mainly: green. Hex color #0B882C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B882C is #F477D3. Grayscale: #585858. Windows color (decimal): -16021460 or 2918411. OLE color: 2918411.
HSL color Cylindrical-coordinate representation of color #0B882C: hue angle of 135.84º 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 #0B882C is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 11 | 136 | 44 | - |
| CMYK | 0.92 | 0 | 0.68 | 0.47 |
| HSL | 135.84º | 0.85% | 0.29% | - |
| HSV(B) | 135.84º | 0.92% | 0.53% | - |
| XYZ | 9.4 | 17.86 | 5.34 | - |
| YUV | 88.14 | 103.09 | 72.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 136 | 44 | 0.92 | 0 | 0.68 | 0.47 | 135.84 | 0.85 | 0.29 |
| Hex | B | 88 | 2C | 5C | 0 | 44 | 2F | 88 | 55 | 1D |
| Octal | 13 | 210 | 54 | 134 | 0 | 104 | 57 | 210 | 125 | 35 |
| Binary | 1011 | 10001000 | 101100 | 1011100 | 0 | 1000100 | 101111 | 10001000 | 1010101 | 11101 |
Color Harmonies of #0B882C
Complementary color
Monochromatic Colors of #0B882C
Black with #0B882C
Text Example
Text Example
White with #0B882C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B882C; }
p { color: rgb(11,136,44); }
H1.HeaderClassName
{
color: #0B882C;
}
.AnyTagClassName
{
color: #0B882C;
}
</style>
background-color css
<style>
a { background-color: #0B882C; }
a { background-color: rgb(11,136,44); }
div.DivClassName
{
background-color: #0B882C;
}
.BgClassName
{
background-color: #0B882C;
}
</style>
border-color css
<style>
span { border-color: #0B882C; }
span { border-color: rgb(11,136,44); }
td.TdClassName
{
border-color: #0B882C;
}
.TagClassName
{
border-color: #0B882C;
}
</style>