Shades of Forest Green #0F8015
Tints of Forest Green #0F8015
RGB
CMYK
RGB Variations
Color information
#0F8015 (or 0x0F8015) is known color: Forest Green. HEX triplet: 0F, 80 and 15. RGB value is (15,128,21). Sum of RGB (Red+Green+Blue) = 15+128+21=164 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.15% from 164); Green value is 128 (50.39% from 255 or 78.05% from 164); Blue value is 21 (8.59% from 255 or 12.80% from 164); Max value from RGB is 128 - color contains mainly: green. Hex color #0F8015 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F8015 is #F07FEA. Grayscale: #525252. Windows color (decimal): -15761387 or 1409039. OLE color: 1409039.
HSL color Cylindrical-coordinate representation of color #0F8015: hue angle of 123.19º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F8015 is Cyan = 0.88, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 15 | 128 | 21 | - |
| CMYK | 0.88 | 0 | 0.84 | 0.50 |
| HSL | 123.19º | 0.79% | 0.28% | - |
| HSV(B) | 123.19º | 0.88% | 0.5% | - |
| XYZ | 8.05 | 15.59 | 3.3 | - |
| YUV | 82.02 | 93.56 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 128 | 21 | 0.88 | 0 | 0.84 | 0.50 | 123.19 | 0.79 | 0.28 |
| Hex | F | 80 | 15 | 58 | 0 | 54 | 32 | 7B | 4F | 1C |
| Octal | 17 | 200 | 25 | 130 | 0 | 124 | 62 | 173 | 117 | 34 |
| Binary | 1111 | 10000000 | 10101 | 1011000 | 0 | 1010100 | 110010 | 1111011 | 1001111 | 11100 |
Color Harmonies of #0F8015
Complementary color
Monochromatic Colors of #0F8015
Black with #0F8015
Text Example
Text Example
White with #0F8015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8015; }
p { color: rgb(15,128,21); }
H1.HeaderClassName
{
color: #0F8015;
}
.AnyTagClassName
{
color: #0F8015;
}
</style>
background-color css
<style>
a { background-color: #0F8015; }
a { background-color: rgb(15,128,21); }
div.DivClassName
{
background-color: #0F8015;
}
.BgClassName
{
background-color: #0F8015;
}
</style>
border-color css
<style>
span { border-color: #0F8015; }
span { border-color: rgb(15,128,21); }
td.TdClassName
{
border-color: #0F8015;
}
.TagClassName
{
border-color: #0F8015;
}
</style>