Shades of Forest Green #0B811A
Tints of Forest Green #0B811A
RGB
CMYK
RGB Variations
Color information
#0B811A (or 0x0B811A) is known color: Forest Green. HEX triplet: 0B, 81 and 1A. RGB value is (11,129,26). Sum of RGB (Red+Green+Blue) = 11+129+26=166 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.63% from 166); Green value is 129 (50.78% from 255 or 77.71% from 166); Blue value is 26 (10.55% from 255 or 15.66% from 166); Max value from RGB is 129 - color contains mainly: green. Hex color #0B811A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B811A is #F47EE5. Grayscale: #525252. Windows color (decimal): -16023270 or 1736971. OLE color: 1736971.
HSL color Cylindrical-coordinate representation of color #0B811A: hue angle of 127.63º 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 #0B811A is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 11 | 129 | 26 | - |
| CMYK | 0.91 | 0 | 0.80 | 0.49 |
| HSL | 127.63º | 0.84% | 0.27% | - |
| HSV(B) | 127.63º | 0.91% | 0.51% | - |
| XYZ | 8.17 | 15.85 | 3.61 | - |
| YUV | 81.98 | 96.41 | 77.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 129 | 26 | 0.91 | 0 | 0.80 | 0.49 | 127.63 | 0.84 | 0.27 |
| Hex | B | 81 | 1A | 5B | 0 | 50 | 31 | 80 | 54 | 1B |
| Octal | 13 | 201 | 32 | 133 | 0 | 120 | 61 | 200 | 124 | 33 |
| Binary | 1011 | 10000001 | 11010 | 1011011 | 0 | 1010000 | 110001 | 10000000 | 1010100 | 11011 |
Color Harmonies of #0B811A
Complementary color
Monochromatic Colors of #0B811A
Black with #0B811A
Text Example
Text Example
White with #0B811A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B811A; }
p { color: rgb(11,129,26); }
H1.HeaderClassName
{
color: #0B811A;
}
.AnyTagClassName
{
color: #0B811A;
}
</style>
background-color css
<style>
a { background-color: #0B811A; }
a { background-color: rgb(11,129,26); }
div.DivClassName
{
background-color: #0B811A;
}
.BgClassName
{
background-color: #0B811A;
}
</style>
border-color css
<style>
span { border-color: #0B811A; }
span { border-color: rgb(11,129,26); }
td.TdClassName
{
border-color: #0B811A;
}
.TagClassName
{
border-color: #0B811A;
}
</style>