Shades of Deep Fir #1D4526
Tints of Deep Fir #1D4526
RGB
CMYK
RGB Variations
Color information
#1D4526 (or 0x1D4526) is known color: Deep Fir. HEX triplet: 1D, 45 and 26. RGB value is (29,69,38). Sum of RGB (Red+Green+Blue) = 29+69+38=136 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.32% from 136); Green value is 69 (27.34% from 255 or 50.74% from 136); Blue value is 38 (15.23% from 255 or 27.94% from 136); Max value from RGB is 69 - color contains mainly: green. Hex color #1D4526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4526 is #E2BAD9. Grayscale: #353535. Windows color (decimal): -14858970 or 2508061. OLE color: 2508061.
HSL color Cylindrical-coordinate representation of color #1D4526: hue angle of 133.5º 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 #1D4526 is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 29 | 69 | 38 | - |
| CMYK | 0.58 | 0 | 0.45 | 0.73 |
| HSL | 133.5º | 0.41% | 0.19% | - |
| HSV(B) | 133.5º | 0.58% | 0.27% | - |
| XYZ | 2.98 | 4.66 | 2.58 | - |
| YUV | 53.51 | 119.25 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 69 | 38 | 0.58 | 0 | 0.45 | 0.73 | 133.5 | 0.41 | 0.19 |
| Hex | 1D | 45 | 26 | 3A | 0 | 2D | 49 | 86 | 29 | 13 |
| Octal | 35 | 105 | 46 | 72 | 0 | 55 | 111 | 206 | 51 | 23 |
| Binary | 11101 | 1000101 | 100110 | 111010 | 0 | 101101 | 1001001 | 10000110 | 101001 | 10011 |
Color Harmonies of #1D4526
Complementary color
Monochromatic Colors of #1D4526
Black with #1D4526
Text Example
Text Example
White with #1D4526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4526; }
p { color: rgb(29,69,38); }
H1.HeaderClassName
{
color: #1D4526;
}
.AnyTagClassName
{
color: #1D4526;
}
</style>
background-color css
<style>
a { background-color: #1D4526; }
a { background-color: rgb(29,69,38); }
div.DivClassName
{
background-color: #1D4526;
}
.BgClassName
{
background-color: #1D4526;
}
</style>
border-color css
<style>
span { border-color: #1D4526; }
span { border-color: rgb(29,69,38); }
td.TdClassName
{
border-color: #1D4526;
}
.TagClassName
{
border-color: #1D4526;
}
</style>