Shades of Deep Fir #1D3824
Tints of Deep Fir #1D3824
RGB
CMYK
RGB Variations
Color information
#1D3824 (or 0x1D3824) is known color: Deep Fir. HEX triplet: 1D, 38 and 24. RGB value is (29,56,36). Sum of RGB (Red+Green+Blue) = 29+56+36=121 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.97% from 121); Green value is 56 (22.27% from 255 or 46.28% from 121); Blue value is 36 (14.45% from 255 or 29.75% from 121); Max value from RGB is 56 - color contains mainly: green. Hex color #1D3824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3824 is #E2C7DB. Grayscale: #2D2D2D. Windows color (decimal): -14862300 or 2373661. OLE color: 2373661.
HSL color Cylindrical-coordinate representation of color #1D3824: hue angle of 135.56º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1D3824 is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 29 | 56 | 36 | - |
| CMYK | 0.48 | 0 | 0.36 | 0.78 |
| HSL | 135.56º | 0.32% | 0.17% | - |
| HSV(B) | 135.56º | 0.48% | 0.22% | - |
| XYZ | 2.24 | 3.22 | 2.17 | - |
| YUV | 45.65 | 122.55 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 56 | 36 | 0.48 | 0 | 0.36 | 0.78 | 135.56 | 0.32 | 0.17 |
| Hex | 1D | 38 | 24 | 30 | 0 | 24 | 4E | 88 | 20 | 11 |
| Octal | 35 | 70 | 44 | 60 | 0 | 44 | 116 | 210 | 40 | 21 |
| Binary | 11101 | 111000 | 100100 | 110000 | 0 | 100100 | 1001110 | 10001000 | 100000 | 10001 |
Color Harmonies of #1D3824
Complementary color
Monochromatic Colors of #1D3824
Black with #1D3824
Text Example
Text Example
White with #1D3824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3824; }
p { color: rgb(29,56,36); }
H1.HeaderClassName
{
color: #1D3824;
}
.AnyTagClassName
{
color: #1D3824;
}
</style>
background-color css
<style>
a { background-color: #1D3824; }
a { background-color: rgb(29,56,36); }
div.DivClassName
{
background-color: #1D3824;
}
.BgClassName
{
background-color: #1D3824;
}
</style>
border-color css
<style>
span { border-color: #1D3824; }
span { border-color: rgb(29,56,36); }
td.TdClassName
{
border-color: #1D3824;
}
.TagClassName
{
border-color: #1D3824;
}
</style>