Shades of Forest Green #0B821C
Tints of Forest Green #0B821C
RGB
CMYK
RGB Variations
Color information
#0B821C (or 0x0B821C) is known color: Forest Green. HEX triplet: 0B, 82 and 1C. RGB value is (11,130,28). Sum of RGB (Red+Green+Blue) = 11+130+28=169 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.51% from 169); Green value is 130 (51.17% from 255 or 76.92% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 130 - color contains mainly: green. Hex color #0B821C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B821C is #F47DE3. Grayscale: #535353. Windows color (decimal): -16023012 or 1868299. OLE color: 1868299.
HSL color Cylindrical-coordinate representation of color #0B821C: hue angle of 128.57º 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 #0B821C is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 11 | 130 | 28 | - |
| CMYK | 0.92 | 0 | 0.78 | 0.49 |
| HSL | 128.57º | 0.84% | 0.28% | - |
| HSV(B) | 128.57º | 0.92% | 0.51% | - |
| XYZ | 8.33 | 16.12 | 3.77 | - |
| YUV | 82.79 | 97.08 | 76.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 130 | 28 | 0.92 | 0 | 0.78 | 0.49 | 128.57 | 0.84 | 0.28 |
| Hex | B | 82 | 1C | 5C | 0 | 4E | 31 | 81 | 54 | 1C |
| Octal | 13 | 202 | 34 | 134 | 0 | 116 | 61 | 201 | 124 | 34 |
| Binary | 1011 | 10000010 | 11100 | 1011100 | 0 | 1001110 | 110001 | 10000001 | 1010100 | 11100 |
Color Harmonies of #0B821C
Complementary color
Monochromatic Colors of #0B821C
Black with #0B821C
Text Example
Text Example
White with #0B821C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B821C; }
p { color: rgb(11,130,28); }
H1.HeaderClassName
{
color: #0B821C;
}
.AnyTagClassName
{
color: #0B821C;
}
</style>
background-color css
<style>
a { background-color: #0B821C; }
a { background-color: rgb(11,130,28); }
div.DivClassName
{
background-color: #0B821C;
}
.BgClassName
{
background-color: #0B821C;
}
</style>
border-color css
<style>
span { border-color: #0B821C; }
span { border-color: rgb(11,130,28); }
td.TdClassName
{
border-color: #0B821C;
}
.TagClassName
{
border-color: #0B821C;
}
</style>