Shades of Deep Fir #0F4218
Tints of Deep Fir #0F4218
RGB
CMYK
RGB Variations
Color information
#0F4218 (or 0x0F4218) is known color: Deep Fir. HEX triplet: 0F, 42 and 18. RGB value is (15,66,24). Sum of RGB (Red+Green+Blue) = 15+66+24=105 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.29% from 105); Green value is 66 (26.17% from 255 or 62.86% from 105); Blue value is 24 (9.77% from 255 or 22.86% from 105); Max value from RGB is 66 - color contains mainly: green. Hex color #0F4218 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4218 is #F0BDE7. Grayscale: #2E2E2E. Windows color (decimal): -15777256 or 1589775. OLE color: 1589775.
HSL color Cylindrical-coordinate representation of color #0F4218: hue angle of 130.59º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F4218 is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 15 | 66 | 24 | - |
| CMYK | 0.77 | 0 | 0.64 | 0.74 |
| HSL | 130.59º | 0.63% | 0.16% | - |
| HSV(B) | 130.59º | 0.77% | 0.26% | - |
| XYZ | 2.31 | 4.06 | 1.53 | - |
| YUV | 45.96 | 115.6 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 66 | 24 | 0.77 | 0 | 0.64 | 0.74 | 130.59 | 0.63 | 0.16 |
| Hex | F | 42 | 18 | 4D | 0 | 40 | 4A | 83 | 3F | 10 |
| Octal | 17 | 102 | 30 | 115 | 0 | 100 | 112 | 203 | 77 | 20 |
| Binary | 1111 | 1000010 | 11000 | 1001101 | 0 | 1000000 | 1001010 | 10000011 | 111111 | 10000 |
Color Harmonies of #0F4218
Complementary color
Monochromatic Colors of #0F4218
Black with #0F4218
Text Example
Text Example
White with #0F4218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4218; }
p { color: rgb(15,66,24); }
H1.HeaderClassName
{
color: #0F4218;
}
.AnyTagClassName
{
color: #0F4218;
}
</style>
background-color css
<style>
a { background-color: #0F4218; }
a { background-color: rgb(15,66,24); }
div.DivClassName
{
background-color: #0F4218;
}
.BgClassName
{
background-color: #0F4218;
}
</style>
border-color css
<style>
span { border-color: #0F4218; }
span { border-color: rgb(15,66,24); }
td.TdClassName
{
border-color: #0F4218;
}
.TagClassName
{
border-color: #0F4218;
}
</style>