Shades of Deep Fir #0F3C1D
Tints of Deep Fir #0F3C1D
RGB
CMYK
RGB Variations
Color information
#0F3C1D (or 0x0F3C1D) is known color: Deep Fir. HEX triplet: 0F, 3C and 1D. RGB value is (15,60,29). Sum of RGB (Red+Green+Blue) = 15+60+29=104 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.42% from 104); Green value is 60 (23.83% from 255 or 57.69% from 104); Blue value is 29 (11.72% from 255 or 27.88% from 104); Max value from RGB is 60 - color contains mainly: green. Hex color #0F3C1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3C1D is #F0C3E2. Grayscale: #2B2B2B. Windows color (decimal): -15778787 or 1915919. OLE color: 1915919.
HSL color Cylindrical-coordinate representation of color #0F3C1D: hue angle of 138.67º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0F3C1D is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 15 | 60 | 29 | - |
| CMYK | 0.75 | 0 | 0.52 | 0.76 |
| HSL | 138.67º | 0.6% | 0.15% | - |
| HSV(B) | 138.67º | 0.75% | 0.24% | - |
| XYZ | 2.03 | 3.42 | 1.72 | - |
| YUV | 43.01 | 120.09 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 60 | 29 | 0.75 | 0 | 0.52 | 0.76 | 138.67 | 0.6 | 0.15 |
| Hex | F | 3C | 1D | 4B | 0 | 34 | 4C | 8B | 3C | F |
| Octal | 17 | 74 | 35 | 113 | 0 | 64 | 114 | 213 | 74 | 17 |
| Binary | 1111 | 111100 | 11101 | 1001011 | 0 | 110100 | 1001100 | 10001011 | 111100 | 1111 |
Color Harmonies of #0F3C1D
Complementary color
Monochromatic Colors of #0F3C1D
Black with #0F3C1D
Text Example
Text Example
White with #0F3C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3C1D; }
p { color: rgb(15,60,29); }
H1.HeaderClassName
{
color: #0F3C1D;
}
.AnyTagClassName
{
color: #0F3C1D;
}
</style>
background-color css
<style>
a { background-color: #0F3C1D; }
a { background-color: rgb(15,60,29); }
div.DivClassName
{
background-color: #0F3C1D;
}
.BgClassName
{
background-color: #0F3C1D;
}
</style>
border-color css
<style>
span { border-color: #0F3C1D; }
span { border-color: rgb(15,60,29); }
td.TdClassName
{
border-color: #0F3C1D;
}
.TagClassName
{
border-color: #0F3C1D;
}
</style>