Shades of Deep Fir #1E412A
Tints of Deep Fir #1E412A
RGB
CMYK
RGB Variations
Color information
#1E412A (or 0x1E412A) is known color: Deep Fir. HEX triplet: 1E, 41 and 2A. RGB value is (30,65,42). Sum of RGB (Red+Green+Blue) = 30+65+42=137 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.90% from 137); Green value is 65 (25.78% from 255 or 47.45% from 137); Blue value is 42 (16.80% from 255 or 30.66% from 137); Max value from RGB is 65 - color contains mainly: green. Hex color #1E412A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E412A is #E1BED5. Grayscale: #333333. Windows color (decimal): -14794454 or 2769182. OLE color: 2769182.
HSL color Cylindrical-coordinate representation of color #1E412A: hue angle of 140.57º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1E412A is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 30 | 65 | 42 | - |
| CMYK | 0.54 | 0 | 0.35 | 0.75 |
| HSL | 140.57º | 0.37% | 0.19% | - |
| HSV(B) | 140.57º | 0.54% | 0.25% | - |
| XYZ | 2.84 | 4.22 | 2.86 | - |
| YUV | 51.91 | 122.4 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 65 | 42 | 0.54 | 0 | 0.35 | 0.75 | 140.57 | 0.37 | 0.19 |
| Hex | 1E | 41 | 2A | 36 | 0 | 23 | 4B | 8D | 25 | 13 |
| Octal | 36 | 101 | 52 | 66 | 0 | 43 | 113 | 215 | 45 | 23 |
| Binary | 11110 | 1000001 | 101010 | 110110 | 0 | 100011 | 1001011 | 10001101 | 100101 | 10011 |
Color Harmonies of #1E412A
Complementary color
Monochromatic Colors of #1E412A
Black with #1E412A
Text Example
Text Example
White with #1E412A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E412A; }
p { color: rgb(30,65,42); }
H1.HeaderClassName
{
color: #1E412A;
}
.AnyTagClassName
{
color: #1E412A;
}
</style>
background-color css
<style>
a { background-color: #1E412A; }
a { background-color: rgb(30,65,42); }
div.DivClassName
{
background-color: #1E412A;
}
.BgClassName
{
background-color: #1E412A;
}
</style>
border-color css
<style>
span { border-color: #1E412A; }
span { border-color: rgb(30,65,42); }
td.TdClassName
{
border-color: #1E412A;
}
.TagClassName
{
border-color: #1E412A;
}
</style>