Shades of Forest Green #0B8D32
Tints of Forest Green #0B8D32
RGB
CMYK
RGB Variations
Color information
#0B8D32 (or 0x0B8D32) is known color: Forest Green. HEX triplet: 0B, 8D and 32. RGB value is (11,141,50). Sum of RGB (Red+Green+Blue) = 11+141+50=202 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.45% from 202); Green value is 141 (55.47% from 255 or 69.80% from 202); Blue value is 50 (19.92% from 255 or 24.75% from 202); Max value from RGB is 141 - color contains mainly: green. Hex color #0B8D32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B8D32 is #F472CD. Grayscale: #5B5B5B. Windows color (decimal): -16020174 or 3312907. OLE color: 3312907.
HSL color Cylindrical-coordinate representation of color #0B8D32: hue angle of 138º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8D32 is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 11 | 141 | 50 | - |
| CMYK | 0.92 | 0 | 0.65 | 0.45 |
| HSL | 138º | 0.86% | 0.3% | - |
| HSV(B) | 138º | 0.92% | 0.55% | - |
| XYZ | 10.24 | 19.35 | 6.21 | - |
| YUV | 91.76 | 104.43 | 70.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 141 | 50 | 0.92 | 0 | 0.65 | 0.45 | 138 | 0.86 | 0.3 |
| Hex | B | 8D | 32 | 5C | 0 | 41 | 2D | 8A | 56 | 1E |
| Octal | 13 | 215 | 62 | 134 | 0 | 101 | 55 | 212 | 126 | 36 |
| Binary | 1011 | 10001101 | 110010 | 1011100 | 0 | 1000001 | 101101 | 10001010 | 1010110 | 11110 |
Color Harmonies of #0B8D32
Complementary color
Monochromatic Colors of #0B8D32
Black with #0B8D32
Text Example
Text Example
White with #0B8D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8D32; }
p { color: rgb(11,141,50); }
H1.HeaderClassName
{
color: #0B8D32;
}
.AnyTagClassName
{
color: #0B8D32;
}
</style>
background-color css
<style>
a { background-color: #0B8D32; }
a { background-color: rgb(11,141,50); }
div.DivClassName
{
background-color: #0B8D32;
}
.BgClassName
{
background-color: #0B8D32;
}
</style>
border-color css
<style>
span { border-color: #0B8D32; }
span { border-color: rgb(11,141,50); }
td.TdClassName
{
border-color: #0B8D32;
}
.TagClassName
{
border-color: #0B8D32;
}
</style>