Shades of Deep Fir #0F3418
Tints of Deep Fir #0F3418
RGB
CMYK
RGB Variations
Color information
#0F3418 (or 0x0F3418) is known color: Deep Fir. HEX triplet: 0F, 34 and 18. RGB value is (15,52,24). Sum of RGB (Red+Green+Blue) = 15+52+24=91 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.48% from 91); Green value is 52 (20.70% from 255 or 57.14% from 91); Blue value is 24 (9.77% from 255 or 26.37% from 91); Max value from RGB is 52 - color contains mainly: green. Hex color #0F3418 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3418 is #F0CBE7. Grayscale: #252525. Windows color (decimal): -15780840 or 1586191. OLE color: 1586191.
HSL color Cylindrical-coordinate representation of color #0F3418: hue angle of 134.59º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0F3418 is Cyan = 0.71, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 15 | 52 | 24 | - |
| CMYK | 0.71 | 0 | 0.54 | 0.80 |
| HSL | 134.59º | 0.55% | 0.13% | - |
| HSV(B) | 134.59º | 0.71% | 0.2% | - |
| XYZ | 1.59 | 2.62 | 1.29 | - |
| YUV | 37.75 | 120.24 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 52 | 24 | 0.71 | 0 | 0.54 | 0.80 | 134.59 | 0.55 | 0.13 |
| Hex | F | 34 | 18 | 47 | 0 | 36 | 50 | 87 | 37 | D |
| Octal | 17 | 64 | 30 | 107 | 0 | 66 | 120 | 207 | 67 | 15 |
| Binary | 1111 | 110100 | 11000 | 1000111 | 0 | 110110 | 1010000 | 10000111 | 110111 | 1101 |
Color Harmonies of #0F3418
Complementary color
Monochromatic Colors of #0F3418
Black with #0F3418
Text Example
Text Example
White with #0F3418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3418; }
p { color: rgb(15,52,24); }
H1.HeaderClassName
{
color: #0F3418;
}
.AnyTagClassName
{
color: #0F3418;
}
</style>
background-color css
<style>
a { background-color: #0F3418; }
a { background-color: rgb(15,52,24); }
div.DivClassName
{
background-color: #0F3418;
}
.BgClassName
{
background-color: #0F3418;
}
</style>
border-color css
<style>
span { border-color: #0F3418; }
span { border-color: rgb(15,52,24); }
td.TdClassName
{
border-color: #0F3418;
}
.TagClassName
{
border-color: #0F3418;
}
</style>