Shades of Deep Fir #1D4525
Tints of Deep Fir #1D4525
RGB
CMYK
RGB Variations
Color information
#1D4525 (or 0x1D4525) is known color: Deep Fir. HEX triplet: 1D, 45 and 25. RGB value is (29,69,37). Sum of RGB (Red+Green+Blue) = 29+69+37=135 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.48% from 135); Green value is 69 (27.34% from 255 or 51.11% from 135); Blue value is 37 (14.84% from 255 or 27.41% from 135); Max value from RGB is 69 - color contains mainly: green. Hex color #1D4525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4525 is #E2BADA. Grayscale: #353535. Windows color (decimal): -14858971 or 2442525. OLE color: 2442525.
HSL color Cylindrical-coordinate representation of color #1D4525: hue angle of 132º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1D4525 is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 29 | 69 | 37 | - |
| CMYK | 0.58 | 0 | 0.46 | 0.73 |
| HSL | 132º | 0.41% | 0.19% | - |
| HSV(B) | 132º | 0.58% | 0.27% | - |
| XYZ | 2.97 | 4.65 | 2.49 | - |
| YUV | 53.39 | 118.75 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 69 | 37 | 0.58 | 0 | 0.46 | 0.73 | 132 | 0.41 | 0.19 |
| Hex | 1D | 45 | 25 | 3A | 0 | 2E | 49 | 84 | 29 | 13 |
| Octal | 35 | 105 | 45 | 72 | 0 | 56 | 111 | 204 | 51 | 23 |
| Binary | 11101 | 1000101 | 100101 | 111010 | 0 | 101110 | 1001001 | 10000100 | 101001 | 10011 |
Color Harmonies of #1D4525
Complementary color
Monochromatic Colors of #1D4525
Black with #1D4525
Text Example
Text Example
White with #1D4525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4525; }
p { color: rgb(29,69,37); }
H1.HeaderClassName
{
color: #1D4525;
}
.AnyTagClassName
{
color: #1D4525;
}
</style>
background-color css
<style>
a { background-color: #1D4525; }
a { background-color: rgb(29,69,37); }
div.DivClassName
{
background-color: #1D4525;
}
.BgClassName
{
background-color: #1D4525;
}
</style>
border-color css
<style>
span { border-color: #1D4525; }
span { border-color: rgb(29,69,37); }
td.TdClassName
{
border-color: #1D4525;
}
.TagClassName
{
border-color: #1D4525;
}
</style>