Shades of Forest Green #0F8019
Tints of Forest Green #0F8019
RGB
CMYK
RGB Variations
Color information
#0F8019 (or 0x0F8019) is known color: Forest Green. HEX triplet: 0F, 80 and 19. RGB value is (15,128,25). Sum of RGB (Red+Green+Blue) = 15+128+25=168 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.93% from 168); Green value is 128 (50.39% from 255 or 76.19% from 168); Blue value is 25 (10.16% from 255 or 14.88% from 168); Max value from RGB is 128 - color contains mainly: green. Hex color #0F8019 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F8019 is #F07FE6. Grayscale: #525252. Windows color (decimal): -15761383 or 1671183. OLE color: 1671183.
HSL color Cylindrical-coordinate representation of color #0F8019: hue angle of 125.31º 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 #0F8019 is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 15 | 128 | 25 | - |
| CMYK | 0.88 | 0 | 0.80 | 0.50 |
| HSL | 125.31º | 0.79% | 0.28% | - |
| HSV(B) | 125.31º | 0.88% | 0.5% | - |
| XYZ | 8.09 | 15.61 | 3.51 | - |
| YUV | 82.47 | 95.56 | 79.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 128 | 25 | 0.88 | 0 | 0.80 | 0.50 | 125.31 | 0.79 | 0.28 |
| Hex | F | 80 | 19 | 58 | 0 | 50 | 32 | 7D | 4F | 1C |
| Octal | 17 | 200 | 31 | 130 | 0 | 120 | 62 | 175 | 117 | 34 |
| Binary | 1111 | 10000000 | 11001 | 1011000 | 0 | 1010000 | 110010 | 1111101 | 1001111 | 11100 |
Color Harmonies of #0F8019
Complementary color
Monochromatic Colors of #0F8019
Black with #0F8019
Text Example
Text Example
White with #0F8019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8019; }
p { color: rgb(15,128,25); }
H1.HeaderClassName
{
color: #0F8019;
}
.AnyTagClassName
{
color: #0F8019;
}
</style>
background-color css
<style>
a { background-color: #0F8019; }
a { background-color: rgb(15,128,25); }
div.DivClassName
{
background-color: #0F8019;
}
.BgClassName
{
background-color: #0F8019;
}
</style>
border-color css
<style>
span { border-color: #0F8019; }
span { border-color: rgb(15,128,25); }
td.TdClassName
{
border-color: #0F8019;
}
.TagClassName
{
border-color: #0F8019;
}
</style>