Shades of Forest Green #0B8E31
Tints of Forest Green #0B8E31
RGB
CMYK
RGB Variations
Color information
#0B8E31 (or 0x0B8E31) is known color: Forest Green. HEX triplet: 0B, 8E and 31. RGB value is (11,142,49). Sum of RGB (Red+Green+Blue) = 11+142+49=202 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.45% from 202); Green value is 142 (55.86% from 255 or 70.30% from 202); Blue value is 49 (19.53% from 255 or 24.26% from 202); Max value from RGB is 142 - color contains mainly: green. Hex color #0B8E31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B8E31 is #F471CE. Grayscale: #5C5C5C. Windows color (decimal): -16019919 or 3247627. OLE color: 3247627.
HSL color Cylindrical-coordinate representation of color #0B8E31: hue angle of 137.4º 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 #0B8E31 is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 11 | 142 | 49 | - |
| CMYK | 0.92 | 0 | 0.65 | 0.44 |
| HSL | 137.4º | 0.86% | 0.3% | - |
| HSV(B) | 137.4º | 0.92% | 0.56% | - |
| XYZ | 10.37 | 19.64 | 6.15 | - |
| YUV | 92.23 | 103.6 | 70.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 142 | 49 | 0.92 | 0 | 0.65 | 0.44 | 137.4 | 0.86 | 0.3 |
| Hex | B | 8E | 31 | 5C | 0 | 41 | 2C | 89 | 56 | 1E |
| Octal | 13 | 216 | 61 | 134 | 0 | 101 | 54 | 211 | 126 | 36 |
| Binary | 1011 | 10001110 | 110001 | 1011100 | 0 | 1000001 | 101100 | 10001001 | 1010110 | 11110 |
Color Harmonies of #0B8E31
Complementary color
Monochromatic Colors of #0B8E31
Black with #0B8E31
Text Example
Text Example
White with #0B8E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8E31; }
p { color: rgb(11,142,49); }
H1.HeaderClassName
{
color: #0B8E31;
}
.AnyTagClassName
{
color: #0B8E31;
}
</style>
background-color css
<style>
a { background-color: #0B8E31; }
a { background-color: rgb(11,142,49); }
div.DivClassName
{
background-color: #0B8E31;
}
.BgClassName
{
background-color: #0B8E31;
}
</style>
border-color css
<style>
span { border-color: #0B8E31; }
span { border-color: rgb(11,142,49); }
td.TdClassName
{
border-color: #0B8E31;
}
.TagClassName
{
border-color: #0B8E31;
}
</style>