Shades of Deep Fir #0F3E1C
Tints of Deep Fir #0F3E1C
RGB
CMYK
RGB Variations
Color information
#0F3E1C (or 0x0F3E1C) is known color: Deep Fir. HEX triplet: 0F, 3E and 1C. RGB value is (15,62,28). Sum of RGB (Red+Green+Blue) = 15+62+28=105 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.29% from 105); Green value is 62 (24.61% from 255 or 59.05% from 105); Blue value is 28 (11.33% from 255 or 26.67% from 105); Max value from RGB is 62 - color contains mainly: green. Hex color #0F3E1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3E1C is #F0C1E3. Grayscale: #2C2C2C. Windows color (decimal): -15778276 or 1850895. OLE color: 1850895.
HSL color Cylindrical-coordinate representation of color #0F3E1C: hue angle of 136.6º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0F3E1C is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 15 | 62 | 28 | - |
| CMYK | 0.76 | 0 | 0.55 | 0.76 |
| HSL | 136.6º | 0.61% | 0.15% | - |
| HSV(B) | 136.6º | 0.76% | 0.24% | - |
| XYZ | 2.13 | 3.63 | 1.69 | - |
| YUV | 44.07 | 118.93 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 62 | 28 | 0.76 | 0 | 0.55 | 0.76 | 136.6 | 0.61 | 0.15 |
| Hex | F | 3E | 1C | 4C | 0 | 37 | 4C | 89 | 3D | F |
| Octal | 17 | 76 | 34 | 114 | 0 | 67 | 114 | 211 | 75 | 17 |
| Binary | 1111 | 111110 | 11100 | 1001100 | 0 | 110111 | 1001100 | 10001001 | 111101 | 1111 |
Color Harmonies of #0F3E1C
Complementary color
Monochromatic Colors of #0F3E1C
Black with #0F3E1C
Text Example
Text Example
White with #0F3E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3E1C; }
p { color: rgb(15,62,28); }
H1.HeaderClassName
{
color: #0F3E1C;
}
.AnyTagClassName
{
color: #0F3E1C;
}
</style>
background-color css
<style>
a { background-color: #0F3E1C; }
a { background-color: rgb(15,62,28); }
div.DivClassName
{
background-color: #0F3E1C;
}
.BgClassName
{
background-color: #0F3E1C;
}
</style>
border-color css
<style>
span { border-color: #0F3E1C; }
span { border-color: rgb(15,62,28); }
td.TdClassName
{
border-color: #0F3E1C;
}
.TagClassName
{
border-color: #0F3E1C;
}
</style>