Shades of Deep Fir #1D3E27
Tints of Deep Fir #1D3E27
RGB
CMYK
RGB Variations
Color information
#1D3E27 (or 0x1D3E27) is known color: Deep Fir. HEX triplet: 1D, 3E and 27. RGB value is (29,62,39). Sum of RGB (Red+Green+Blue) = 29+62+39=130 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.31% from 130); Green value is 62 (24.61% from 255 or 47.69% from 130); Blue value is 39 (15.62% from 255 or 30% from 130); Max value from RGB is 62 - color contains mainly: green. Hex color #1D3E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3E27 is #E2C1D8. Grayscale: #313131. Windows color (decimal): -14860761 or 2571805. OLE color: 2571805.
HSL color Cylindrical-coordinate representation of color #1D3E27: hue angle of 138.18º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1D3E27 is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 29 | 62 | 39 | - |
| CMYK | 0.53 | 0 | 0.37 | 0.76 |
| HSL | 138.18º | 0.36% | 0.18% | - |
| HSV(B) | 138.18º | 0.53% | 0.24% | - |
| XYZ | 2.6 | 3.85 | 2.53 | - |
| YUV | 49.51 | 122.07 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 62 | 39 | 0.53 | 0 | 0.37 | 0.76 | 138.18 | 0.36 | 0.18 |
| Hex | 1D | 3E | 27 | 35 | 0 | 25 | 4C | 8A | 24 | 12 |
| Octal | 35 | 76 | 47 | 65 | 0 | 45 | 114 | 212 | 44 | 22 |
| Binary | 11101 | 111110 | 100111 | 110101 | 0 | 100101 | 1001100 | 10001010 | 100100 | 10010 |
Color Harmonies of #1D3E27
Complementary color
Monochromatic Colors of #1D3E27
Black with #1D3E27
Text Example
Text Example
White with #1D3E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3E27; }
p { color: rgb(29,62,39); }
H1.HeaderClassName
{
color: #1D3E27;
}
.AnyTagClassName
{
color: #1D3E27;
}
</style>
background-color css
<style>
a { background-color: #1D3E27; }
a { background-color: rgb(29,62,39); }
div.DivClassName
{
background-color: #1D3E27;
}
.BgClassName
{
background-color: #1D3E27;
}
</style>
border-color css
<style>
span { border-color: #1D3E27; }
span { border-color: rgb(29,62,39); }
td.TdClassName
{
border-color: #1D3E27;
}
.TagClassName
{
border-color: #1D3E27;
}
</style>