Shades of Deep Fir #1E4325
Tints of Deep Fir #1E4325
RGB
CMYK
RGB Variations
Color information
#1E4325 (or 0x1E4325) is known color: Deep Fir. HEX triplet: 1E, 43 and 25. RGB value is (30,67,37). Sum of RGB (Red+Green+Blue) = 30+67+37=134 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.39% from 134); Green value is 67 (26.56% from 255 or 50% from 134); Blue value is 37 (14.84% from 255 or 27.61% from 134); Max value from RGB is 67 - color contains mainly: green. Hex color #1E4325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4325 is #E1BCDA. Grayscale: #343434. Windows color (decimal): -14793947 or 2442014. OLE color: 2442014.
HSL color Cylindrical-coordinate representation of color #1E4325: hue angle of 131.35º 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 #1E4325 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 30 | 67 | 37 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.74 |
| HSL | 131.35º | 0.38% | 0.19% | - |
| HSV(B) | 131.35º | 0.55% | 0.26% | - |
| XYZ | 2.88 | 4.42 | 2.45 | - |
| YUV | 52.52 | 119.24 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 67 | 37 | 0.55 | 0 | 0.45 | 0.74 | 131.35 | 0.38 | 0.19 |
| Hex | 1E | 43 | 25 | 37 | 0 | 2D | 4A | 83 | 26 | 13 |
| Octal | 36 | 103 | 45 | 67 | 0 | 55 | 112 | 203 | 46 | 23 |
| Binary | 11110 | 1000011 | 100101 | 110111 | 0 | 101101 | 1001010 | 10000011 | 100110 | 10011 |
Color Harmonies of #1E4325
Complementary color
Monochromatic Colors of #1E4325
Black with #1E4325
Text Example
Text Example
White with #1E4325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4325; }
p { color: rgb(30,67,37); }
H1.HeaderClassName
{
color: #1E4325;
}
.AnyTagClassName
{
color: #1E4325;
}
</style>
background-color css
<style>
a { background-color: #1E4325; }
a { background-color: rgb(30,67,37); }
div.DivClassName
{
background-color: #1E4325;
}
.BgClassName
{
background-color: #1E4325;
}
</style>
border-color css
<style>
span { border-color: #1E4325; }
span { border-color: rgb(30,67,37); }
td.TdClassName
{
border-color: #1E4325;
}
.TagClassName
{
border-color: #1E4325;
}
</style>