Shades of Forest Green #0F9325
Tints of Forest Green #0F9325
RGB
CMYK
RGB Variations
Color information
#0F9325 (or 0x0F9325) is known color: Forest Green. HEX triplet: 0F, 93 and 25. RGB value is (15,147,37). Sum of RGB (Red+Green+Blue) = 15+147+37=199 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.54% from 199); Green value is 147 (57.81% from 255 or 73.87% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 147 - color contains mainly: green. Hex color #0F9325 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9325 is #F06CDA. Grayscale: #5F5F5F. Windows color (decimal): -15756507 or 2462479. OLE color: 2462479.
HSL color Cylindrical-coordinate representation of color #0F9325: hue angle of 130º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9325 is Cyan = 0.90, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 147 | 37 | - |
| CMYK | 0.90 | 0 | 0.75 | 0.42 |
| HSL | 130º | 0.81% | 0.32% | - |
| HSV(B) | 130º | 0.9% | 0.58% | - |
| XYZ | 10.96 | 21.1 | 5.25 | - |
| YUV | 94.99 | 95.27 | 70.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 147 | 37 | 0.90 | 0 | 0.75 | 0.42 | 130 | 0.81 | 0.32 |
| Hex | F | 93 | 25 | 5A | 0 | 4B | 2A | 82 | 51 | 20 |
| Octal | 17 | 223 | 45 | 132 | 0 | 113 | 52 | 202 | 121 | 40 |
| Binary | 1111 | 10010011 | 100101 | 1011010 | 0 | 1001011 | 101010 | 10000010 | 1010001 | 100000 |
Color Harmonies of #0F9325
Complementary color
Monochromatic Colors of #0F9325
Black with #0F9325
Text Example
Text Example
White with #0F9325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9325; }
p { color: rgb(15,147,37); }
H1.HeaderClassName
{
color: #0F9325;
}
.AnyTagClassName
{
color: #0F9325;
}
</style>
background-color css
<style>
a { background-color: #0F9325; }
a { background-color: rgb(15,147,37); }
div.DivClassName
{
background-color: #0F9325;
}
.BgClassName
{
background-color: #0F9325;
}
</style>
border-color css
<style>
span { border-color: #0F9325; }
span { border-color: rgb(15,147,37); }
td.TdClassName
{
border-color: #0F9325;
}
.TagClassName
{
border-color: #0F9325;
}
</style>