Shades of Forest Green #0B8121
Tints of Forest Green #0B8121
RGB
CMYK
RGB Variations
Color information
#0B8121 (or 0x0B8121) is known color: Forest Green. HEX triplet: 0B, 81 and 21. RGB value is (11,129,33). Sum of RGB (Red+Green+Blue) = 11+129+33=173 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.36% from 173); Green value is 129 (50.78% from 255 or 74.57% from 173); Blue value is 33 (13.28% from 255 or 19.08% from 173); Max value from RGB is 129 - color contains mainly: green. Hex color #0B8121 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B8121 is #F47EDE. Grayscale: #535353. Windows color (decimal): -16023263 or 2195723. OLE color: 2195723.
HSL color Cylindrical-coordinate representation of color #0B8121: hue angle of 131.19º 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 #0B8121 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 11 | 129 | 33 | - |
| CMYK | 0.91 | 0 | 0.74 | 0.49 |
| HSL | 131.19º | 0.84% | 0.27% | - |
| HSV(B) | 131.19º | 0.91% | 0.51% | - |
| XYZ | 8.26 | 15.88 | 4.07 | - |
| YUV | 82.77 | 99.91 | 76.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 129 | 33 | 0.91 | 0 | 0.74 | 0.49 | 131.19 | 0.84 | 0.27 |
| Hex | B | 81 | 21 | 5B | 0 | 4A | 31 | 83 | 54 | 1B |
| Octal | 13 | 201 | 41 | 133 | 0 | 112 | 61 | 203 | 124 | 33 |
| Binary | 1011 | 10000001 | 100001 | 1011011 | 0 | 1001010 | 110001 | 10000011 | 1010100 | 11011 |
Color Harmonies of #0B8121
Complementary color
Monochromatic Colors of #0B8121
Black with #0B8121
Text Example
Text Example
White with #0B8121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8121; }
p { color: rgb(11,129,33); }
H1.HeaderClassName
{
color: #0B8121;
}
.AnyTagClassName
{
color: #0B8121;
}
</style>
background-color css
<style>
a { background-color: #0B8121; }
a { background-color: rgb(11,129,33); }
div.DivClassName
{
background-color: #0B8121;
}
.BgClassName
{
background-color: #0B8121;
}
</style>
border-color css
<style>
span { border-color: #0B8121; }
span { border-color: rgb(11,129,33); }
td.TdClassName
{
border-color: #0B8121;
}
.TagClassName
{
border-color: #0B8121;
}
</style>