Shades of Deep Fir #0F491C
Tints of Deep Fir #0F491C
RGB
CMYK
RGB Variations
Color information
#0F491C (or 0x0F491C) is known color: Deep Fir. HEX triplet: 0F, 49 and 1C. RGB value is (15,73,28). Sum of RGB (Red+Green+Blue) = 15+73+28=116 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.93% from 116); Green value is 73 (28.91% from 255 or 62.93% from 116); Blue value is 28 (11.33% from 255 or 24.14% from 116); Max value from RGB is 73 - color contains mainly: green. Hex color #0F491C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F491C is #F0B6E3. Grayscale: #323232. Windows color (decimal): -15775460 or 1853711. OLE color: 1853711.
HSL color Cylindrical-coordinate representation of color #0F491C: hue angle of 133.45º 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 #0F491C is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 15 | 73 | 28 | - |
| CMYK | 0.79 | 0 | 0.62 | 0.71 |
| HSL | 133.45º | 0.66% | 0.17% | - |
| HSV(B) | 133.45º | 0.79% | 0.29% | - |
| XYZ | 2.79 | 4.95 | 1.91 | - |
| YUV | 50.53 | 115.28 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 73 | 28 | 0.79 | 0 | 0.62 | 0.71 | 133.45 | 0.66 | 0.17 |
| Hex | F | 49 | 1C | 4F | 0 | 3E | 47 | 85 | 42 | 11 |
| Octal | 17 | 111 | 34 | 117 | 0 | 76 | 107 | 205 | 102 | 21 |
| Binary | 1111 | 1001001 | 11100 | 1001111 | 0 | 111110 | 1000111 | 10000101 | 1000010 | 10001 |
Color Harmonies of #0F491C
Complementary color
Monochromatic Colors of #0F491C
Black with #0F491C
Text Example
Text Example
White with #0F491C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F491C; }
p { color: rgb(15,73,28); }
H1.HeaderClassName
{
color: #0F491C;
}
.AnyTagClassName
{
color: #0F491C;
}
</style>
background-color css
<style>
a { background-color: #0F491C; }
a { background-color: rgb(15,73,28); }
div.DivClassName
{
background-color: #0F491C;
}
.BgClassName
{
background-color: #0F491C;
}
</style>
border-color css
<style>
span { border-color: #0F491C; }
span { border-color: rgb(15,73,28); }
td.TdClassName
{
border-color: #0F491C;
}
.TagClassName
{
border-color: #0F491C;
}
</style>