Shades of Deep Fir #0F411E
Tints of Deep Fir #0F411E
RGB
CMYK
RGB Variations
Color information
#0F411E (or 0x0F411E) is known color: Deep Fir. HEX triplet: 0F, 41 and 1E. RGB value is (15,65,30). Sum of RGB (Red+Green+Blue) = 15+65+30=110 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.64% from 110); Green value is 65 (25.78% from 255 or 59.09% from 110); Blue value is 30 (12.11% from 255 or 27.27% from 110); Max value from RGB is 65 - color contains mainly: green. Hex color #0F411E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F411E is #F0BEE1. Grayscale: #2E2E2E. Windows color (decimal): -15777506 or 1982735. OLE color: 1982735.
HSL color Cylindrical-coordinate representation of color #0F411E: hue angle of 138º 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 #0F411E is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 15 | 65 | 30 | - |
| CMYK | 0.77 | 0 | 0.54 | 0.75 |
| HSL | 138º | 0.63% | 0.16% | - |
| HSV(B) | 138º | 0.77% | 0.25% | - |
| XYZ | 2.32 | 3.98 | 1.87 | - |
| YUV | 46.06 | 118.94 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 65 | 30 | 0.77 | 0 | 0.54 | 0.75 | 138 | 0.63 | 0.16 |
| Hex | F | 41 | 1E | 4D | 0 | 36 | 4B | 8A | 3E | 10 |
| Octal | 17 | 101 | 36 | 115 | 0 | 66 | 113 | 212 | 76 | 20 |
| Binary | 1111 | 1000001 | 11110 | 1001101 | 0 | 110110 | 1001011 | 10001010 | 111110 | 10000 |
Color Harmonies of #0F411E
Complementary color
Monochromatic Colors of #0F411E
Black with #0F411E
Text Example
Text Example
White with #0F411E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F411E; }
p { color: rgb(15,65,30); }
H1.HeaderClassName
{
color: #0F411E;
}
.AnyTagClassName
{
color: #0F411E;
}
</style>
background-color css
<style>
a { background-color: #0F411E; }
a { background-color: rgb(15,65,30); }
div.DivClassName
{
background-color: #0F411E;
}
.BgClassName
{
background-color: #0F411E;
}
</style>
border-color css
<style>
span { border-color: #0F411E; }
span { border-color: rgb(15,65,30); }
td.TdClassName
{
border-color: #0F411E;
}
.TagClassName
{
border-color: #0F411E;
}
</style>