Shades of Forest Green #0B992F
Tints of Forest Green #0B992F
RGB
CMYK
RGB Variations
Color information
#0B992F (or 0x0B992F) is known color: Forest Green. HEX triplet: 0B, 99 and 2F. RGB value is (11,153,47). Sum of RGB (Red+Green+Blue) = 11+153+47=211 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.21% from 211); Green value is 153 (60.16% from 255 or 72.51% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 153 - color contains mainly: green. Hex color #0B992F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B992F is #F466D0. Grayscale: #626262. Windows color (decimal): -16017105 or 3119371. OLE color: 3119371.
HSL color Cylindrical-coordinate representation of color #0B992F: hue angle of 135.21º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B992F is Cyan = 0.93, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 11 | 153 | 47 | - |
| CMYK | 0.93 | 0 | 0.69 | 0.4 |
| HSL | 135.21º | 0.87% | 0.32% | - |
| HSV(B) | 135.21º | 0.93% | 0.6% | - |
| XYZ | 12.04 | 23.06 | 6.51 | - |
| YUV | 98.46 | 98.96 | 65.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 153 | 47 | 0.93 | 0 | 0.69 | 0.4 | 135.21 | 0.87 | 0.32 |
| Hex | B | 99 | 2F | 5D | 0 | 45 | 28 | 87 | 57 | 20 |
| Octal | 13 | 231 | 57 | 135 | 0 | 105 | 50 | 207 | 127 | 40 |
| Binary | 1011 | 10011001 | 101111 | 1011101 | 0 | 1000101 | 101000 | 10000111 | 1010111 | 100000 |
Color Harmonies of #0B992F
Complementary color
Monochromatic Colors of #0B992F
Black with #0B992F
Text Example
Text Example
White with #0B992F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B992F; }
p { color: rgb(11,153,47); }
H1.HeaderClassName
{
color: #0B992F;
}
.AnyTagClassName
{
color: #0B992F;
}
</style>
background-color css
<style>
a { background-color: #0B992F; }
a { background-color: rgb(11,153,47); }
div.DivClassName
{
background-color: #0B992F;
}
.BgClassName
{
background-color: #0B992F;
}
</style>
border-color css
<style>
span { border-color: #0B992F; }
span { border-color: rgb(11,153,47); }
td.TdClassName
{
border-color: #0B992F;
}
.TagClassName
{
border-color: #0B992F;
}
</style>