Shades of Deep Fir #1E3828
Tints of Deep Fir #1E3828
RGB
CMYK
RGB Variations
Color information
#1E3828 (or 0x1E3828) is known color: Deep Fir. HEX triplet: 1E, 38 and 28. RGB value is (30,56,40). Sum of RGB (Red+Green+Blue) = 30+56+40=126 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.81% from 126); Green value is 56 (22.27% from 255 or 44.44% from 126); Blue value is 40 (16.02% from 255 or 31.75% from 126); Max value from RGB is 56 - color contains mainly: green. Hex color #1E3828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3828 is #E1C7D7. Grayscale: #2E2E2E. Windows color (decimal): -14796760 or 2635806. OLE color: 2635806.
HSL color Cylindrical-coordinate representation of color #1E3828: hue angle of 143.08º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1E3828 is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 56 | 40 | - |
| CMYK | 0.46 | 0 | 0.29 | 0.78 |
| HSL | 143.08º | 0.3% | 0.17% | - |
| HSV(B) | 143.08º | 0.46% | 0.22% | - |
| XYZ | 2.33 | 3.26 | 2.51 | - |
| YUV | 46.4 | 124.39 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 56 | 40 | 0.46 | 0 | 0.29 | 0.78 | 143.08 | 0.3 | 0.17 |
| Hex | 1E | 38 | 28 | 2E | 0 | 1D | 4E | 8F | 1E | 11 |
| Octal | 36 | 70 | 50 | 56 | 0 | 35 | 116 | 217 | 36 | 21 |
| Binary | 11110 | 111000 | 101000 | 101110 | 0 | 11101 | 1001110 | 10001111 | 11110 | 10001 |
Color Harmonies of #1E3828
Complementary color
Monochromatic Colors of #1E3828
Black with #1E3828
Text Example
Text Example
White with #1E3828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3828; }
p { color: rgb(30,56,40); }
H1.HeaderClassName
{
color: #1E3828;
}
.AnyTagClassName
{
color: #1E3828;
}
</style>
background-color css
<style>
a { background-color: #1E3828; }
a { background-color: rgb(30,56,40); }
div.DivClassName
{
background-color: #1E3828;
}
.BgClassName
{
background-color: #1E3828;
}
</style>
border-color css
<style>
span { border-color: #1E3828; }
span { border-color: rgb(30,56,40); }
td.TdClassName
{
border-color: #1E3828;
}
.TagClassName
{
border-color: #1E3828;
}
</style>