Shades of Forest Green #0F8119
Tints of Forest Green #0F8119
RGB
CMYK
RGB Variations
Color information
#0F8119 (or 0x0F8119) is known color: Forest Green. HEX triplet: 0F, 81 and 19. RGB value is (15,129,25). Sum of RGB (Red+Green+Blue) = 15+129+25=169 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.88% from 169); Green value is 129 (50.78% from 255 or 76.33% from 169); Blue value is 25 (10.16% from 255 or 14.79% from 169); Max value from RGB is 129 - color contains mainly: green. Hex color #0F8119 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F8119 is #F07EE6. Grayscale: #535353. Windows color (decimal): -15761127 or 1671439. OLE color: 1671439.
HSL color Cylindrical-coordinate representation of color #0F8119: hue angle of 125.26º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F8119 is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 15 | 129 | 25 | - |
| CMYK | 0.88 | 0 | 0.81 | 0.49 |
| HSL | 125.26º | 0.79% | 0.28% | - |
| HSV(B) | 125.26º | 0.88% | 0.51% | - |
| XYZ | 8.22 | 15.87 | 3.55 | - |
| YUV | 83.06 | 95.23 | 79.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 129 | 25 | 0.88 | 0 | 0.81 | 0.49 | 125.26 | 0.79 | 0.28 |
| Hex | F | 81 | 19 | 58 | 0 | 51 | 31 | 7D | 4F | 1C |
| Octal | 17 | 201 | 31 | 130 | 0 | 121 | 61 | 175 | 117 | 34 |
| Binary | 1111 | 10000001 | 11001 | 1011000 | 0 | 1010001 | 110001 | 1111101 | 1001111 | 11100 |
Color Harmonies of #0F8119
Complementary color
Monochromatic Colors of #0F8119
Black with #0F8119
Text Example
Text Example
White with #0F8119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8119; }
p { color: rgb(15,129,25); }
H1.HeaderClassName
{
color: #0F8119;
}
.AnyTagClassName
{
color: #0F8119;
}
</style>
background-color css
<style>
a { background-color: #0F8119; }
a { background-color: rgb(15,129,25); }
div.DivClassName
{
background-color: #0F8119;
}
.BgClassName
{
background-color: #0F8119;
}
</style>
border-color css
<style>
span { border-color: #0F8119; }
span { border-color: rgb(15,129,25); }
td.TdClassName
{
border-color: #0F8119;
}
.TagClassName
{
border-color: #0F8119;
}
</style>