Shades of Deep Fir #1D3C26
Tints of Deep Fir #1D3C26
RGB
CMYK
RGB Variations
Color information
#1D3C26 (or 0x1D3C26) is known color: Deep Fir. HEX triplet: 1D, 3C and 26. RGB value is (29,60,38). Sum of RGB (Red+Green+Blue) = 29+60+38=127 (16% of max value = 765). Red value is 29 (11.72% from 255 or 22.83% from 127); Green value is 60 (23.83% from 255 or 47.24% from 127); Blue value is 38 (15.23% from 255 or 29.92% from 127); Max value from RGB is 60 - color contains mainly: green. Hex color #1D3C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3C26 is #E2C3D9. Grayscale: #303030. Windows color (decimal): -14861274 or 2505757. OLE color: 2505757.
HSL color Cylindrical-coordinate representation of color #1D3C26: hue angle of 137.42º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1D3C26 is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 29 | 60 | 38 | - |
| CMYK | 0.52 | 0 | 0.37 | 0.76 |
| HSL | 137.42º | 0.35% | 0.17% | - |
| HSV(B) | 137.42º | 0.52% | 0.24% | - |
| XYZ | 2.47 | 3.63 | 2.4 | - |
| YUV | 48.22 | 122.23 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 60 | 38 | 0.52 | 0 | 0.37 | 0.76 | 137.42 | 0.35 | 0.17 |
| Hex | 1D | 3C | 26 | 34 | 0 | 25 | 4C | 89 | 23 | 11 |
| Octal | 35 | 74 | 46 | 64 | 0 | 45 | 114 | 211 | 43 | 21 |
| Binary | 11101 | 111100 | 100110 | 110100 | 0 | 100101 | 1001100 | 10001001 | 100011 | 10001 |
Color Harmonies of #1D3C26
Complementary color
Monochromatic Colors of #1D3C26
Black with #1D3C26
Text Example
Text Example
White with #1D3C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3C26; }
p { color: rgb(29,60,38); }
H1.HeaderClassName
{
color: #1D3C26;
}
.AnyTagClassName
{
color: #1D3C26;
}
</style>
background-color css
<style>
a { background-color: #1D3C26; }
a { background-color: rgb(29,60,38); }
div.DivClassName
{
background-color: #1D3C26;
}
.BgClassName
{
background-color: #1D3C26;
}
</style>
border-color css
<style>
span { border-color: #1D3C26; }
span { border-color: rgb(29,60,38); }
td.TdClassName
{
border-color: #1D3C26;
}
.TagClassName
{
border-color: #1D3C26;
}
</style>