Shades of Deep Fir #1D4726
Tints of Deep Fir #1D4726
RGB
CMYK
RGB Variations
Color information
#1D4726 (or 0x1D4726) is known color: Deep Fir. HEX triplet: 1D, 47 and 26. RGB value is (29,71,38). Sum of RGB (Red+Green+Blue) = 29+71+38=138 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.01% from 138); Green value is 71 (28.12% from 255 or 51.45% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 71 - color contains mainly: green. Hex color #1D4726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4726 is #E2B8D9. Grayscale: #363636. Windows color (decimal): -14858458 or 2508573. OLE color: 2508573.
HSL color Cylindrical-coordinate representation of color #1D4726: hue angle of 132.86º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1D4726 is Cyan = 0.59, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 29 | 71 | 38 | - |
| CMYK | 0.59 | 0 | 0.46 | 0.72 |
| HSL | 132.86º | 0.42% | 0.2% | - |
| HSV(B) | 132.86º | 0.59% | 0.28% | - |
| XYZ | 3.11 | 4.91 | 2.62 | - |
| YUV | 54.68 | 118.59 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 71 | 38 | 0.59 | 0 | 0.46 | 0.72 | 132.86 | 0.42 | 0.2 |
| Hex | 1D | 47 | 26 | 3B | 0 | 2E | 48 | 85 | 2A | 14 |
| Octal | 35 | 107 | 46 | 73 | 0 | 56 | 110 | 205 | 52 | 24 |
| Binary | 11101 | 1000111 | 100110 | 111011 | 0 | 101110 | 1001000 | 10000101 | 101010 | 10100 |
Color Harmonies of #1D4726
Complementary color
Monochromatic Colors of #1D4726
Black with #1D4726
Text Example
Text Example
White with #1D4726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4726; }
p { color: rgb(29,71,38); }
H1.HeaderClassName
{
color: #1D4726;
}
.AnyTagClassName
{
color: #1D4726;
}
</style>
background-color css
<style>
a { background-color: #1D4726; }
a { background-color: rgb(29,71,38); }
div.DivClassName
{
background-color: #1D4726;
}
.BgClassName
{
background-color: #1D4726;
}
</style>
border-color css
<style>
span { border-color: #1D4726; }
span { border-color: rgb(29,71,38); }
td.TdClassName
{
border-color: #1D4726;
}
.TagClassName
{
border-color: #1D4726;
}
</style>