Shades of Deep Fir #1E4828
Tints of Deep Fir #1E4828
RGB
CMYK
RGB Variations
Color information
#1E4828 (or 0x1E4828) is known color: Deep Fir. HEX triplet: 1E, 48 and 28. RGB value is (30,72,40). Sum of RGB (Red+Green+Blue) = 30+72+40=142 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.13% from 142); Green value is 72 (28.52% from 255 or 50.70% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 72 - color contains mainly: green. Hex color #1E4828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4828 is #E1B7D7. Grayscale: #373737. Windows color (decimal): -14792664 or 2639902. OLE color: 2639902.
HSL color Cylindrical-coordinate representation of color #1E4828: hue angle of 134.29º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1E4828 is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 30 | 72 | 40 | - |
| CMYK | 0.58 | 0 | 0.44 | 0.72 |
| HSL | 134.29º | 0.41% | 0.2% | - |
| HSV(B) | 134.29º | 0.58% | 0.28% | - |
| XYZ | 3.24 | 5.06 | 2.81 | - |
| YUV | 55.79 | 119.09 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 72 | 40 | 0.58 | 0 | 0.44 | 0.72 | 134.29 | 0.41 | 0.2 |
| Hex | 1E | 48 | 28 | 3A | 0 | 2C | 48 | 86 | 29 | 14 |
| Octal | 36 | 110 | 50 | 72 | 0 | 54 | 110 | 206 | 51 | 24 |
| Binary | 11110 | 1001000 | 101000 | 111010 | 0 | 101100 | 1001000 | 10000110 | 101001 | 10100 |
Color Harmonies of #1E4828
Complementary color
Monochromatic Colors of #1E4828
Black with #1E4828
Text Example
Text Example
White with #1E4828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4828; }
p { color: rgb(30,72,40); }
H1.HeaderClassName
{
color: #1E4828;
}
.AnyTagClassName
{
color: #1E4828;
}
</style>
background-color css
<style>
a { background-color: #1E4828; }
a { background-color: rgb(30,72,40); }
div.DivClassName
{
background-color: #1E4828;
}
.BgClassName
{
background-color: #1E4828;
}
</style>
border-color css
<style>
span { border-color: #1E4828; }
span { border-color: rgb(30,72,40); }
td.TdClassName
{
border-color: #1E4828;
}
.TagClassName
{
border-color: #1E4828;
}
</style>