Shades of Deep Fir #1D3E29
Tints of Deep Fir #1D3E29
RGB
CMYK
RGB Variations
Color information
#1D3E29 (or 0x1D3E29) is known color: Deep Fir. HEX triplet: 1D, 3E and 29. RGB value is (29,62,41). Sum of RGB (Red+Green+Blue) = 29+62+41=132 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.97% from 132); Green value is 62 (24.61% from 255 or 46.97% from 132); Blue value is 41 (16.41% from 255 or 31.06% from 132); Max value from RGB is 62 - color contains mainly: green. Hex color #1D3E29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3E29 is #E2C1D6. Grayscale: #313131. Windows color (decimal): -14860759 or 2702877. OLE color: 2702877.
HSL color Cylindrical-coordinate representation of color #1D3E29: hue angle of 141.82º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1D3E29 is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 29 | 62 | 41 | - |
| CMYK | 0.53 | 0 | 0.34 | 0.76 |
| HSL | 141.82º | 0.36% | 0.18% | - |
| HSV(B) | 141.82º | 0.53% | 0.24% | - |
| XYZ | 2.63 | 3.87 | 2.71 | - |
| YUV | 49.74 | 123.07 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 62 | 41 | 0.53 | 0 | 0.34 | 0.76 | 141.82 | 0.36 | 0.18 |
| Hex | 1D | 3E | 29 | 35 | 0 | 22 | 4C | 8E | 24 | 12 |
| Octal | 35 | 76 | 51 | 65 | 0 | 42 | 114 | 216 | 44 | 22 |
| Binary | 11101 | 111110 | 101001 | 110101 | 0 | 100010 | 1001100 | 10001110 | 100100 | 10010 |
Color Harmonies of #1D3E29
Complementary color
Monochromatic Colors of #1D3E29
Black with #1D3E29
Text Example
Text Example
White with #1D3E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3E29; }
p { color: rgb(29,62,41); }
H1.HeaderClassName
{
color: #1D3E29;
}
.AnyTagClassName
{
color: #1D3E29;
}
</style>
background-color css
<style>
a { background-color: #1D3E29; }
a { background-color: rgb(29,62,41); }
div.DivClassName
{
background-color: #1D3E29;
}
.BgClassName
{
background-color: #1D3E29;
}
</style>
border-color css
<style>
span { border-color: #1D3E29; }
span { border-color: rgb(29,62,41); }
td.TdClassName
{
border-color: #1D3E29;
}
.TagClassName
{
border-color: #1D3E29;
}
</style>