Shades of Deep Fir #0F491A
Tints of Deep Fir #0F491A
RGB
CMYK
RGB Variations
Color information
#0F491A (or 0x0F491A) is known color: Deep Fir. HEX triplet: 0F, 49 and 1A. RGB value is (15,73,26). Sum of RGB (Red+Green+Blue) = 15+73+26=114 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.16% from 114); Green value is 73 (28.91% from 255 or 64.04% from 114); Blue value is 26 (10.55% from 255 or 22.81% from 114); Max value from RGB is 73 - color contains mainly: green. Hex color #0F491A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F491A is #F0B6E5. Grayscale: #323232. Windows color (decimal): -15775462 or 1722639. OLE color: 1722639.
HSL color Cylindrical-coordinate representation of color #0F491A: hue angle of 131.38º 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 #0F491A is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 15 | 73 | 26 | - |
| CMYK | 0.79 | 0 | 0.64 | 0.71 |
| HSL | 131.38º | 0.66% | 0.17% | - |
| HSV(B) | 131.38º | 0.79% | 0.29% | - |
| XYZ | 2.77 | 4.94 | 1.79 | - |
| YUV | 50.3 | 114.28 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 73 | 26 | 0.79 | 0 | 0.64 | 0.71 | 131.38 | 0.66 | 0.17 |
| Hex | F | 49 | 1A | 4F | 0 | 40 | 47 | 83 | 42 | 11 |
| Octal | 17 | 111 | 32 | 117 | 0 | 100 | 107 | 203 | 102 | 21 |
| Binary | 1111 | 1001001 | 11010 | 1001111 | 0 | 1000000 | 1000111 | 10000011 | 1000010 | 10001 |
Color Harmonies of #0F491A
Complementary color
Monochromatic Colors of #0F491A
Black with #0F491A
Text Example
Text Example
White with #0F491A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F491A; }
p { color: rgb(15,73,26); }
H1.HeaderClassName
{
color: #0F491A;
}
.AnyTagClassName
{
color: #0F491A;
}
</style>
background-color css
<style>
a { background-color: #0F491A; }
a { background-color: rgb(15,73,26); }
div.DivClassName
{
background-color: #0F491A;
}
.BgClassName
{
background-color: #0F491A;
}
</style>
border-color css
<style>
span { border-color: #0F491A; }
span { border-color: rgb(15,73,26); }
td.TdClassName
{
border-color: #0F491A;
}
.TagClassName
{
border-color: #0F491A;
}
</style>