Shades of Deep Fir #1E4329
Tints of Deep Fir #1E4329
RGB
CMYK
RGB Variations
Color information
#1E4329 (or 0x1E4329) is known color: Deep Fir. HEX triplet: 1E, 43 and 29. RGB value is (30,67,41). Sum of RGB (Red+Green+Blue) = 30+67+41=138 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.74% from 138); Green value is 67 (26.56% from 255 or 48.55% from 138); Blue value is 41 (16.41% from 255 or 29.71% from 138); Max value from RGB is 67 - color contains mainly: green. Hex color #1E4329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4329 is #E1BCD6. Grayscale: #353535. Windows color (decimal): -14793943 or 2704158. OLE color: 2704158.
HSL color Cylindrical-coordinate representation of color #1E4329: hue angle of 137.84º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1E4329 is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 30 | 67 | 41 | - |
| CMYK | 0.55 | 0 | 0.39 | 0.74 |
| HSL | 137.84º | 0.38% | 0.19% | - |
| HSV(B) | 137.84º | 0.55% | 0.26% | - |
| XYZ | 2.94 | 4.45 | 2.8 | - |
| YUV | 52.97 | 121.24 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 67 | 41 | 0.55 | 0 | 0.39 | 0.74 | 137.84 | 0.38 | 0.19 |
| Hex | 1E | 43 | 29 | 37 | 0 | 27 | 4A | 8A | 26 | 13 |
| Octal | 36 | 103 | 51 | 67 | 0 | 47 | 112 | 212 | 46 | 23 |
| Binary | 11110 | 1000011 | 101001 | 110111 | 0 | 100111 | 1001010 | 10001010 | 100110 | 10011 |
Color Harmonies of #1E4329
Complementary color
Monochromatic Colors of #1E4329
Black with #1E4329
Text Example
Text Example
White with #1E4329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4329; }
p { color: rgb(30,67,41); }
H1.HeaderClassName
{
color: #1E4329;
}
.AnyTagClassName
{
color: #1E4329;
}
</style>
background-color css
<style>
a { background-color: #1E4329; }
a { background-color: rgb(30,67,41); }
div.DivClassName
{
background-color: #1E4329;
}
.BgClassName
{
background-color: #1E4329;
}
</style>
border-color css
<style>
span { border-color: #1E4329; }
span { border-color: rgb(30,67,41); }
td.TdClassName
{
border-color: #1E4329;
}
.TagClassName
{
border-color: #1E4329;
}
</style>