Shades of Forest Green #0F8825
Tints of Forest Green #0F8825
RGB
CMYK
RGB Variations
Color information
#0F8825 (or 0x0F8825) is known color: Forest Green. HEX triplet: 0F, 88 and 25. RGB value is (15,136,37). Sum of RGB (Red+Green+Blue) = 15+136+37=188 (24% of max value = 765). Red value is 15 (6.25% from 255 or 7.98% from 188); Green value is 136 (53.52% from 255 or 72.34% from 188); Blue value is 37 (14.84% from 255 or 19.68% from 188); Max value from RGB is 136 - color contains mainly: green. Hex color #0F8825 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8825 is #F077DA. Grayscale: #585858. Windows color (decimal): -15759323 or 2459663. OLE color: 2459663.
HSL color Cylindrical-coordinate representation of color #0F8825: hue angle of 130.91º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8825 is Cyan = 0.89, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 15 | 136 | 37 | - |
| CMYK | 0.89 | 0 | 0.73 | 0.47 |
| HSL | 130.91º | 0.8% | 0.3% | - |
| HSV(B) | 130.91º | 0.89% | 0.53% | - |
| XYZ | 9.34 | 17.84 | 4.7 | - |
| YUV | 88.54 | 98.91 | 75.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 136 | 37 | 0.89 | 0 | 0.73 | 0.47 | 130.91 | 0.8 | 0.3 |
| Hex | F | 88 | 25 | 59 | 0 | 49 | 2F | 83 | 50 | 1E |
| Octal | 17 | 210 | 45 | 131 | 0 | 111 | 57 | 203 | 120 | 36 |
| Binary | 1111 | 10001000 | 100101 | 1011001 | 0 | 1001001 | 101111 | 10000011 | 1010000 | 11110 |
Color Harmonies of #0F8825
Complementary color
Monochromatic Colors of #0F8825
Black with #0F8825
Text Example
Text Example
White with #0F8825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8825; }
p { color: rgb(15,136,37); }
H1.HeaderClassName
{
color: #0F8825;
}
.AnyTagClassName
{
color: #0F8825;
}
</style>
background-color css
<style>
a { background-color: #0F8825; }
a { background-color: rgb(15,136,37); }
div.DivClassName
{
background-color: #0F8825;
}
.BgClassName
{
background-color: #0F8825;
}
</style>
border-color css
<style>
span { border-color: #0F8825; }
span { border-color: rgb(15,136,37); }
td.TdClassName
{
border-color: #0F8825;
}
.TagClassName
{
border-color: #0F8825;
}
</style>