Shades of Forest Green #0F8B15
Tints of Forest Green #0F8B15
RGB
CMYK
RGB Variations
Color information
#0F8B15 (or 0x0F8B15) is known color: Forest Green. HEX triplet: 0F, 8B and 15. RGB value is (15,139,21). Sum of RGB (Red+Green+Blue) = 15+139+21=175 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.57% from 175); Green value is 139 (54.69% from 255 or 79.43% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 139 - color contains mainly: green. Hex color #0F8B15 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F8B15 is #F074EA. Grayscale: #585858. Windows color (decimal): -15758571 or 1411855. OLE color: 1411855.
HSL color Cylindrical-coordinate representation of color #0F8B15: hue angle of 122.9º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8B15 is Cyan = 0.89, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 15 | 139 | 21 | - |
| CMYK | 0.89 | 0 | 0.85 | 0.45 |
| HSL | 122.9º | 0.81% | 0.3% | - |
| HSV(B) | 122.9º | 0.89% | 0.55% | - |
| XYZ | 9.56 | 18.62 | 3.8 | - |
| YUV | 88.47 | 89.92 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 139 | 21 | 0.89 | 0 | 0.85 | 0.45 | 122.9 | 0.81 | 0.3 |
| Hex | F | 8B | 15 | 59 | 0 | 55 | 2D | 7B | 51 | 1E |
| Octal | 17 | 213 | 25 | 131 | 0 | 125 | 55 | 173 | 121 | 36 |
| Binary | 1111 | 10001011 | 10101 | 1011001 | 0 | 1010101 | 101101 | 1111011 | 1010001 | 11110 |
Color Harmonies of #0F8B15
Complementary color
Monochromatic Colors of #0F8B15
Black with #0F8B15
Text Example
Text Example
White with #0F8B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8B15; }
p { color: rgb(15,139,21); }
H1.HeaderClassName
{
color: #0F8B15;
}
.AnyTagClassName
{
color: #0F8B15;
}
</style>
background-color css
<style>
a { background-color: #0F8B15; }
a { background-color: rgb(15,139,21); }
div.DivClassName
{
background-color: #0F8B15;
}
.BgClassName
{
background-color: #0F8B15;
}
</style>
border-color css
<style>
span { border-color: #0F8B15; }
span { border-color: rgb(15,139,21); }
td.TdClassName
{
border-color: #0F8B15;
}
.TagClassName
{
border-color: #0F8B15;
}
</style>