Shades of Forest Green #0B831D
Tints of Forest Green #0B831D
RGB
CMYK
RGB Variations
Color information
#0B831D (or 0x0B831D) is known color: Forest Green. HEX triplet: 0B, 83 and 1D. RGB value is (11,131,29). Sum of RGB (Red+Green+Blue) = 11+131+29=171 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.43% from 171); Green value is 131 (51.56% from 255 or 76.61% from 171); Blue value is 29 (11.72% from 255 or 16.96% from 171); Max value from RGB is 131 - color contains mainly: green. Hex color #0B831D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B831D is #F47CE2. Grayscale: #535353. Windows color (decimal): -16022755 or 1934091. OLE color: 1934091.
HSL color Cylindrical-coordinate representation of color #0B831D: hue angle of 129º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B831D is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 11 | 131 | 29 | - |
| CMYK | 0.92 | 0 | 0.78 | 0.49 |
| HSL | 129º | 0.85% | 0.28% | - |
| HSV(B) | 129º | 0.92% | 0.51% | - |
| XYZ | 8.48 | 16.39 | 3.88 | - |
| YUV | 83.49 | 97.24 | 76.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 131 | 29 | 0.92 | 0 | 0.78 | 0.49 | 129 | 0.85 | 0.28 |
| Hex | B | 83 | 1D | 5C | 0 | 4E | 31 | 81 | 55 | 1C |
| Octal | 13 | 203 | 35 | 134 | 0 | 116 | 61 | 201 | 125 | 34 |
| Binary | 1011 | 10000011 | 11101 | 1011100 | 0 | 1001110 | 110001 | 10000001 | 1010101 | 11100 |
Color Harmonies of #0B831D
Complementary color
Monochromatic Colors of #0B831D
Black with #0B831D
Text Example
Text Example
White with #0B831D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B831D; }
p { color: rgb(11,131,29); }
H1.HeaderClassName
{
color: #0B831D;
}
.AnyTagClassName
{
color: #0B831D;
}
</style>
background-color css
<style>
a { background-color: #0B831D; }
a { background-color: rgb(11,131,29); }
div.DivClassName
{
background-color: #0B831D;
}
.BgClassName
{
background-color: #0B831D;
}
</style>
border-color css
<style>
span { border-color: #0B831D; }
span { border-color: rgb(11,131,29); }
td.TdClassName
{
border-color: #0B831D;
}
.TagClassName
{
border-color: #0B831D;
}
</style>