Shades of Deep Fir #0F4118
Tints of Deep Fir #0F4118
RGB
CMYK
RGB Variations
Color information
#0F4118 (or 0x0F4118) is known color: Deep Fir. HEX triplet: 0F, 41 and 18. RGB value is (15,65,24). Sum of RGB (Red+Green+Blue) = 15+65+24=104 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.42% from 104); Green value is 65 (25.78% from 255 or 62.5% from 104); Blue value is 24 (9.77% from 255 or 23.08% from 104); Max value from RGB is 65 - color contains mainly: green. Hex color #0F4118 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4118 is #F0BEE7. Grayscale: #2D2D2D. Windows color (decimal): -15777512 or 1589519. OLE color: 1589519.
HSL color Cylindrical-coordinate representation of color #0F4118: hue angle of 130.8º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F4118 is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 15 | 65 | 24 | - |
| CMYK | 0.77 | 0 | 0.63 | 0.75 |
| HSL | 130.8º | 0.63% | 0.16% | - |
| HSV(B) | 130.8º | 0.77% | 0.25% | - |
| XYZ | 2.25 | 3.95 | 1.51 | - |
| YUV | 45.38 | 115.94 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 65 | 24 | 0.77 | 0 | 0.63 | 0.75 | 130.8 | 0.63 | 0.16 |
| Hex | F | 41 | 18 | 4D | 0 | 3F | 4B | 83 | 3E | 10 |
| Octal | 17 | 101 | 30 | 115 | 0 | 77 | 113 | 203 | 76 | 20 |
| Binary | 1111 | 1000001 | 11000 | 1001101 | 0 | 111111 | 1001011 | 10000011 | 111110 | 10000 |
Color Harmonies of #0F4118
Complementary color
Monochromatic Colors of #0F4118
Black with #0F4118
Text Example
Text Example
White with #0F4118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4118; }
p { color: rgb(15,65,24); }
H1.HeaderClassName
{
color: #0F4118;
}
.AnyTagClassName
{
color: #0F4118;
}
</style>
background-color css
<style>
a { background-color: #0F4118; }
a { background-color: rgb(15,65,24); }
div.DivClassName
{
background-color: #0F4118;
}
.BgClassName
{
background-color: #0F4118;
}
</style>
border-color css
<style>
span { border-color: #0F4118; }
span { border-color: rgb(15,65,24); }
td.TdClassName
{
border-color: #0F4118;
}
.TagClassName
{
border-color: #0F4118;
}
</style>