Shades of Deep Fir #1E3D28
Tints of Deep Fir #1E3D28
RGB
CMYK
RGB Variations
Color information
#1E3D28 (or 0x1E3D28) is known color: Deep Fir. HEX triplet: 1E, 3D and 28. RGB value is (30,61,40). Sum of RGB (Red+Green+Blue) = 30+61+40=131 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.90% from 131); Green value is 61 (24.22% from 255 or 46.56% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 61 - color contains mainly: green. Hex color #1E3D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3D28 is #E1C2D7. Grayscale: #313131. Windows color (decimal): -14795480 or 2637086. OLE color: 2637086.
HSL color Cylindrical-coordinate representation of color #1E3D28: hue angle of 139.35º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1E3D28 is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 30 | 61 | 40 | - |
| CMYK | 0.51 | 0 | 0.34 | 0.76 |
| HSL | 139.35º | 0.34% | 0.18% | - |
| HSV(B) | 139.35º | 0.51% | 0.24% | - |
| XYZ | 2.59 | 3.77 | 2.6 | - |
| YUV | 49.34 | 122.73 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 61 | 40 | 0.51 | 0 | 0.34 | 0.76 | 139.35 | 0.34 | 0.18 |
| Hex | 1E | 3D | 28 | 33 | 0 | 22 | 4C | 8B | 22 | 12 |
| Octal | 36 | 75 | 50 | 63 | 0 | 42 | 114 | 213 | 42 | 22 |
| Binary | 11110 | 111101 | 101000 | 110011 | 0 | 100010 | 1001100 | 10001011 | 100010 | 10010 |
Color Harmonies of #1E3D28
Complementary color
Monochromatic Colors of #1E3D28
Black with #1E3D28
Text Example
Text Example
White with #1E3D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3D28; }
p { color: rgb(30,61,40); }
H1.HeaderClassName
{
color: #1E3D28;
}
.AnyTagClassName
{
color: #1E3D28;
}
</style>
background-color css
<style>
a { background-color: #1E3D28; }
a { background-color: rgb(30,61,40); }
div.DivClassName
{
background-color: #1E3D28;
}
.BgClassName
{
background-color: #1E3D28;
}
</style>
border-color css
<style>
span { border-color: #1E3D28; }
span { border-color: rgb(30,61,40); }
td.TdClassName
{
border-color: #1E3D28;
}
.TagClassName
{
border-color: #1E3D28;
}
</style>