Shades of Deep Fir #1D3E24
Tints of Deep Fir #1D3E24
RGB
CMYK
RGB Variations
Color information
#1D3E24 (or 0x1D3E24) is known color: Deep Fir. HEX triplet: 1D, 3E and 24. RGB value is (29,62,36). Sum of RGB (Red+Green+Blue) = 29+62+36=127 (16% of max value = 765). Red value is 29 (11.72% from 255 or 22.83% from 127); Green value is 62 (24.61% from 255 or 48.82% from 127); Blue value is 36 (14.45% from 255 or 28.35% from 127); Max value from RGB is 62 - color contains mainly: green. Hex color #1D3E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3E24 is #E2C1DB. Grayscale: #313131. Windows color (decimal): -14860764 or 2375197. OLE color: 2375197.
HSL color Cylindrical-coordinate representation of color #1D3E24: hue angle of 132.73º 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 #1D3E24 is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 29 | 62 | 36 | - |
| CMYK | 0.53 | 0 | 0.42 | 0.76 |
| HSL | 132.73º | 0.36% | 0.18% | - |
| HSV(B) | 132.73º | 0.53% | 0.24% | - |
| XYZ | 2.55 | 3.83 | 2.27 | - |
| YUV | 49.17 | 120.57 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 62 | 36 | 0.53 | 0 | 0.42 | 0.76 | 132.73 | 0.36 | 0.18 |
| Hex | 1D | 3E | 24 | 35 | 0 | 2A | 4C | 85 | 24 | 12 |
| Octal | 35 | 76 | 44 | 65 | 0 | 52 | 114 | 205 | 44 | 22 |
| Binary | 11101 | 111110 | 100100 | 110101 | 0 | 101010 | 1001100 | 10000101 | 100100 | 10010 |
Color Harmonies of #1D3E24
Complementary color
Monochromatic Colors of #1D3E24
Black with #1D3E24
Text Example
Text Example
White with #1D3E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3E24; }
p { color: rgb(29,62,36); }
H1.HeaderClassName
{
color: #1D3E24;
}
.AnyTagClassName
{
color: #1D3E24;
}
</style>
background-color css
<style>
a { background-color: #1D3E24; }
a { background-color: rgb(29,62,36); }
div.DivClassName
{
background-color: #1D3E24;
}
.BgClassName
{
background-color: #1D3E24;
}
</style>
border-color css
<style>
span { border-color: #1D3E24; }
span { border-color: rgb(29,62,36); }
td.TdClassName
{
border-color: #1D3E24;
}
.TagClassName
{
border-color: #1D3E24;
}
</style>