Shades of Deep Fir #0F4022
Tints of Deep Fir #0F4022
RGB
CMYK
RGB Variations
Color information
#0F4022 (or 0x0F4022) is known color: Deep Fir. HEX triplet: 0F, 40 and 22. RGB value is (15,64,34). Sum of RGB (Red+Green+Blue) = 15+64+34=113 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.27% from 113); Green value is 64 (25.39% from 255 or 56.64% from 113); Blue value is 34 (13.67% from 255 or 30.09% from 113); Max value from RGB is 64 - color contains mainly: green. Hex color #0F4022 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4022 is #F0BFDD. Grayscale: #2E2E2E. Windows color (decimal): -15777758 or 2244623. OLE color: 2244623.
HSL color Cylindrical-coordinate representation of color #0F4022: hue angle of 143.27º 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 #0F4022 is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 15 | 64 | 34 | - |
| CMYK | 0.77 | 0 | 0.47 | 0.75 |
| HSL | 143.27º | 0.62% | 0.15% | - |
| HSV(B) | 143.27º | 0.77% | 0.25% | - |
| XYZ | 2.32 | 3.88 | 2.14 | - |
| YUV | 45.93 | 121.27 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 64 | 34 | 0.77 | 0 | 0.47 | 0.75 | 143.27 | 0.62 | 0.15 |
| Hex | F | 40 | 22 | 4D | 0 | 2F | 4B | 8F | 3E | F |
| Octal | 17 | 100 | 42 | 115 | 0 | 57 | 113 | 217 | 76 | 17 |
| Binary | 1111 | 1000000 | 100010 | 1001101 | 0 | 101111 | 1001011 | 10001111 | 111110 | 1111 |
Color Harmonies of #0F4022
Complementary color
Monochromatic Colors of #0F4022
Black with #0F4022
Text Example
Text Example
White with #0F4022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4022; }
p { color: rgb(15,64,34); }
H1.HeaderClassName
{
color: #0F4022;
}
.AnyTagClassName
{
color: #0F4022;
}
</style>
background-color css
<style>
a { background-color: #0F4022; }
a { background-color: rgb(15,64,34); }
div.DivClassName
{
background-color: #0F4022;
}
.BgClassName
{
background-color: #0F4022;
}
</style>
border-color css
<style>
span { border-color: #0F4022; }
span { border-color: rgb(15,64,34); }
td.TdClassName
{
border-color: #0F4022;
}
.TagClassName
{
border-color: #0F4022;
}
</style>