Shades of Forest Green #0B822A
Tints of Forest Green #0B822A
RGB
CMYK
RGB Variations
Color information
#0B822A (or 0x0B822A) is known color: Forest Green. HEX triplet: 0B, 82 and 2A. RGB value is (11,130,42). Sum of RGB (Red+Green+Blue) = 11+130+42=183 (24% of max value = 765). Red value is 11 (4.69% from 255 or 6.01% from 183); Green value is 130 (51.17% from 255 or 71.04% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 130 - color contains mainly: green. Hex color #0B822A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B822A is #F47DD5. Grayscale: #545454. Windows color (decimal): -16022998 or 2785803. OLE color: 2785803.
HSL color Cylindrical-coordinate representation of color #0B822A: hue angle of 135.63º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B822A is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 11 | 130 | 42 | - |
| CMYK | 0.92 | 0 | 0.68 | 0.49 |
| HSL | 135.63º | 0.84% | 0.28% | - |
| HSV(B) | 135.63º | 0.92% | 0.51% | - |
| XYZ | 8.54 | 16.2 | 4.87 | - |
| YUV | 84.39 | 104.08 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 130 | 42 | 0.92 | 0 | 0.68 | 0.49 | 135.63 | 0.84 | 0.28 |
| Hex | B | 82 | 2A | 5C | 0 | 44 | 31 | 88 | 54 | 1C |
| Octal | 13 | 202 | 52 | 134 | 0 | 104 | 61 | 210 | 124 | 34 |
| Binary | 1011 | 10000010 | 101010 | 1011100 | 0 | 1000100 | 110001 | 10001000 | 1010100 | 11100 |
Color Harmonies of #0B822A
Complementary color
Monochromatic Colors of #0B822A
Black with #0B822A
Text Example
Text Example
White with #0B822A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B822A; }
p { color: rgb(11,130,42); }
H1.HeaderClassName
{
color: #0B822A;
}
.AnyTagClassName
{
color: #0B822A;
}
</style>
background-color css
<style>
a { background-color: #0B822A; }
a { background-color: rgb(11,130,42); }
div.DivClassName
{
background-color: #0B822A;
}
.BgClassName
{
background-color: #0B822A;
}
</style>
border-color css
<style>
span { border-color: #0B822A; }
span { border-color: rgb(11,130,42); }
td.TdClassName
{
border-color: #0B822A;
}
.TagClassName
{
border-color: #0B822A;
}
</style>