Shades of Deep Fir #103E1D
Tints of Deep Fir #103E1D
RGB
CMYK
RGB Variations
Color information
#103E1D (or 0x103E1D) is known color: Deep Fir. HEX triplet: 10, 3E and 1D. RGB value is (16,62,29). Sum of RGB (Red+Green+Blue) = 16+62+29=107 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.95% from 107); Green value is 62 (24.61% from 255 or 57.94% from 107); Blue value is 29 (11.72% from 255 or 27.10% from 107); Max value from RGB is 62 - color contains mainly: green. Hex color #103E1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103E1D is #EFC1E2. Grayscale: #2C2C2C. Windows color (decimal): -15712739 or 1916432. OLE color: 1916432.
HSL color Cylindrical-coordinate representation of color #103E1D: hue angle of 136.96º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #103E1D is Cyan = 0.74, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 62 | 29 | - |
| CMYK | 0.74 | 0 | 0.53 | 0.76 |
| HSL | 136.96º | 0.59% | 0.15% | - |
| HSV(B) | 136.96º | 0.74% | 0.24% | - |
| XYZ | 2.16 | 3.64 | 1.75 | - |
| YUV | 44.48 | 119.26 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 62 | 29 | 0.74 | 0 | 0.53 | 0.76 | 136.96 | 0.59 | 0.15 |
| Hex | 10 | 3E | 1D | 4A | 0 | 35 | 4C | 89 | 3B | F |
| Octal | 20 | 76 | 35 | 112 | 0 | 65 | 114 | 211 | 73 | 17 |
| Binary | 10000 | 111110 | 11101 | 1001010 | 0 | 110101 | 1001100 | 10001001 | 111011 | 1111 |
Color Harmonies of #103E1D
Complementary color
Monochromatic Colors of #103E1D
Black with #103E1D
Text Example
Text Example
White with #103E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103E1D; }
p { color: rgb(16,62,29); }
H1.HeaderClassName
{
color: #103E1D;
}
.AnyTagClassName
{
color: #103E1D;
}
</style>
background-color css
<style>
a { background-color: #103E1D; }
a { background-color: rgb(16,62,29); }
div.DivClassName
{
background-color: #103E1D;
}
.BgClassName
{
background-color: #103E1D;
}
</style>
border-color css
<style>
span { border-color: #103E1D; }
span { border-color: rgb(16,62,29); }
td.TdClassName
{
border-color: #103E1D;
}
.TagClassName
{
border-color: #103E1D;
}
</style>