Shades of Forest Green #0F8219
Tints of Forest Green #0F8219
RGB
CMYK
RGB Variations
Color information
#0F8219 (or 0x0F8219) is known color: Forest Green. HEX triplet: 0F, 82 and 19. RGB value is (15,130,25). Sum of RGB (Red+Green+Blue) = 15+130+25=170 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.82% from 170); Green value is 130 (51.17% from 255 or 76.47% from 170); Blue value is 25 (10.16% from 255 or 14.71% from 170); Max value from RGB is 130 - color contains mainly: green. Hex color #0F8219 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F8219 is #F07DE6. Grayscale: #535353. Windows color (decimal): -15760871 or 1671695. OLE color: 1671695.
HSL color Cylindrical-coordinate representation of color #0F8219: hue angle of 125.22º 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 #0F8219 is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 15 | 130 | 25 | - |
| CMYK | 0.88 | 0 | 0.81 | 0.49 |
| HSL | 125.22º | 0.79% | 0.28% | - |
| HSV(B) | 125.22º | 0.88% | 0.51% | - |
| XYZ | 8.36 | 16.14 | 3.59 | - |
| YUV | 83.65 | 94.9 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 130 | 25 | 0.88 | 0 | 0.81 | 0.49 | 125.22 | 0.79 | 0.28 |
| Hex | F | 82 | 19 | 58 | 0 | 51 | 31 | 7D | 4F | 1C |
| Octal | 17 | 202 | 31 | 130 | 0 | 121 | 61 | 175 | 117 | 34 |
| Binary | 1111 | 10000010 | 11001 | 1011000 | 0 | 1010001 | 110001 | 1111101 | 1001111 | 11100 |
Color Harmonies of #0F8219
Complementary color
Monochromatic Colors of #0F8219
Black with #0F8219
Text Example
Text Example
White with #0F8219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8219; }
p { color: rgb(15,130,25); }
H1.HeaderClassName
{
color: #0F8219;
}
.AnyTagClassName
{
color: #0F8219;
}
</style>
background-color css
<style>
a { background-color: #0F8219; }
a { background-color: rgb(15,130,25); }
div.DivClassName
{
background-color: #0F8219;
}
.BgClassName
{
background-color: #0F8219;
}
</style>
border-color css
<style>
span { border-color: #0F8219; }
span { border-color: rgb(15,130,25); }
td.TdClassName
{
border-color: #0F8219;
}
.TagClassName
{
border-color: #0F8219;
}
</style>