Shades of Deep Fir #1E4425
Tints of Deep Fir #1E4425
RGB
CMYK
RGB Variations
Color information
#1E4425 (or 0x1E4425) is known color: Deep Fir. HEX triplet: 1E, 44 and 25. RGB value is (30,68,37). Sum of RGB (Red+Green+Blue) = 30+68+37=135 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.22% from 135); Green value is 68 (26.95% from 255 or 50.37% from 135); Blue value is 37 (14.84% from 255 or 27.41% from 135); Max value from RGB is 68 - color contains mainly: green. Hex color #1E4425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4425 is #E1BBDA. Grayscale: #353535. Windows color (decimal): -14793691 or 2442270. OLE color: 2442270.
HSL color Cylindrical-coordinate representation of color #1E4425: hue angle of 131.05º 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 #1E4425 is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 30 | 68 | 37 | - |
| CMYK | 0.56 | 0 | 0.46 | 0.73 |
| HSL | 131.05º | 0.39% | 0.19% | - |
| HSV(B) | 131.05º | 0.56% | 0.27% | - |
| XYZ | 2.94 | 4.54 | 2.47 | - |
| YUV | 53.1 | 118.91 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 68 | 37 | 0.56 | 0 | 0.46 | 0.73 | 131.05 | 0.39 | 0.19 |
| Hex | 1E | 44 | 25 | 38 | 0 | 2E | 49 | 83 | 27 | 13 |
| Octal | 36 | 104 | 45 | 70 | 0 | 56 | 111 | 203 | 47 | 23 |
| Binary | 11110 | 1000100 | 100101 | 111000 | 0 | 101110 | 1001001 | 10000011 | 100111 | 10011 |
Color Harmonies of #1E4425
Complementary color
Monochromatic Colors of #1E4425
Black with #1E4425
Text Example
Text Example
White with #1E4425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4425; }
p { color: rgb(30,68,37); }
H1.HeaderClassName
{
color: #1E4425;
}
.AnyTagClassName
{
color: #1E4425;
}
</style>
background-color css
<style>
a { background-color: #1E4425; }
a { background-color: rgb(30,68,37); }
div.DivClassName
{
background-color: #1E4425;
}
.BgClassName
{
background-color: #1E4425;
}
</style>
border-color css
<style>
span { border-color: #1E4425; }
span { border-color: rgb(30,68,37); }
td.TdClassName
{
border-color: #1E4425;
}
.TagClassName
{
border-color: #1E4425;
}
</style>