Shades of Deep Fir #1E3827
Tints of Deep Fir #1E3827
RGB
CMYK
RGB Variations
Color information
#1E3827 (or 0x1E3827) is known color: Deep Fir. HEX triplet: 1E, 38 and 27. RGB value is (30,56,39). Sum of RGB (Red+Green+Blue) = 30+56+39=125 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24% from 125); Green value is 56 (22.27% from 255 or 44.8% from 125); Blue value is 39 (15.62% from 255 or 31.2% from 125); Max value from RGB is 56 - color contains mainly: green. Hex color #1E3827 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3827 is #E1C7D8. Grayscale: #2E2E2E. Windows color (decimal): -14796761 or 2570270. OLE color: 2570270.
HSL color Cylindrical-coordinate representation of color #1E3827: hue angle of 140.77º 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 #1E3827 is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 56 | 39 | - |
| CMYK | 0.46 | 0 | 0.30 | 0.78 |
| HSL | 140.77º | 0.3% | 0.17% | - |
| HSV(B) | 140.77º | 0.46% | 0.22% | - |
| XYZ | 2.32 | 3.25 | 2.42 | - |
| YUV | 46.29 | 123.89 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 56 | 39 | 0.46 | 0 | 0.30 | 0.78 | 140.77 | 0.3 | 0.17 |
| Hex | 1E | 38 | 27 | 2E | 0 | 1E | 4E | 8D | 1E | 11 |
| Octal | 36 | 70 | 47 | 56 | 0 | 36 | 116 | 215 | 36 | 21 |
| Binary | 11110 | 111000 | 100111 | 101110 | 0 | 11110 | 1001110 | 10001101 | 11110 | 10001 |
Color Harmonies of #1E3827
Complementary color
Monochromatic Colors of #1E3827
Black with #1E3827
Text Example
Text Example
White with #1E3827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3827; }
p { color: rgb(30,56,39); }
H1.HeaderClassName
{
color: #1E3827;
}
.AnyTagClassName
{
color: #1E3827;
}
</style>
background-color css
<style>
a { background-color: #1E3827; }
a { background-color: rgb(30,56,39); }
div.DivClassName
{
background-color: #1E3827;
}
.BgClassName
{
background-color: #1E3827;
}
</style>
border-color css
<style>
span { border-color: #1E3827; }
span { border-color: rgb(30,56,39); }
td.TdClassName
{
border-color: #1E3827;
}
.TagClassName
{
border-color: #1E3827;
}
</style>