Shades of Forest Green #0B8D2F
Tints of Forest Green #0B8D2F
RGB
CMYK
RGB Variations
Color information
#0B8D2F (or 0x0B8D2F) is known color: Forest Green. HEX triplet: 0B, 8D and 2F. RGB value is (11,141,47). Sum of RGB (Red+Green+Blue) = 11+141+47=199 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.53% from 199); Green value is 141 (55.47% from 255 or 70.85% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 141 - color contains mainly: green. Hex color #0B8D2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B8D2F is #F472D0. Grayscale: #5B5B5B. Windows color (decimal): -16020177 or 3116299. OLE color: 3116299.
HSL color Cylindrical-coordinate representation of color #0B8D2F: hue angle of 136.62º 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 #0B8D2F is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 11 | 141 | 47 | - |
| CMYK | 0.92 | 0 | 0.67 | 0.45 |
| HSL | 136.62º | 0.86% | 0.3% | - |
| HSV(B) | 136.62º | 0.92% | 0.55% | - |
| XYZ | 10.18 | 19.33 | 5.88 | - |
| YUV | 91.41 | 102.93 | 70.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 141 | 47 | 0.92 | 0 | 0.67 | 0.45 | 136.62 | 0.86 | 0.3 |
| Hex | B | 8D | 2F | 5C | 0 | 43 | 2D | 89 | 56 | 1E |
| Octal | 13 | 215 | 57 | 134 | 0 | 103 | 55 | 211 | 126 | 36 |
| Binary | 1011 | 10001101 | 101111 | 1011100 | 0 | 1000011 | 101101 | 10001001 | 1010110 | 11110 |
Color Harmonies of #0B8D2F
Complementary color
Monochromatic Colors of #0B8D2F
Black with #0B8D2F
Text Example
Text Example
White with #0B8D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8D2F; }
p { color: rgb(11,141,47); }
H1.HeaderClassName
{
color: #0B8D2F;
}
.AnyTagClassName
{
color: #0B8D2F;
}
</style>
background-color css
<style>
a { background-color: #0B8D2F; }
a { background-color: rgb(11,141,47); }
div.DivClassName
{
background-color: #0B8D2F;
}
.BgClassName
{
background-color: #0B8D2F;
}
</style>
border-color css
<style>
span { border-color: #0B8D2F; }
span { border-color: rgb(11,141,47); }
td.TdClassName
{
border-color: #0B8D2F;
}
.TagClassName
{
border-color: #0B8D2F;
}
</style>