Shades of Deep Fir #1D3E25
Tints of Deep Fir #1D3E25
RGB
CMYK
RGB Variations
Color information
#1D3E25 (or 0x1D3E25) is known color: Deep Fir. HEX triplet: 1D, 3E and 25. RGB value is (29,62,37). Sum of RGB (Red+Green+Blue) = 29+62+37=128 (16% of max value = 765). Red value is 29 (11.72% from 255 or 22.66% from 128); Green value is 62 (24.61% from 255 or 48.44% from 128); Blue value is 37 (14.84% from 255 or 28.91% from 128); Max value from RGB is 62 - color contains mainly: green. Hex color #1D3E25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3E25 is #E2C1DA. Grayscale: #313131. Windows color (decimal): -14860763 or 2440733. OLE color: 2440733.
HSL color Cylindrical-coordinate representation of color #1D3E25: hue angle of 134.55º 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 #1D3E25 is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 29 | 62 | 37 | - |
| CMYK | 0.53 | 0 | 0.40 | 0.76 |
| HSL | 134.55º | 0.36% | 0.18% | - |
| HSV(B) | 134.55º | 0.53% | 0.24% | - |
| XYZ | 2.56 | 3.84 | 2.36 | - |
| YUV | 49.28 | 121.07 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 62 | 37 | 0.53 | 0 | 0.40 | 0.76 | 134.55 | 0.36 | 0.18 |
| Hex | 1D | 3E | 25 | 35 | 0 | 28 | 4C | 87 | 24 | 12 |
| Octal | 35 | 76 | 45 | 65 | 0 | 50 | 114 | 207 | 44 | 22 |
| Binary | 11101 | 111110 | 100101 | 110101 | 0 | 101000 | 1001100 | 10000111 | 100100 | 10010 |
Color Harmonies of #1D3E25
Complementary color
Monochromatic Colors of #1D3E25
Black with #1D3E25
Text Example
Text Example
White with #1D3E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3E25; }
p { color: rgb(29,62,37); }
H1.HeaderClassName
{
color: #1D3E25;
}
.AnyTagClassName
{
color: #1D3E25;
}
</style>
background-color css
<style>
a { background-color: #1D3E25; }
a { background-color: rgb(29,62,37); }
div.DivClassName
{
background-color: #1D3E25;
}
.BgClassName
{
background-color: #1D3E25;
}
</style>
border-color css
<style>
span { border-color: #1D3E25; }
span { border-color: rgb(29,62,37); }
td.TdClassName
{
border-color: #1D3E25;
}
.TagClassName
{
border-color: #1D3E25;
}
</style>