Shades of Deep Fir #1D4828
Tints of Deep Fir #1D4828
RGB
CMYK
RGB Variations
Color information
#1D4828 (or 0x1D4828) is known color: Deep Fir. HEX triplet: 1D, 48 and 28. RGB value is (29,72,40). Sum of RGB (Red+Green+Blue) = 29+72+40=141 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.57% from 141); Green value is 72 (28.52% from 255 or 51.06% from 141); Blue value is 40 (16.02% from 255 or 28.37% from 141); Max value from RGB is 72 - color contains mainly: green. Hex color #1D4828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4828 is #E2B7D7. Grayscale: #373737. Windows color (decimal): -14858200 or 2639901. OLE color: 2639901.
HSL color Cylindrical-coordinate representation of color #1D4828: hue angle of 135.35º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1D4828 is Cyan = 0.60, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 29 | 72 | 40 | - |
| CMYK | 0.60 | 0 | 0.44 | 0.72 |
| HSL | 135.35º | 0.43% | 0.2% | - |
| HSV(B) | 135.35º | 0.6% | 0.28% | - |
| XYZ | 3.21 | 5.05 | 2.81 | - |
| YUV | 55.5 | 119.25 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 72 | 40 | 0.60 | 0 | 0.44 | 0.72 | 135.35 | 0.43 | 0.2 |
| Hex | 1D | 48 | 28 | 3C | 0 | 2C | 48 | 87 | 2B | 14 |
| Octal | 35 | 110 | 50 | 74 | 0 | 54 | 110 | 207 | 53 | 24 |
| Binary | 11101 | 1001000 | 101000 | 111100 | 0 | 101100 | 1001000 | 10000111 | 101011 | 10100 |
Color Harmonies of #1D4828
Complementary color
Monochromatic Colors of #1D4828
Black with #1D4828
Text Example
Text Example
White with #1D4828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4828; }
p { color: rgb(29,72,40); }
H1.HeaderClassName
{
color: #1D4828;
}
.AnyTagClassName
{
color: #1D4828;
}
</style>
background-color css
<style>
a { background-color: #1D4828; }
a { background-color: rgb(29,72,40); }
div.DivClassName
{
background-color: #1D4828;
}
.BgClassName
{
background-color: #1D4828;
}
</style>
border-color css
<style>
span { border-color: #1D4828; }
span { border-color: rgb(29,72,40); }
td.TdClassName
{
border-color: #1D4828;
}
.TagClassName
{
border-color: #1D4828;
}
</style>