Shades of Deep Fir #1E4426
Tints of Deep Fir #1E4426
RGB
CMYK
RGB Variations
Color information
#1E4426 (or 0x1E4426) is known color: Deep Fir. HEX triplet: 1E, 44 and 26. RGB value is (30,68,38). Sum of RGB (Red+Green+Blue) = 30+68+38=136 (18% of max value = 765). Red value is 30 (12.11% from 255 or 22.06% from 136); Green value is 68 (26.95% from 255 or 50% from 136); Blue value is 38 (15.23% from 255 or 27.94% from 136); Max value from RGB is 68 - color contains mainly: green. Hex color #1E4426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4426 is #E1BBD9. Grayscale: #353535. Windows color (decimal): -14793690 or 2507806. OLE color: 2507806.
HSL color Cylindrical-coordinate representation of color #1E4426: hue angle of 132.63º 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 #1E4426 is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 30 | 68 | 38 | - |
| CMYK | 0.56 | 0 | 0.44 | 0.73 |
| HSL | 132.63º | 0.39% | 0.19% | - |
| HSV(B) | 132.63º | 0.56% | 0.27% | - |
| XYZ | 2.95 | 4.55 | 2.56 | - |
| YUV | 53.22 | 119.41 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 68 | 38 | 0.56 | 0 | 0.44 | 0.73 | 132.63 | 0.39 | 0.19 |
| Hex | 1E | 44 | 26 | 38 | 0 | 2C | 49 | 85 | 27 | 13 |
| Octal | 36 | 104 | 46 | 70 | 0 | 54 | 111 | 205 | 47 | 23 |
| Binary | 11110 | 1000100 | 100110 | 111000 | 0 | 101100 | 1001001 | 10000101 | 100111 | 10011 |
Color Harmonies of #1E4426
Complementary color
Monochromatic Colors of #1E4426
Black with #1E4426
Text Example
Text Example
White with #1E4426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4426; }
p { color: rgb(30,68,38); }
H1.HeaderClassName
{
color: #1E4426;
}
.AnyTagClassName
{
color: #1E4426;
}
</style>
background-color css
<style>
a { background-color: #1E4426; }
a { background-color: rgb(30,68,38); }
div.DivClassName
{
background-color: #1E4426;
}
.BgClassName
{
background-color: #1E4426;
}
</style>
border-color css
<style>
span { border-color: #1E4426; }
span { border-color: rgb(30,68,38); }
td.TdClassName
{
border-color: #1E4426;
}
.TagClassName
{
border-color: #1E4426;
}
</style>