Shades of Deep Fir #0F491F
Tints of Deep Fir #0F491F
RGB
CMYK
RGB Variations
Color information
#0F491F (or 0x0F491F) is known color: Deep Fir. HEX triplet: 0F, 49 and 1F. RGB value is (15,73,31). Sum of RGB (Red+Green+Blue) = 15+73+31=119 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.61% from 119); Green value is 73 (28.91% from 255 or 61.34% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 73 - color contains mainly: green. Hex color #0F491F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F491F is #F0B6E0. Grayscale: #323232. Windows color (decimal): -15775457 or 2050319. OLE color: 2050319.
HSL color Cylindrical-coordinate representation of color #0F491F: hue angle of 136.55º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F491F is Cyan = 0.79, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 15 | 73 | 31 | - |
| CMYK | 0.79 | 0 | 0.58 | 0.71 |
| HSL | 136.55º | 0.66% | 0.17% | - |
| HSV(B) | 136.55º | 0.79% | 0.29% | - |
| XYZ | 2.83 | 4.97 | 2.11 | - |
| YUV | 50.87 | 116.78 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 73 | 31 | 0.79 | 0 | 0.58 | 0.71 | 136.55 | 0.66 | 0.17 |
| Hex | F | 49 | 1F | 4F | 0 | 3A | 47 | 89 | 42 | 11 |
| Octal | 17 | 111 | 37 | 117 | 0 | 72 | 107 | 211 | 102 | 21 |
| Binary | 1111 | 1001001 | 11111 | 1001111 | 0 | 111010 | 1000111 | 10001001 | 1000010 | 10001 |
Color Harmonies of #0F491F
Complementary color
Monochromatic Colors of #0F491F
Black with #0F491F
Text Example
Text Example
White with #0F491F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F491F; }
p { color: rgb(15,73,31); }
H1.HeaderClassName
{
color: #0F491F;
}
.AnyTagClassName
{
color: #0F491F;
}
</style>
background-color css
<style>
a { background-color: #0F491F; }
a { background-color: rgb(15,73,31); }
div.DivClassName
{
background-color: #0F491F;
}
.BgClassName
{
background-color: #0F491F;
}
</style>
border-color css
<style>
span { border-color: #0F491F; }
span { border-color: rgb(15,73,31); }
td.TdClassName
{
border-color: #0F491F;
}
.TagClassName
{
border-color: #0F491F;
}
</style>