Shades of Forest Green #0B8D1C
Tints of Forest Green #0B8D1C
RGB
CMYK
RGB Variations
Color information
#0B8D1C (or 0x0B8D1C) is known color: Forest Green. HEX triplet: 0B, 8D and 1C. RGB value is (11,141,28). Sum of RGB (Red+Green+Blue) = 11+141+28=180 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.11% from 180); Green value is 141 (55.47% from 255 or 78.33% from 180); Blue value is 28 (11.33% from 255 or 15.56% from 180); Max value from RGB is 141 - color contains mainly: green. Hex color #0B8D1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B8D1C is #F472E3. Grayscale: #595959. Windows color (decimal): -16020196 or 1871115. OLE color: 1871115.
HSL color Cylindrical-coordinate representation of color #0B8D1C: hue angle of 127.85º 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 #0B8D1C is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 11 | 141 | 28 | - |
| CMYK | 0.92 | 0 | 0.80 | 0.45 |
| HSL | 127.85º | 0.86% | 0.3% | - |
| HSV(B) | 127.85º | 0.92% | 0.55% | - |
| XYZ | 9.87 | 19.2 | 4.29 | - |
| YUV | 89.25 | 93.43 | 72.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 141 | 28 | 0.92 | 0 | 0.80 | 0.45 | 127.85 | 0.86 | 0.3 |
| Hex | B | 8D | 1C | 5C | 0 | 50 | 2D | 80 | 56 | 1E |
| Octal | 13 | 215 | 34 | 134 | 0 | 120 | 55 | 200 | 126 | 36 |
| Binary | 1011 | 10001101 | 11100 | 1011100 | 0 | 1010000 | 101101 | 10000000 | 1010110 | 11110 |
Color Harmonies of #0B8D1C
Complementary color
Monochromatic Colors of #0B8D1C
Black with #0B8D1C
Text Example
Text Example
White with #0B8D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8D1C; }
p { color: rgb(11,141,28); }
H1.HeaderClassName
{
color: #0B8D1C;
}
.AnyTagClassName
{
color: #0B8D1C;
}
</style>
background-color css
<style>
a { background-color: #0B8D1C; }
a { background-color: rgb(11,141,28); }
div.DivClassName
{
background-color: #0B8D1C;
}
.BgClassName
{
background-color: #0B8D1C;
}
</style>
border-color css
<style>
span { border-color: #0B8D1C; }
span { border-color: rgb(11,141,28); }
td.TdClassName
{
border-color: #0B8D1C;
}
.TagClassName
{
border-color: #0B8D1C;
}
</style>