Shades of Forest Green #0F8E15
Tints of Forest Green #0F8E15
RGB
CMYK
RGB Variations
Color information
#0F8E15 (or 0x0F8E15) is known color: Forest Green. HEX triplet: 0F, 8E and 15. RGB value is (15,142,21). Sum of RGB (Red+Green+Blue) = 15+142+21=178 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.43% from 178); Green value is 142 (55.86% from 255 or 79.78% from 178); Blue value is 21 (8.59% from 255 or 11.80% from 178); Max value from RGB is 142 - color contains mainly: green. Hex color #0F8E15 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F8E15 is #F071EA. Grayscale: #5A5A5A. Windows color (decimal): -15757803 or 1412623. OLE color: 1412623.
HSL color Cylindrical-coordinate representation of color #0F8E15: hue angle of 122.83º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8E15 is Cyan = 0.89, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 15 | 142 | 21 | - |
| CMYK | 0.89 | 0 | 0.85 | 0.44 |
| HSL | 122.83º | 0.81% | 0.31% | - |
| HSV(B) | 122.83º | 0.89% | 0.56% | - |
| XYZ | 10.01 | 19.5 | 3.95 | - |
| YUV | 90.23 | 88.92 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 142 | 21 | 0.89 | 0 | 0.85 | 0.44 | 122.83 | 0.81 | 0.31 |
| Hex | F | 8E | 15 | 59 | 0 | 55 | 2C | 7B | 51 | 1F |
| Octal | 17 | 216 | 25 | 131 | 0 | 125 | 54 | 173 | 121 | 37 |
| Binary | 1111 | 10001110 | 10101 | 1011001 | 0 | 1010101 | 101100 | 1111011 | 1010001 | 11111 |
Color Harmonies of #0F8E15
Complementary color
Monochromatic Colors of #0F8E15
Black with #0F8E15
Text Example
Text Example
White with #0F8E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8E15; }
p { color: rgb(15,142,21); }
H1.HeaderClassName
{
color: #0F8E15;
}
.AnyTagClassName
{
color: #0F8E15;
}
</style>
background-color css
<style>
a { background-color: #0F8E15; }
a { background-color: rgb(15,142,21); }
div.DivClassName
{
background-color: #0F8E15;
}
.BgClassName
{
background-color: #0F8E15;
}
</style>
border-color css
<style>
span { border-color: #0F8E15; }
span { border-color: rgb(15,142,21); }
td.TdClassName
{
border-color: #0F8E15;
}
.TagClassName
{
border-color: #0F8E15;
}
</style>