Shades of Deep Fir #1D4127
Tints of Deep Fir #1D4127
RGB
CMYK
RGB Variations
Color information
#1D4127 (or 0x1D4127) is known color: Deep Fir. HEX triplet: 1D, 41 and 27. RGB value is (29,65,39). Sum of RGB (Red+Green+Blue) = 29+65+39=133 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.80% from 133); Green value is 65 (25.78% from 255 or 48.87% from 133); Blue value is 39 (15.62% from 255 or 29.32% from 133); Max value from RGB is 65 - color contains mainly: green. Hex color #1D4127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4127 is #E2BED8. Grayscale: #333333. Windows color (decimal): -14859993 or 2572573. OLE color: 2572573.
HSL color Cylindrical-coordinate representation of color #1D4127: hue angle of 136.67º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1D4127 is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 29 | 65 | 39 | - |
| CMYK | 0.55 | 0 | 0.40 | 0.75 |
| HSL | 136.67º | 0.38% | 0.18% | - |
| HSV(B) | 136.67º | 0.55% | 0.25% | - |
| XYZ | 2.76 | 4.19 | 2.58 | - |
| YUV | 51.27 | 121.07 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 65 | 39 | 0.55 | 0 | 0.40 | 0.75 | 136.67 | 0.38 | 0.18 |
| Hex | 1D | 41 | 27 | 37 | 0 | 28 | 4B | 89 | 26 | 12 |
| Octal | 35 | 101 | 47 | 67 | 0 | 50 | 113 | 211 | 46 | 22 |
| Binary | 11101 | 1000001 | 100111 | 110111 | 0 | 101000 | 1001011 | 10001001 | 100110 | 10010 |
Color Harmonies of #1D4127
Complementary color
Monochromatic Colors of #1D4127
Black with #1D4127
Text Example
Text Example
White with #1D4127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4127; }
p { color: rgb(29,65,39); }
H1.HeaderClassName
{
color: #1D4127;
}
.AnyTagClassName
{
color: #1D4127;
}
</style>
background-color css
<style>
a { background-color: #1D4127; }
a { background-color: rgb(29,65,39); }
div.DivClassName
{
background-color: #1D4127;
}
.BgClassName
{
background-color: #1D4127;
}
</style>
border-color css
<style>
span { border-color: #1D4127; }
span { border-color: rgb(29,65,39); }
td.TdClassName
{
border-color: #1D4127;
}
.TagClassName
{
border-color: #1D4127;
}
</style>