Shades of Forest Green #0B8F32
Tints of Forest Green #0B8F32
RGB
CMYK
RGB Variations
Color information
#0B8F32 (or 0x0B8F32) is known color: Forest Green. HEX triplet: 0B, 8F and 32. RGB value is (11,143,50). Sum of RGB (Red+Green+Blue) = 11+143+50=204 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.39% from 204); Green value is 143 (56.25% from 255 or 70.10% from 204); Blue value is 50 (19.92% from 255 or 24.51% from 204); Max value from RGB is 143 - color contains mainly: green. Hex color #0B8F32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B8F32 is #F470CD. Grayscale: #5D5D5D. Windows color (decimal): -16019662 or 3313419. OLE color: 3313419.
HSL color Cylindrical-coordinate representation of color #0B8F32: hue angle of 137.73º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8F32 is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 11 | 143 | 50 | - |
| CMYK | 0.92 | 0 | 0.65 | 0.44 |
| HSL | 137.73º | 0.86% | 0.3% | - |
| HSV(B) | 137.73º | 0.92% | 0.56% | - |
| XYZ | 10.54 | 19.95 | 6.31 | - |
| YUV | 92.93 | 103.77 | 69.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 143 | 50 | 0.92 | 0 | 0.65 | 0.44 | 137.73 | 0.86 | 0.3 |
| Hex | B | 8F | 32 | 5C | 0 | 41 | 2C | 8A | 56 | 1E |
| Octal | 13 | 217 | 62 | 134 | 0 | 101 | 54 | 212 | 126 | 36 |
| Binary | 1011 | 10001111 | 110010 | 1011100 | 0 | 1000001 | 101100 | 10001010 | 1010110 | 11110 |
Color Harmonies of #0B8F32
Complementary color
Monochromatic Colors of #0B8F32
Black with #0B8F32
Text Example
Text Example
White with #0B8F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8F32; }
p { color: rgb(11,143,50); }
H1.HeaderClassName
{
color: #0B8F32;
}
.AnyTagClassName
{
color: #0B8F32;
}
</style>
background-color css
<style>
a { background-color: #0B8F32; }
a { background-color: rgb(11,143,50); }
div.DivClassName
{
background-color: #0B8F32;
}
.BgClassName
{
background-color: #0B8F32;
}
</style>
border-color css
<style>
span { border-color: #0B8F32; }
span { border-color: rgb(11,143,50); }
td.TdClassName
{
border-color: #0B8F32;
}
.TagClassName
{
border-color: #0B8F32;
}
</style>