Shades of Forest Green #0B852C
Tints of Forest Green #0B852C
RGB
CMYK
RGB Variations
Color information
#0B852C (or 0x0B852C) is known color: Forest Green. HEX triplet: 0B, 85 and 2C. RGB value is (11,133,44). Sum of RGB (Red+Green+Blue) = 11+133+44=188 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.85% from 188); Green value is 133 (52.34% from 255 or 70.74% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 133 - color contains mainly: green. Hex color #0B852C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B852C is #F47AD3. Grayscale: #565656. Windows color (decimal): -16022228 or 2917643. OLE color: 2917643.
HSL color Cylindrical-coordinate representation of color #0B852C: hue angle of 136.23º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B852C is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 11 | 133 | 44 | - |
| CMYK | 0.92 | 0 | 0.67 | 0.48 |
| HSL | 136.23º | 0.85% | 0.28% | - |
| HSV(B) | 136.23º | 0.92% | 0.52% | - |
| XYZ | 8.98 | 17.03 | 5.2 | - |
| YUV | 86.38 | 104.08 | 74.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 133 | 44 | 0.92 | 0 | 0.67 | 0.48 | 136.23 | 0.85 | 0.28 |
| Hex | B | 85 | 2C | 5C | 0 | 43 | 30 | 88 | 55 | 1C |
| Octal | 13 | 205 | 54 | 134 | 0 | 103 | 60 | 210 | 125 | 34 |
| Binary | 1011 | 10000101 | 101100 | 1011100 | 0 | 1000011 | 110000 | 10001000 | 1010101 | 11100 |
Color Harmonies of #0B852C
Complementary color
Monochromatic Colors of #0B852C
Black with #0B852C
Text Example
Text Example
White with #0B852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B852C; }
p { color: rgb(11,133,44); }
H1.HeaderClassName
{
color: #0B852C;
}
.AnyTagClassName
{
color: #0B852C;
}
</style>
background-color css
<style>
a { background-color: #0B852C; }
a { background-color: rgb(11,133,44); }
div.DivClassName
{
background-color: #0B852C;
}
.BgClassName
{
background-color: #0B852C;
}
</style>
border-color css
<style>
span { border-color: #0B852C; }
span { border-color: rgb(11,133,44); }
td.TdClassName
{
border-color: #0B852C;
}
.TagClassName
{
border-color: #0B852C;
}
</style>