Shades of Deep Fir #1E4526
Tints of Deep Fir #1E4526
RGB
CMYK
RGB Variations
Color information
#1E4526 (or 0x1E4526) is known color: Deep Fir. HEX triplet: 1E, 45 and 26. RGB value is (30,69,38). Sum of RGB (Red+Green+Blue) = 30+69+38=137 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.90% from 137); Green value is 69 (27.34% from 255 or 50.36% from 137); Blue value is 38 (15.23% from 255 or 27.74% from 137); Max value from RGB is 69 - color contains mainly: green. Hex color #1E4526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4526 is #E1BAD9. Grayscale: #353535. Windows color (decimal): -14793434 or 2508062. OLE color: 2508062.
HSL color Cylindrical-coordinate representation of color #1E4526: hue angle of 132.31º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1E4526 is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 30 | 69 | 38 | - |
| CMYK | 0.57 | 0 | 0.45 | 0.73 |
| HSL | 132.31º | 0.39% | 0.19% | - |
| HSV(B) | 132.31º | 0.57% | 0.27% | - |
| XYZ | 3.01 | 4.67 | 2.58 | - |
| YUV | 53.81 | 119.08 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 69 | 38 | 0.57 | 0 | 0.45 | 0.73 | 132.31 | 0.39 | 0.19 |
| Hex | 1E | 45 | 26 | 39 | 0 | 2D | 49 | 84 | 27 | 13 |
| Octal | 36 | 105 | 46 | 71 | 0 | 55 | 111 | 204 | 47 | 23 |
| Binary | 11110 | 1000101 | 100110 | 111001 | 0 | 101101 | 1001001 | 10000100 | 100111 | 10011 |
Color Harmonies of #1E4526
Complementary color
Monochromatic Colors of #1E4526
Black with #1E4526
Text Example
Text Example
White with #1E4526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4526; }
p { color: rgb(30,69,38); }
H1.HeaderClassName
{
color: #1E4526;
}
.AnyTagClassName
{
color: #1E4526;
}
</style>
background-color css
<style>
a { background-color: #1E4526; }
a { background-color: rgb(30,69,38); }
div.DivClassName
{
background-color: #1E4526;
}
.BgClassName
{
background-color: #1E4526;
}
</style>
border-color css
<style>
span { border-color: #1E4526; }
span { border-color: rgb(30,69,38); }
td.TdClassName
{
border-color: #1E4526;
}
.TagClassName
{
border-color: #1E4526;
}
</style>