Shades of Deep Fir #103E1E
Tints of Deep Fir #103E1E
RGB
CMYK
RGB Variations
Color information
#103E1E (or 0x103E1E) is known color: Deep Fir. HEX triplet: 10, 3E and 1E. RGB value is (16,62,30). Sum of RGB (Red+Green+Blue) = 16+62+30=108 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.81% from 108); Green value is 62 (24.61% from 255 or 57.41% from 108); Blue value is 30 (12.11% from 255 or 27.78% from 108); Max value from RGB is 62 - color contains mainly: green. Hex color #103E1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103E1E is #EFC1E1. Grayscale: #2C2C2C. Windows color (decimal): -15712738 or 1981968. OLE color: 1981968.
HSL color Cylindrical-coordinate representation of color #103E1E: hue angle of 138.26º 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 #103E1E is Cyan = 0.74, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 62 | 30 | - |
| CMYK | 0.74 | 0 | 0.52 | 0.76 |
| HSL | 138.26º | 0.59% | 0.15% | - |
| HSV(B) | 138.26º | 0.74% | 0.24% | - |
| XYZ | 2.17 | 3.65 | 1.82 | - |
| YUV | 44.6 | 119.76 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 62 | 30 | 0.74 | 0 | 0.52 | 0.76 | 138.26 | 0.59 | 0.15 |
| Hex | 10 | 3E | 1E | 4A | 0 | 34 | 4C | 8A | 3B | F |
| Octal | 20 | 76 | 36 | 112 | 0 | 64 | 114 | 212 | 73 | 17 |
| Binary | 10000 | 111110 | 11110 | 1001010 | 0 | 110100 | 1001100 | 10001010 | 111011 | 1111 |
Color Harmonies of #103E1E
Complementary color
Monochromatic Colors of #103E1E
Black with #103E1E
Text Example
Text Example
White with #103E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103E1E; }
p { color: rgb(16,62,30); }
H1.HeaderClassName
{
color: #103E1E;
}
.AnyTagClassName
{
color: #103E1E;
}
</style>
background-color css
<style>
a { background-color: #103E1E; }
a { background-color: rgb(16,62,30); }
div.DivClassName
{
background-color: #103E1E;
}
.BgClassName
{
background-color: #103E1E;
}
</style>
border-color css
<style>
span { border-color: #103E1E; }
span { border-color: rgb(16,62,30); }
td.TdClassName
{
border-color: #103E1E;
}
.TagClassName
{
border-color: #103E1E;
}
</style>