Shades of Deep Fir #1D3A25
Tints of Deep Fir #1D3A25
RGB
CMYK
RGB Variations
Color information
#1D3A25 (or 0x1D3A25) is known color: Deep Fir. HEX triplet: 1D, 3A and 25. RGB value is (29,58,37). Sum of RGB (Red+Green+Blue) = 29+58+37=124 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.39% from 124); Green value is 58 (23.05% from 255 or 46.77% from 124); Blue value is 37 (14.84% from 255 or 29.84% from 124); Max value from RGB is 58 - color contains mainly: green. Hex color #1D3A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3A25 is #E2C5DA. Grayscale: #2E2E2E. Windows color (decimal): -14861787 or 2439709. OLE color: 2439709.
HSL color Cylindrical-coordinate representation of color #1D3A25: hue angle of 136.55º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1D3A25 is Cyan = 0.5, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 29 | 58 | 37 | - |
| CMYK | 0.5 | 0 | 0.36 | 0.77 |
| HSL | 136.55º | 0.33% | 0.17% | - |
| HSV(B) | 136.55º | 0.5% | 0.23% | - |
| XYZ | 2.35 | 3.42 | 2.29 | - |
| YUV | 46.94 | 122.39 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 58 | 37 | 0.5 | 0 | 0.36 | 0.77 | 136.55 | 0.33 | 0.17 |
| Hex | 1D | 3A | 25 | 32 | 0 | 24 | 4D | 89 | 21 | 11 |
| Octal | 35 | 72 | 45 | 62 | 0 | 44 | 115 | 211 | 41 | 21 |
| Binary | 11101 | 111010 | 100101 | 110010 | 0 | 100100 | 1001101 | 10001001 | 100001 | 10001 |
Color Harmonies of #1D3A25
Complementary color
Monochromatic Colors of #1D3A25
Black with #1D3A25
Text Example
Text Example
White with #1D3A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3A25; }
p { color: rgb(29,58,37); }
H1.HeaderClassName
{
color: #1D3A25;
}
.AnyTagClassName
{
color: #1D3A25;
}
</style>
background-color css
<style>
a { background-color: #1D3A25; }
a { background-color: rgb(29,58,37); }
div.DivClassName
{
background-color: #1D3A25;
}
.BgClassName
{
background-color: #1D3A25;
}
</style>
border-color css
<style>
span { border-color: #1D3A25; }
span { border-color: rgb(29,58,37); }
td.TdClassName
{
border-color: #1D3A25;
}
.TagClassName
{
border-color: #1D3A25;
}
</style>