Shades of Deep Fir #0F4019
Tints of Deep Fir #0F4019
RGB
CMYK
RGB Variations
Color information
#0F4019 (or 0x0F4019) is known color: Deep Fir. HEX triplet: 0F, 40 and 19. RGB value is (15,64,25). Sum of RGB (Red+Green+Blue) = 15+64+25=104 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.42% from 104); Green value is 64 (25.39% from 255 or 61.54% from 104); Blue value is 25 (10.16% from 255 or 24.04% from 104); Max value from RGB is 64 - color contains mainly: green. Hex color #0F4019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4019 is #F0BFE6. Grayscale: #2D2D2D. Windows color (decimal): -15777767 or 1654799. OLE color: 1654799.
HSL color Cylindrical-coordinate representation of color #0F4019: hue angle of 132.24º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F4019 is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 15 | 64 | 25 | - |
| CMYK | 0.77 | 0 | 0.61 | 0.75 |
| HSL | 132.24º | 0.62% | 0.15% | - |
| HSV(B) | 132.24º | 0.77% | 0.25% | - |
| XYZ | 2.21 | 3.84 | 1.54 | - |
| YUV | 44.9 | 116.77 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 64 | 25 | 0.77 | 0 | 0.61 | 0.75 | 132.24 | 0.62 | 0.15 |
| Hex | F | 40 | 19 | 4D | 0 | 3D | 4B | 84 | 3E | F |
| Octal | 17 | 100 | 31 | 115 | 0 | 75 | 113 | 204 | 76 | 17 |
| Binary | 1111 | 1000000 | 11001 | 1001101 | 0 | 111101 | 1001011 | 10000100 | 111110 | 1111 |
Color Harmonies of #0F4019
Complementary color
Monochromatic Colors of #0F4019
Black with #0F4019
Text Example
Text Example
White with #0F4019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4019; }
p { color: rgb(15,64,25); }
H1.HeaderClassName
{
color: #0F4019;
}
.AnyTagClassName
{
color: #0F4019;
}
</style>
background-color css
<style>
a { background-color: #0F4019; }
a { background-color: rgb(15,64,25); }
div.DivClassName
{
background-color: #0F4019;
}
.BgClassName
{
background-color: #0F4019;
}
</style>
border-color css
<style>
span { border-color: #0F4019; }
span { border-color: rgb(15,64,25); }
td.TdClassName
{
border-color: #0F4019;
}
.TagClassName
{
border-color: #0F4019;
}
</style>