Shades of Forest Green #0B8B1D
Tints of Forest Green #0B8B1D
RGB
CMYK
RGB Variations
Color information
#0B8B1D (or 0x0B8B1D) is known color: Forest Green. HEX triplet: 0B, 8B and 1D. RGB value is (11,139,29). Sum of RGB (Red+Green+Blue) = 11+139+29=179 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.15% from 179); Green value is 139 (54.69% from 255 or 77.65% from 179); Blue value is 29 (11.72% from 255 or 16.20% from 179); Max value from RGB is 139 - color contains mainly: green. Hex color #0B8B1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B8B1D is #F474E2. Grayscale: #585858. Windows color (decimal): -16020707 or 1936139. OLE color: 1936139.
HSL color Cylindrical-coordinate representation of color #0B8B1D: hue angle of 128.44º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8B1D is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 11 | 139 | 29 | - |
| CMYK | 0.92 | 0 | 0.79 | 0.45 |
| HSL | 128.44º | 0.85% | 0.29% | - |
| HSV(B) | 128.44º | 0.92% | 0.55% | - |
| XYZ | 9.59 | 18.63 | 4.25 | - |
| YUV | 88.19 | 94.59 | 72.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 139 | 29 | 0.92 | 0 | 0.79 | 0.45 | 128.44 | 0.85 | 0.29 |
| Hex | B | 8B | 1D | 5C | 0 | 4F | 2D | 80 | 55 | 1D |
| Octal | 13 | 213 | 35 | 134 | 0 | 117 | 55 | 200 | 125 | 35 |
| Binary | 1011 | 10001011 | 11101 | 1011100 | 0 | 1001111 | 101101 | 10000000 | 1010101 | 11101 |
Color Harmonies of #0B8B1D
Complementary color
Monochromatic Colors of #0B8B1D
Black with #0B8B1D
Text Example
Text Example
White with #0B8B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8B1D; }
p { color: rgb(11,139,29); }
H1.HeaderClassName
{
color: #0B8B1D;
}
.AnyTagClassName
{
color: #0B8B1D;
}
</style>
background-color css
<style>
a { background-color: #0B8B1D; }
a { background-color: rgb(11,139,29); }
div.DivClassName
{
background-color: #0B8B1D;
}
.BgClassName
{
background-color: #0B8B1D;
}
</style>
border-color css
<style>
span { border-color: #0B8B1D; }
span { border-color: rgb(11,139,29); }
td.TdClassName
{
border-color: #0B8B1D;
}
.TagClassName
{
border-color: #0B8B1D;
}
</style>