Shades of Forest Green #0F8D24
Tints of Forest Green #0F8D24
RGB
CMYK
RGB Variations
Color information
#0F8D24 (or 0x0F8D24) is known color: Forest Green. HEX triplet: 0F, 8D and 24. RGB value is (15,141,36). Sum of RGB (Red+Green+Blue) = 15+141+36=192 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.81% from 192); Green value is 141 (55.47% from 255 or 73.44% from 192); Blue value is 36 (14.45% from 255 or 18.75% from 192); Max value from RGB is 141 - color contains mainly: green. Hex color #0F8D24 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8D24 is #F072DB. Grayscale: #5B5B5B. Windows color (decimal): -15758044 or 2395407. OLE color: 2395407.
HSL color Cylindrical-coordinate representation of color #0F8D24: hue angle of 130º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8D24 is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 15 | 141 | 36 | - |
| CMYK | 0.89 | 0 | 0.74 | 0.45 |
| HSL | 130º | 0.81% | 0.31% | - |
| HSV(B) | 130º | 0.89% | 0.55% | - |
| XYZ | 10.04 | 19.28 | 4.86 | - |
| YUV | 91.36 | 96.76 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 141 | 36 | 0.89 | 0 | 0.74 | 0.45 | 130 | 0.81 | 0.31 |
| Hex | F | 8D | 24 | 59 | 0 | 4A | 2D | 82 | 51 | 1F |
| Octal | 17 | 215 | 44 | 131 | 0 | 112 | 55 | 202 | 121 | 37 |
| Binary | 1111 | 10001101 | 100100 | 1011001 | 0 | 1001010 | 101101 | 10000010 | 1010001 | 11111 |
Color Harmonies of #0F8D24
Complementary color
Monochromatic Colors of #0F8D24
Black with #0F8D24
Text Example
Text Example
White with #0F8D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8D24; }
p { color: rgb(15,141,36); }
H1.HeaderClassName
{
color: #0F8D24;
}
.AnyTagClassName
{
color: #0F8D24;
}
</style>
background-color css
<style>
a { background-color: #0F8D24; }
a { background-color: rgb(15,141,36); }
div.DivClassName
{
background-color: #0F8D24;
}
.BgClassName
{
background-color: #0F8D24;
}
</style>
border-color css
<style>
span { border-color: #0F8D24; }
span { border-color: rgb(15,141,36); }
td.TdClassName
{
border-color: #0F8D24;
}
.TagClassName
{
border-color: #0F8D24;
}
</style>