Shades of Deep Fir #1D3B26
Tints of Deep Fir #1D3B26
RGB
CMYK
RGB Variations
Color information
#1D3B26 (or 0x1D3B26) is known color: Deep Fir. HEX triplet: 1D, 3B and 26. RGB value is (29,59,38). Sum of RGB (Red+Green+Blue) = 29+59+38=126 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.02% from 126); Green value is 59 (23.44% from 255 or 46.83% from 126); Blue value is 38 (15.23% from 255 or 30.16% from 126); Max value from RGB is 59 - color contains mainly: green. Hex color #1D3B26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3B26 is #E2C4D9. Grayscale: #2F2F2F. Windows color (decimal): -14861530 or 2505501. OLE color: 2505501.
HSL color Cylindrical-coordinate representation of color #1D3B26: hue angle of 138º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1D3B26 is Cyan = 0.51, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 29 | 59 | 38 | - |
| CMYK | 0.51 | 0 | 0.36 | 0.77 |
| HSL | 138º | 0.34% | 0.17% | - |
| HSV(B) | 138º | 0.51% | 0.23% | - |
| XYZ | 2.42 | 3.53 | 2.39 | - |
| YUV | 47.64 | 122.56 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 59 | 38 | 0.51 | 0 | 0.36 | 0.77 | 138 | 0.34 | 0.17 |
| Hex | 1D | 3B | 26 | 33 | 0 | 24 | 4D | 8A | 22 | 11 |
| Octal | 35 | 73 | 46 | 63 | 0 | 44 | 115 | 212 | 42 | 21 |
| Binary | 11101 | 111011 | 100110 | 110011 | 0 | 100100 | 1001101 | 10001010 | 100010 | 10001 |
Color Harmonies of #1D3B26
Complementary color
Monochromatic Colors of #1D3B26
Black with #1D3B26
Text Example
Text Example
White with #1D3B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3B26; }
p { color: rgb(29,59,38); }
H1.HeaderClassName
{
color: #1D3B26;
}
.AnyTagClassName
{
color: #1D3B26;
}
</style>
background-color css
<style>
a { background-color: #1D3B26; }
a { background-color: rgb(29,59,38); }
div.DivClassName
{
background-color: #1D3B26;
}
.BgClassName
{
background-color: #1D3B26;
}
</style>
border-color css
<style>
span { border-color: #1D3B26; }
span { border-color: rgb(29,59,38); }
td.TdClassName
{
border-color: #1D3B26;
}
.TagClassName
{
border-color: #1D3B26;
}
</style>