Shades of Deep Fir #1E3E28
Tints of Deep Fir #1E3E28
RGB
CMYK
RGB Variations
Color information
#1E3E28 (or 0x1E3E28) is known color: Deep Fir. HEX triplet: 1E, 3E and 28. RGB value is (30,62,40). Sum of RGB (Red+Green+Blue) = 30+62+40=132 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.73% from 132); Green value is 62 (24.61% from 255 or 46.97% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 62 - color contains mainly: green. Hex color #1E3E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3E28 is #E1C1D7. Grayscale: #313131. Windows color (decimal): -14795224 or 2637342. OLE color: 2637342.
HSL color Cylindrical-coordinate representation of color #1E3E28: hue angle of 138.75º 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 #1E3E28 is Cyan = 0.52, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 30 | 62 | 40 | - |
| CMYK | 0.52 | 0 | 0.35 | 0.76 |
| HSL | 138.75º | 0.35% | 0.18% | - |
| HSV(B) | 138.75º | 0.52% | 0.24% | - |
| XYZ | 2.64 | 3.87 | 2.62 | - |
| YUV | 49.92 | 122.4 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 62 | 40 | 0.52 | 0 | 0.35 | 0.76 | 138.75 | 0.35 | 0.18 |
| Hex | 1E | 3E | 28 | 34 | 0 | 23 | 4C | 8B | 23 | 12 |
| Octal | 36 | 76 | 50 | 64 | 0 | 43 | 114 | 213 | 43 | 22 |
| Binary | 11110 | 111110 | 101000 | 110100 | 0 | 100011 | 1001100 | 10001011 | 100011 | 10010 |
Color Harmonies of #1E3E28
Complementary color
Monochromatic Colors of #1E3E28
Black with #1E3E28
Text Example
Text Example
White with #1E3E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3E28; }
p { color: rgb(30,62,40); }
H1.HeaderClassName
{
color: #1E3E28;
}
.AnyTagClassName
{
color: #1E3E28;
}
</style>
background-color css
<style>
a { background-color: #1E3E28; }
a { background-color: rgb(30,62,40); }
div.DivClassName
{
background-color: #1E3E28;
}
.BgClassName
{
background-color: #1E3E28;
}
</style>
border-color css
<style>
span { border-color: #1E3E28; }
span { border-color: rgb(30,62,40); }
td.TdClassName
{
border-color: #1E3E28;
}
.TagClassName
{
border-color: #1E3E28;
}
</style>