Shades of Deep Fir #1E3E29
Tints of Deep Fir #1E3E29
RGB
CMYK
RGB Variations
Color information
#1E3E29 (or 0x1E3E29) is known color: Deep Fir. HEX triplet: 1E, 3E and 29. RGB value is (30,62,41). Sum of RGB (Red+Green+Blue) = 30+62+41=133 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.56% from 133); Green value is 62 (24.61% from 255 or 46.62% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 62 - color contains mainly: green. Hex color #1E3E29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3E29 is #E1C1D6. Grayscale: #323232. Windows color (decimal): -14795223 or 2702878. OLE color: 2702878.
HSL color Cylindrical-coordinate representation of color #1E3E29: hue angle of 140.62º degrees, saturation: 0.35, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1E3E29 is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 30 | 62 | 41 | - |
| CMYK | 0.52 | 0 | 0.34 | 0.76 |
| HSL | 140.63º | 0.35% | 0.18% | - |
| HSV(B) | 140.63º | 0.52% | 0.24% | - |
| XYZ | 2.66 | 3.88 | 2.71 | - |
| YUV | 50.04 | 122.9 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 62 | 41 | 0.52 | 0 | 0.34 | 0.76 | 140.63 | 0.35 | 0.18 |
| Hex | 1E | 3E | 29 | 34 | 0 | 22 | 4C | 8D | 23 | 12 |
| Octal | 36 | 76 | 51 | 64 | 0 | 42 | 114 | 215 | 43 | 22 |
| Binary | 11110 | 111110 | 101001 | 110100 | 0 | 100010 | 1001100 | 10001101 | 100011 | 10010 |
Color Harmonies of #1E3E29
Complementary color
Monochromatic Colors of #1E3E29
Black with #1E3E29
Text Example
Text Example
White with #1E3E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3E29; }
p { color: rgb(30,62,41); }
H1.HeaderClassName
{
color: #1E3E29;
}
.AnyTagClassName
{
color: #1E3E29;
}
</style>
background-color css
<style>
a { background-color: #1E3E29; }
a { background-color: rgb(30,62,41); }
div.DivClassName
{
background-color: #1E3E29;
}
.BgClassName
{
background-color: #1E3E29;
}
</style>
border-color css
<style>
span { border-color: #1E3E29; }
span { border-color: rgb(30,62,41); }
td.TdClassName
{
border-color: #1E3E29;
}
.TagClassName
{
border-color: #1E3E29;
}
</style>