Shades of Forest Green #0F8525
Tints of Forest Green #0F8525
RGB
CMYK
RGB Variations
Color information
#0F8525 (or 0x0F8525) is known color: Forest Green. HEX triplet: 0F, 85 and 25. RGB value is (15,133,37). Sum of RGB (Red+Green+Blue) = 15+133+37=185 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.11% from 185); Green value is 133 (52.34% from 255 or 71.89% from 185); Blue value is 37 (14.84% from 255 or 20% from 185); Max value from RGB is 133 - color contains mainly: green. Hex color #0F8525 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8525 is #F07ADA. Grayscale: #575757. Windows color (decimal): -15760091 or 2458895. OLE color: 2458895.
HSL color Cylindrical-coordinate representation of color #0F8525: hue angle of 131.19º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8525 is Cyan = 0.89, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 15 | 133 | 37 | - |
| CMYK | 0.89 | 0 | 0.72 | 0.48 |
| HSL | 131.19º | 0.8% | 0.29% | - |
| HSV(B) | 131.19º | 0.89% | 0.52% | - |
| XYZ | 8.92 | 17.01 | 4.56 | - |
| YUV | 86.77 | 99.91 | 76.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 133 | 37 | 0.89 | 0 | 0.72 | 0.48 | 131.19 | 0.8 | 0.29 |
| Hex | F | 85 | 25 | 59 | 0 | 48 | 30 | 83 | 50 | 1D |
| Octal | 17 | 205 | 45 | 131 | 0 | 110 | 60 | 203 | 120 | 35 |
| Binary | 1111 | 10000101 | 100101 | 1011001 | 0 | 1001000 | 110000 | 10000011 | 1010000 | 11101 |
Color Harmonies of #0F8525
Complementary color
Monochromatic Colors of #0F8525
Black with #0F8525
Text Example
Text Example
White with #0F8525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8525; }
p { color: rgb(15,133,37); }
H1.HeaderClassName
{
color: #0F8525;
}
.AnyTagClassName
{
color: #0F8525;
}
</style>
background-color css
<style>
a { background-color: #0F8525; }
a { background-color: rgb(15,133,37); }
div.DivClassName
{
background-color: #0F8525;
}
.BgClassName
{
background-color: #0F8525;
}
</style>
border-color css
<style>
span { border-color: #0F8525; }
span { border-color: rgb(15,133,37); }
td.TdClassName
{
border-color: #0F8525;
}
.TagClassName
{
border-color: #0F8525;
}
</style>