Shades of Deep Fir #1E4129
Tints of Deep Fir #1E4129
RGB
CMYK
RGB Variations
Color information
#1E4129 (or 0x1E4129) is known color: Deep Fir. HEX triplet: 1E, 41 and 29. RGB value is (30,65,41). Sum of RGB (Red+Green+Blue) = 30+65+41=136 (18% of max value = 765). Red value is 30 (12.11% from 255 or 22.06% from 136); Green value is 65 (25.78% from 255 or 47.79% from 136); Blue value is 41 (16.41% from 255 or 30.15% from 136); Max value from RGB is 65 - color contains mainly: green. Hex color #1E4129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4129 is #E1BED6. Grayscale: #333333. Windows color (decimal): -14794455 or 2703646. OLE color: 2703646.
HSL color Cylindrical-coordinate representation of color #1E4129: hue angle of 138.86º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1E4129 is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 30 | 65 | 41 | - |
| CMYK | 0.54 | 0 | 0.37 | 0.75 |
| HSL | 138.86º | 0.37% | 0.19% | - |
| HSV(B) | 138.86º | 0.54% | 0.25% | - |
| XYZ | 2.83 | 4.22 | 2.76 | - |
| YUV | 51.8 | 121.9 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 65 | 41 | 0.54 | 0 | 0.37 | 0.75 | 138.86 | 0.37 | 0.19 |
| Hex | 1E | 41 | 29 | 36 | 0 | 25 | 4B | 8B | 25 | 13 |
| Octal | 36 | 101 | 51 | 66 | 0 | 45 | 113 | 213 | 45 | 23 |
| Binary | 11110 | 1000001 | 101001 | 110110 | 0 | 100101 | 1001011 | 10001011 | 100101 | 10011 |
Color Harmonies of #1E4129
Complementary color
Monochromatic Colors of #1E4129
Black with #1E4129
Text Example
Text Example
White with #1E4129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4129; }
p { color: rgb(30,65,41); }
H1.HeaderClassName
{
color: #1E4129;
}
.AnyTagClassName
{
color: #1E4129;
}
</style>
background-color css
<style>
a { background-color: #1E4129; }
a { background-color: rgb(30,65,41); }
div.DivClassName
{
background-color: #1E4129;
}
.BgClassName
{
background-color: #1E4129;
}
</style>
border-color css
<style>
span { border-color: #1E4129; }
span { border-color: rgb(30,65,41); }
td.TdClassName
{
border-color: #1E4129;
}
.TagClassName
{
border-color: #1E4129;
}
</style>