Shades of Deep Fir #1D4629
Tints of Deep Fir #1D4629
RGB
CMYK
RGB Variations
Color information
#1D4629 (or 0x1D4629) is known color: Deep Fir. HEX triplet: 1D, 46 and 29. RGB value is (29,70,41). Sum of RGB (Red+Green+Blue) = 29+70+41=140 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.71% from 140); Green value is 70 (27.73% from 255 or 50% from 140); Blue value is 41 (16.41% from 255 or 29.29% from 140); Max value from RGB is 70 - color contains mainly: green. Hex color #1D4629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4629 is #E2B9D6. Grayscale: #363636. Windows color (decimal): -14858711 or 2704925. OLE color: 2704925.
HSL color Cylindrical-coordinate representation of color #1D4629: hue angle of 137.56º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1D4629 is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 29 | 70 | 41 | - |
| CMYK | 0.59 | 0 | 0.41 | 0.73 |
| HSL | 137.56º | 0.41% | 0.19% | - |
| HSV(B) | 137.56º | 0.59% | 0.27% | - |
| XYZ | 3.1 | 4.8 | 2.86 | - |
| YUV | 54.44 | 120.42 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 70 | 41 | 0.59 | 0 | 0.41 | 0.73 | 137.56 | 0.41 | 0.19 |
| Hex | 1D | 46 | 29 | 3B | 0 | 29 | 49 | 8A | 29 | 13 |
| Octal | 35 | 106 | 51 | 73 | 0 | 51 | 111 | 212 | 51 | 23 |
| Binary | 11101 | 1000110 | 101001 | 111011 | 0 | 101001 | 1001001 | 10001010 | 101001 | 10011 |
Color Harmonies of #1D4629
Complementary color
Monochromatic Colors of #1D4629
Black with #1D4629
Text Example
Text Example
White with #1D4629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4629; }
p { color: rgb(29,70,41); }
H1.HeaderClassName
{
color: #1D4629;
}
.AnyTagClassName
{
color: #1D4629;
}
</style>
background-color css
<style>
a { background-color: #1D4629; }
a { background-color: rgb(29,70,41); }
div.DivClassName
{
background-color: #1D4629;
}
.BgClassName
{
background-color: #1D4629;
}
</style>
border-color css
<style>
span { border-color: #1D4629; }
span { border-color: rgb(29,70,41); }
td.TdClassName
{
border-color: #1D4629;
}
.TagClassName
{
border-color: #1D4629;
}
</style>