Shades of Forest Green #0B8123
Tints of Forest Green #0B8123
RGB
CMYK
RGB Variations
Color information
#0B8123 (or 0x0B8123) is known color: Forest Green. HEX triplet: 0B, 81 and 23. RGB value is (11,129,35). Sum of RGB (Red+Green+Blue) = 11+129+35=175 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.29% from 175); Green value is 129 (50.78% from 255 or 73.71% from 175); Blue value is 35 (14.06% from 255 or 20% from 175); Max value from RGB is 129 - color contains mainly: green. Hex color #0B8123 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B8123 is #F47EDC. Grayscale: #535353. Windows color (decimal): -16023261 or 2326795. OLE color: 2326795.
HSL color Cylindrical-coordinate representation of color #0B8123: hue angle of 132.2º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B8123 is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 11 | 129 | 35 | - |
| CMYK | 0.91 | 0 | 0.73 | 0.49 |
| HSL | 132.2º | 0.84% | 0.27% | - |
| HSV(B) | 132.2º | 0.91% | 0.51% | - |
| XYZ | 8.29 | 15.89 | 4.22 | - |
| YUV | 83 | 100.91 | 76.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 129 | 35 | 0.91 | 0 | 0.73 | 0.49 | 132.2 | 0.84 | 0.27 |
| Hex | B | 81 | 23 | 5B | 0 | 49 | 31 | 84 | 54 | 1B |
| Octal | 13 | 201 | 43 | 133 | 0 | 111 | 61 | 204 | 124 | 33 |
| Binary | 1011 | 10000001 | 100011 | 1011011 | 0 | 1001001 | 110001 | 10000100 | 1010100 | 11011 |
Color Harmonies of #0B8123
Complementary color
Monochromatic Colors of #0B8123
Black with #0B8123
Text Example
Text Example
White with #0B8123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8123; }
p { color: rgb(11,129,35); }
H1.HeaderClassName
{
color: #0B8123;
}
.AnyTagClassName
{
color: #0B8123;
}
</style>
background-color css
<style>
a { background-color: #0B8123; }
a { background-color: rgb(11,129,35); }
div.DivClassName
{
background-color: #0B8123;
}
.BgClassName
{
background-color: #0B8123;
}
</style>
border-color css
<style>
span { border-color: #0B8123; }
span { border-color: rgb(11,129,35); }
td.TdClassName
{
border-color: #0B8123;
}
.TagClassName
{
border-color: #0B8123;
}
</style>