Shades of Forest Green #0B8E2D
Tints of Forest Green #0B8E2D
RGB
CMYK
RGB Variations
Color information
#0B8E2D (or 0x0B8E2D) is known color: Forest Green. HEX triplet: 0B, 8E and 2D. RGB value is (11,142,45). Sum of RGB (Red+Green+Blue) = 11+142+45=198 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.56% from 198); Green value is 142 (55.86% from 255 or 71.72% from 198); Blue value is 45 (17.97% from 255 or 22.73% from 198); Max value from RGB is 142 - color contains mainly: green. Hex color #0B8E2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B8E2D is #F471D2. Grayscale: #5C5C5C. Windows color (decimal): -16019923 or 2985483. OLE color: 2985483.
HSL color Cylindrical-coordinate representation of color #0B8E2D: hue angle of 135.57º 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 #0B8E2D is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 11 | 142 | 45 | - |
| CMYK | 0.92 | 0 | 0.68 | 0.44 |
| HSL | 135.57º | 0.86% | 0.3% | - |
| HSV(B) | 135.57º | 0.92% | 0.56% | - |
| XYZ | 10.28 | 19.61 | 5.73 | - |
| YUV | 91.77 | 101.6 | 70.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 142 | 45 | 0.92 | 0 | 0.68 | 0.44 | 135.57 | 0.86 | 0.3 |
| Hex | B | 8E | 2D | 5C | 0 | 44 | 2C | 88 | 56 | 1E |
| Octal | 13 | 216 | 55 | 134 | 0 | 104 | 54 | 210 | 126 | 36 |
| Binary | 1011 | 10001110 | 101101 | 1011100 | 0 | 1000100 | 101100 | 10001000 | 1010110 | 11110 |
Color Harmonies of #0B8E2D
Complementary color
Monochromatic Colors of #0B8E2D
Black with #0B8E2D
Text Example
Text Example
White with #0B8E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8E2D; }
p { color: rgb(11,142,45); }
H1.HeaderClassName
{
color: #0B8E2D;
}
.AnyTagClassName
{
color: #0B8E2D;
}
</style>
background-color css
<style>
a { background-color: #0B8E2D; }
a { background-color: rgb(11,142,45); }
div.DivClassName
{
background-color: #0B8E2D;
}
.BgClassName
{
background-color: #0B8E2D;
}
</style>
border-color css
<style>
span { border-color: #0B8E2D; }
span { border-color: rgb(11,142,45); }
td.TdClassName
{
border-color: #0B8E2D;
}
.TagClassName
{
border-color: #0B8E2D;
}
</style>