Shades of Deep Fir #1D4724
Tints of Deep Fir #1D4724
RGB
CMYK
RGB Variations
Color information
#1D4724 (or 0x1D4724) is known color: Deep Fir. HEX triplet: 1D, 47 and 24. RGB value is (29,71,36). Sum of RGB (Red+Green+Blue) = 29+71+36=136 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.32% from 136); Green value is 71 (28.12% from 255 or 52.21% from 136); Blue value is 36 (14.45% from 255 or 26.47% from 136); Max value from RGB is 71 - color contains mainly: green. Hex color #1D4724 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4724 is #E2B8DB. Grayscale: #363636. Windows color (decimal): -14858460 or 2377501. OLE color: 2377501.
HSL color Cylindrical-coordinate representation of color #1D4724: hue angle of 130º 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 #1D4724 is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 29 | 71 | 36 | - |
| CMYK | 0.59 | 0 | 0.49 | 0.72 |
| HSL | 130º | 0.42% | 0.2% | - |
| HSV(B) | 130º | 0.59% | 0.28% | - |
| XYZ | 3.08 | 4.9 | 2.45 | - |
| YUV | 54.45 | 117.59 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 71 | 36 | 0.59 | 0 | 0.49 | 0.72 | 130 | 0.42 | 0.2 |
| Hex | 1D | 47 | 24 | 3B | 0 | 31 | 48 | 82 | 2A | 14 |
| Octal | 35 | 107 | 44 | 73 | 0 | 61 | 110 | 202 | 52 | 24 |
| Binary | 11101 | 1000111 | 100100 | 111011 | 0 | 110001 | 1001000 | 10000010 | 101010 | 10100 |
Color Harmonies of #1D4724
Complementary color
Monochromatic Colors of #1D4724
Black with #1D4724
Text Example
Text Example
White with #1D4724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4724; }
p { color: rgb(29,71,36); }
H1.HeaderClassName
{
color: #1D4724;
}
.AnyTagClassName
{
color: #1D4724;
}
</style>
background-color css
<style>
a { background-color: #1D4724; }
a { background-color: rgb(29,71,36); }
div.DivClassName
{
background-color: #1D4724;
}
.BgClassName
{
background-color: #1D4724;
}
</style>
border-color css
<style>
span { border-color: #1D4724; }
span { border-color: rgb(29,71,36); }
td.TdClassName
{
border-color: #1D4724;
}
.TagClassName
{
border-color: #1D4724;
}
</style>