Shades of Deep Fir #1E442A
Tints of Deep Fir #1E442A
RGB
CMYK
RGB Variations
Color information
#1E442A (or 0x1E442A) is known color: Deep Fir. HEX triplet: 1E, 44 and 2A. RGB value is (30,68,42). Sum of RGB (Red+Green+Blue) = 30+68+42=140 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.43% from 140); Green value is 68 (26.95% from 255 or 48.57% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 68 - color contains mainly: green. Hex color #1E442A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E442A is #E1BBD5. Grayscale: #353535. Windows color (decimal): -14793686 or 2769950. OLE color: 2769950.
HSL color Cylindrical-coordinate representation of color #1E442A: hue angle of 138.95º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1E442A is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 30 | 68 | 42 | - |
| CMYK | 0.56 | 0 | 0.38 | 0.73 |
| HSL | 138.95º | 0.39% | 0.19% | - |
| HSV(B) | 138.95º | 0.56% | 0.27% | - |
| XYZ | 3.02 | 4.58 | 2.91 | - |
| YUV | 53.67 | 121.41 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 68 | 42 | 0.56 | 0 | 0.38 | 0.73 | 138.95 | 0.39 | 0.19 |
| Hex | 1E | 44 | 2A | 38 | 0 | 26 | 49 | 8B | 27 | 13 |
| Octal | 36 | 104 | 52 | 70 | 0 | 46 | 111 | 213 | 47 | 23 |
| Binary | 11110 | 1000100 | 101010 | 111000 | 0 | 100110 | 1001001 | 10001011 | 100111 | 10011 |
Color Harmonies of #1E442A
Complementary color
Monochromatic Colors of #1E442A
Black with #1E442A
Text Example
Text Example
White with #1E442A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E442A; }
p { color: rgb(30,68,42); }
H1.HeaderClassName
{
color: #1E442A;
}
.AnyTagClassName
{
color: #1E442A;
}
</style>
background-color css
<style>
a { background-color: #1E442A; }
a { background-color: rgb(30,68,42); }
div.DivClassName
{
background-color: #1E442A;
}
.BgClassName
{
background-color: #1E442A;
}
</style>
border-color css
<style>
span { border-color: #1E442A; }
span { border-color: rgb(30,68,42); }
td.TdClassName
{
border-color: #1E442A;
}
.TagClassName
{
border-color: #1E442A;
}
</style>