Shades of Deep Fir #1E422A
Tints of Deep Fir #1E422A
RGB
CMYK
RGB Variations
Color information
#1E422A (or 0x1E422A) is known color: Deep Fir. HEX triplet: 1E, 42 and 2A. RGB value is (30,66,42). Sum of RGB (Red+Green+Blue) = 30+66+42=138 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.74% from 138); Green value is 66 (26.17% from 255 or 47.83% from 138); Blue value is 42 (16.80% from 255 or 30.43% from 138); Max value from RGB is 66 - color contains mainly: green. Hex color #1E422A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E422A is #E1BDD5. Grayscale: #343434. Windows color (decimal): -14794198 or 2769438. OLE color: 2769438.
HSL color Cylindrical-coordinate representation of color #1E422A: hue angle of 140º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1E422A is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 30 | 66 | 42 | - |
| CMYK | 0.55 | 0 | 0.36 | 0.74 |
| HSL | 140º | 0.38% | 0.19% | - |
| HSV(B) | 140º | 0.55% | 0.26% | - |
| XYZ | 2.9 | 4.34 | 2.88 | - |
| YUV | 52.5 | 122.07 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 66 | 42 | 0.55 | 0 | 0.36 | 0.74 | 140 | 0.38 | 0.19 |
| Hex | 1E | 42 | 2A | 37 | 0 | 24 | 4A | 8C | 26 | 13 |
| Octal | 36 | 102 | 52 | 67 | 0 | 44 | 112 | 214 | 46 | 23 |
| Binary | 11110 | 1000010 | 101010 | 110111 | 0 | 100100 | 1001010 | 10001100 | 100110 | 10011 |
Color Harmonies of #1E422A
Complementary color
Monochromatic Colors of #1E422A
Black with #1E422A
Text Example
Text Example
White with #1E422A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E422A; }
p { color: rgb(30,66,42); }
H1.HeaderClassName
{
color: #1E422A;
}
.AnyTagClassName
{
color: #1E422A;
}
</style>
background-color css
<style>
a { background-color: #1E422A; }
a { background-color: rgb(30,66,42); }
div.DivClassName
{
background-color: #1E422A;
}
.BgClassName
{
background-color: #1E422A;
}
</style>
border-color css
<style>
span { border-color: #1E422A; }
span { border-color: rgb(30,66,42); }
td.TdClassName
{
border-color: #1E422A;
}
.TagClassName
{
border-color: #1E422A;
}
</style>