Shades of Deep Fir #0F3A1D
Tints of Deep Fir #0F3A1D
RGB
CMYK
RGB Variations
Color information
#0F3A1D (or 0x0F3A1D) is known color: Deep Fir. HEX triplet: 0F, 3A and 1D. RGB value is (15,58,29). Sum of RGB (Red+Green+Blue) = 15+58+29=102 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.71% from 102); Green value is 58 (23.05% from 255 or 56.86% from 102); Blue value is 29 (11.72% from 255 or 28.43% from 102); Max value from RGB is 58 - color contains mainly: green. Hex color #0F3A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3A1D is #F0C5E2. Grayscale: #292929. Windows color (decimal): -15779299 or 1915407. OLE color: 1915407.
HSL color Cylindrical-coordinate representation of color #0F3A1D: hue angle of 139.53º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0F3A1D is Cyan = 0.74, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 15 | 58 | 29 | - |
| CMYK | 0.74 | 0 | 0.5 | 0.77 |
| HSL | 139.53º | 0.59% | 0.14% | - |
| HSV(B) | 139.53º | 0.74% | 0.23% | - |
| XYZ | 1.93 | 3.22 | 1.68 | - |
| YUV | 41.84 | 120.75 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 58 | 29 | 0.74 | 0 | 0.5 | 0.77 | 139.53 | 0.59 | 0.14 |
| Hex | F | 3A | 1D | 4A | 0 | 32 | 4D | 8C | 3B | E |
| Octal | 17 | 72 | 35 | 112 | 0 | 62 | 115 | 214 | 73 | 16 |
| Binary | 1111 | 111010 | 11101 | 1001010 | 0 | 110010 | 1001101 | 10001100 | 111011 | 1110 |
Color Harmonies of #0F3A1D
Complementary color
Monochromatic Colors of #0F3A1D
Black with #0F3A1D
Text Example
Text Example
White with #0F3A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3A1D; }
p { color: rgb(15,58,29); }
H1.HeaderClassName
{
color: #0F3A1D;
}
.AnyTagClassName
{
color: #0F3A1D;
}
</style>
background-color css
<style>
a { background-color: #0F3A1D; }
a { background-color: rgb(15,58,29); }
div.DivClassName
{
background-color: #0F3A1D;
}
.BgClassName
{
background-color: #0F3A1D;
}
</style>
border-color css
<style>
span { border-color: #0F3A1D; }
span { border-color: rgb(15,58,29); }
td.TdClassName
{
border-color: #0F3A1D;
}
.TagClassName
{
border-color: #0F3A1D;
}
</style>