Shades of Forest Green #0B992A
Tints of Forest Green #0B992A
RGB
CMYK
RGB Variations
Color information
#0B992A (or 0x0B992A) is known color: Forest Green. HEX triplet: 0B, 99 and 2A. RGB value is (11,153,42). Sum of RGB (Red+Green+Blue) = 11+153+42=206 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.34% from 206); Green value is 153 (60.16% from 255 or 74.27% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 153 - color contains mainly: green. Hex color #0B992A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B992A is #F466D5. Grayscale: #626262. Windows color (decimal): -16017110 or 2791691. OLE color: 2791691.
HSL color Cylindrical-coordinate representation of color #0B992A: hue angle of 133.1º 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 #0B992A is Cyan = 0.93, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 11 | 153 | 42 | - |
| CMYK | 0.93 | 0 | 0.73 | 0.4 |
| HSL | 133.1º | 0.87% | 0.32% | - |
| HSV(B) | 133.1º | 0.93% | 0.6% | - |
| XYZ | 11.95 | 23.02 | 6 | - |
| YUV | 97.89 | 96.46 | 66.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 153 | 42 | 0.93 | 0 | 0.73 | 0.4 | 133.1 | 0.87 | 0.32 |
| Hex | B | 99 | 2A | 5D | 0 | 49 | 28 | 85 | 57 | 20 |
| Octal | 13 | 231 | 52 | 135 | 0 | 111 | 50 | 205 | 127 | 40 |
| Binary | 1011 | 10011001 | 101010 | 1011101 | 0 | 1001001 | 101000 | 10000101 | 1010111 | 100000 |
Color Harmonies of #0B992A
Complementary color
Monochromatic Colors of #0B992A
Black with #0B992A
Text Example
Text Example
White with #0B992A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B992A; }
p { color: rgb(11,153,42); }
H1.HeaderClassName
{
color: #0B992A;
}
.AnyTagClassName
{
color: #0B992A;
}
</style>
background-color css
<style>
a { background-color: #0B992A; }
a { background-color: rgb(11,153,42); }
div.DivClassName
{
background-color: #0B992A;
}
.BgClassName
{
background-color: #0B992A;
}
</style>
border-color css
<style>
span { border-color: #0B992A; }
span { border-color: rgb(11,153,42); }
td.TdClassName
{
border-color: #0B992A;
}
.TagClassName
{
border-color: #0B992A;
}
</style>