Shades of Forest Green #0B8E18
Tints of Forest Green #0B8E18
RGB
CMYK
RGB Variations
Color information
#0B8E18 (or 0x0B8E18) is known color: Forest Green. HEX triplet: 0B, 8E and 18. RGB value is (11,142,24). Sum of RGB (Red+Green+Blue) = 11+142+24=177 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.21% from 177); Green value is 142 (55.86% from 255 or 80.23% from 177); Blue value is 24 (9.77% from 255 or 13.56% from 177); Max value from RGB is 142 - color contains mainly: green. Hex color #0B8E18 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B8E18 is #F471E7. Grayscale: #595959. Windows color (decimal): -16019944 or 1609227. OLE color: 1609227.
HSL color Cylindrical-coordinate representation of color #0B8E18: hue angle of 125.95º 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 #0B8E18 is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 11 | 142 | 24 | - |
| CMYK | 0.92 | 0 | 0.83 | 0.44 |
| HSL | 125.95º | 0.86% | 0.3% | - |
| HSV(B) | 125.95º | 0.92% | 0.56% | - |
| XYZ | 9.98 | 19.48 | 4.1 | - |
| YUV | 89.38 | 91.1 | 72.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 142 | 24 | 0.92 | 0 | 0.83 | 0.44 | 125.95 | 0.86 | 0.3 |
| Hex | B | 8E | 18 | 5C | 0 | 53 | 2C | 7E | 56 | 1E |
| Octal | 13 | 216 | 30 | 134 | 0 | 123 | 54 | 176 | 126 | 36 |
| Binary | 1011 | 10001110 | 11000 | 1011100 | 0 | 1010011 | 101100 | 1111110 | 1010110 | 11110 |
Color Harmonies of #0B8E18
Complementary color
Monochromatic Colors of #0B8E18
Black with #0B8E18
Text Example
Text Example
White with #0B8E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8E18; }
p { color: rgb(11,142,24); }
H1.HeaderClassName
{
color: #0B8E18;
}
.AnyTagClassName
{
color: #0B8E18;
}
</style>
background-color css
<style>
a { background-color: #0B8E18; }
a { background-color: rgb(11,142,24); }
div.DivClassName
{
background-color: #0B8E18;
}
.BgClassName
{
background-color: #0B8E18;
}
</style>
border-color css
<style>
span { border-color: #0B8E18; }
span { border-color: rgb(11,142,24); }
td.TdClassName
{
border-color: #0B8E18;
}
.TagClassName
{
border-color: #0B8E18;
}
</style>