Shades of Forest Green #0B8E32
Tints of Forest Green #0B8E32
RGB
CMYK
RGB Variations
Color information
#0B8E32 (or 0x0B8E32) is known color: Forest Green. HEX triplet: 0B, 8E and 32. RGB value is (11,142,50). Sum of RGB (Red+Green+Blue) = 11+142+50=203 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.42% from 203); Green value is 142 (55.86% from 255 or 69.95% from 203); Blue value is 50 (19.92% from 255 or 24.63% from 203); Max value from RGB is 142 - color contains mainly: green. Hex color #0B8E32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B8E32 is #F471CD. Grayscale: #5C5C5C. Windows color (decimal): -16019918 or 3313163. OLE color: 3313163.
HSL color Cylindrical-coordinate representation of color #0B8E32: hue angle of 137.86º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8E32 is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 11 | 142 | 50 | - |
| CMYK | 0.92 | 0 | 0.65 | 0.44 |
| HSL | 137.86º | 0.86% | 0.3% | - |
| HSV(B) | 137.86º | 0.92% | 0.56% | - |
| XYZ | 10.39 | 19.65 | 6.26 | - |
| YUV | 92.34 | 104.1 | 69.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 142 | 50 | 0.92 | 0 | 0.65 | 0.44 | 137.86 | 0.86 | 0.3 |
| Hex | B | 8E | 32 | 5C | 0 | 41 | 2C | 8A | 56 | 1E |
| Octal | 13 | 216 | 62 | 134 | 0 | 101 | 54 | 212 | 126 | 36 |
| Binary | 1011 | 10001110 | 110010 | 1011100 | 0 | 1000001 | 101100 | 10001010 | 1010110 | 11110 |
Color Harmonies of #0B8E32
Complementary color
Monochromatic Colors of #0B8E32
Black with #0B8E32
Text Example
Text Example
White with #0B8E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8E32; }
p { color: rgb(11,142,50); }
H1.HeaderClassName
{
color: #0B8E32;
}
.AnyTagClassName
{
color: #0B8E32;
}
</style>
background-color css
<style>
a { background-color: #0B8E32; }
a { background-color: rgb(11,142,50); }
div.DivClassName
{
background-color: #0B8E32;
}
.BgClassName
{
background-color: #0B8E32;
}
</style>
border-color css
<style>
span { border-color: #0B8E32; }
span { border-color: rgb(11,142,50); }
td.TdClassName
{
border-color: #0B8E32;
}
.TagClassName
{
border-color: #0B8E32;
}
</style>