Shades of Deep Fir #1E4525
Tints of Deep Fir #1E4525
RGB
CMYK
RGB Variations
Color information
#1E4525 (or 0x1E4525) is known color: Deep Fir. HEX triplet: 1E, 45 and 25. RGB value is (30,69,37). Sum of RGB (Red+Green+Blue) = 30+69+37=136 (18% of max value = 765). Red value is 30 (12.11% from 255 or 22.06% from 136); Green value is 69 (27.34% from 255 or 50.74% from 136); Blue value is 37 (14.84% from 255 or 27.21% from 136); Max value from RGB is 69 - color contains mainly: green. Hex color #1E4525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4525 is #E1BADA. Grayscale: #353535. Windows color (decimal): -14793435 or 2442526. OLE color: 2442526.
HSL color Cylindrical-coordinate representation of color #1E4525: hue angle of 130.77º 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 #1E4525 is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 30 | 69 | 37 | - |
| CMYK | 0.57 | 0 | 0.46 | 0.73 |
| HSL | 130.77º | 0.39% | 0.19% | - |
| HSV(B) | 130.77º | 0.57% | 0.27% | - |
| XYZ | 3 | 4.67 | 2.49 | - |
| YUV | 53.69 | 118.58 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 69 | 37 | 0.57 | 0 | 0.46 | 0.73 | 130.77 | 0.39 | 0.19 |
| Hex | 1E | 45 | 25 | 39 | 0 | 2E | 49 | 83 | 27 | 13 |
| Octal | 36 | 105 | 45 | 71 | 0 | 56 | 111 | 203 | 47 | 23 |
| Binary | 11110 | 1000101 | 100101 | 111001 | 0 | 101110 | 1001001 | 10000011 | 100111 | 10011 |
Color Harmonies of #1E4525
Complementary color
Monochromatic Colors of #1E4525
Black with #1E4525
Text Example
Text Example
White with #1E4525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4525; }
p { color: rgb(30,69,37); }
H1.HeaderClassName
{
color: #1E4525;
}
.AnyTagClassName
{
color: #1E4525;
}
</style>
background-color css
<style>
a { background-color: #1E4525; }
a { background-color: rgb(30,69,37); }
div.DivClassName
{
background-color: #1E4525;
}
.BgClassName
{
background-color: #1E4525;
}
</style>
border-color css
<style>
span { border-color: #1E4525; }
span { border-color: rgb(30,69,37); }
td.TdClassName
{
border-color: #1E4525;
}
.TagClassName
{
border-color: #1E4525;
}
</style>