Shades of Deep Fir #0F491B
Tints of Deep Fir #0F491B
RGB
CMYK
RGB Variations
Color information
#0F491B (or 0x0F491B) is known color: Deep Fir. HEX triplet: 0F, 49 and 1B. RGB value is (15,73,27). Sum of RGB (Red+Green+Blue) = 15+73+27=115 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.04% from 115); Green value is 73 (28.91% from 255 or 63.48% from 115); Blue value is 27 (10.94% from 255 or 23.48% from 115); Max value from RGB is 73 - color contains mainly: green. Hex color #0F491B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F491B is #F0B6E4. Grayscale: #323232. Windows color (decimal): -15775461 or 1788175. OLE color: 1788175.
HSL color Cylindrical-coordinate representation of color #0F491B: hue angle of 132.41º 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 #0F491B is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 15 | 73 | 27 | - |
| CMYK | 0.79 | 0 | 0.63 | 0.71 |
| HSL | 132.41º | 0.66% | 0.17% | - |
| HSV(B) | 132.41º | 0.79% | 0.29% | - |
| XYZ | 2.78 | 4.95 | 1.85 | - |
| YUV | 50.41 | 114.78 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 73 | 27 | 0.79 | 0 | 0.63 | 0.71 | 132.41 | 0.66 | 0.17 |
| Hex | F | 49 | 1B | 4F | 0 | 3F | 47 | 84 | 42 | 11 |
| Octal | 17 | 111 | 33 | 117 | 0 | 77 | 107 | 204 | 102 | 21 |
| Binary | 1111 | 1001001 | 11011 | 1001111 | 0 | 111111 | 1000111 | 10000100 | 1000010 | 10001 |
Color Harmonies of #0F491B
Complementary color
Monochromatic Colors of #0F491B
Black with #0F491B
Text Example
Text Example
White with #0F491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F491B; }
p { color: rgb(15,73,27); }
H1.HeaderClassName
{
color: #0F491B;
}
.AnyTagClassName
{
color: #0F491B;
}
</style>
background-color css
<style>
a { background-color: #0F491B; }
a { background-color: rgb(15,73,27); }
div.DivClassName
{
background-color: #0F491B;
}
.BgClassName
{
background-color: #0F491B;
}
</style>
border-color css
<style>
span { border-color: #0F491B; }
span { border-color: rgb(15,73,27); }
td.TdClassName
{
border-color: #0F491B;
}
.TagClassName
{
border-color: #0F491B;
}
</style>