Shades of Deep Fir #1D3725
Tints of Deep Fir #1D3725
RGB
CMYK
RGB Variations
Color information
#1D3725 (or 0x1D3725) is known color: Deep Fir. HEX triplet: 1D, 37 and 25. RGB value is (29,55,37). Sum of RGB (Red+Green+Blue) = 29+55+37=121 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.97% from 121); Green value is 55 (21.88% from 255 or 45.45% from 121); Blue value is 37 (14.84% from 255 or 30.58% from 121); Max value from RGB is 55 - color contains mainly: green. Hex color #1D3725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3725 is #E2C8DA. Grayscale: #2D2D2D. Windows color (decimal): -14862555 or 2438941. OLE color: 2438941.
HSL color Cylindrical-coordinate representation of color #1D3725: hue angle of 138.46º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1D3725 is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 29 | 55 | 37 | - |
| CMYK | 0.47 | 0 | 0.33 | 0.78 |
| HSL | 138.46º | 0.31% | 0.16% | - |
| HSV(B) | 138.46º | 0.47% | 0.22% | - |
| XYZ | 2.21 | 3.13 | 2.24 | - |
| YUV | 45.17 | 123.39 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 55 | 37 | 0.47 | 0 | 0.33 | 0.78 | 138.46 | 0.31 | 0.16 |
| Hex | 1D | 37 | 25 | 2F | 0 | 21 | 4E | 8A | 1F | 10 |
| Octal | 35 | 67 | 45 | 57 | 0 | 41 | 116 | 212 | 37 | 20 |
| Binary | 11101 | 110111 | 100101 | 101111 | 0 | 100001 | 1001110 | 10001010 | 11111 | 10000 |
Color Harmonies of #1D3725
Complementary color
Monochromatic Colors of #1D3725
Black with #1D3725
Text Example
Text Example
White with #1D3725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3725; }
p { color: rgb(29,55,37); }
H1.HeaderClassName
{
color: #1D3725;
}
.AnyTagClassName
{
color: #1D3725;
}
</style>
background-color css
<style>
a { background-color: #1D3725; }
a { background-color: rgb(29,55,37); }
div.DivClassName
{
background-color: #1D3725;
}
.BgClassName
{
background-color: #1D3725;
}
</style>
border-color css
<style>
span { border-color: #1D3725; }
span { border-color: rgb(29,55,37); }
td.TdClassName
{
border-color: #1D3725;
}
.TagClassName
{
border-color: #1D3725;
}
</style>