Shades of Pine Tree #1D2514
Tints of Pine Tree #1D2514
RGB
CMYK
RGB Variations
Color information
#1D2514 (or 0x1D2514) is known color: Pine Tree. HEX triplet: 1D, 25 and 14. RGB value is (29,37,20). Sum of RGB (Red+Green+Blue) = 29+37+20=86 (11% of max value = 765). Red value is 29 (11.72% from 255 or 33.72% from 86); Green value is 37 (14.84% from 255 or 43.02% from 86); Blue value is 20 (8.20% from 255 or 23.26% from 86); Max value from RGB is 37 - color contains mainly: green. Hex color #1D2514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2514 is #E2DAEB. Grayscale: #202020. Windows color (decimal): -14867180 or 1320221. OLE color: 1320221.
HSL color Cylindrical-coordinate representation of color #1D2514: hue angle of 88.24º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1D2514 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 29 | 37 | 20 | - |
| CMYK | 0.22 | 0 | 0.46 | 0.85 |
| HSL | 88.24º | 0.3% | 0.11% | - |
| HSV(B) | 88.24º | 0.46% | 0.15% | - |
| XYZ | 1.29 | 1.63 | 0.91 | - |
| YUV | 32.67 | 120.85 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 37 | 20 | 0.22 | 0 | 0.46 | 0.85 | 88.24 | 0.3 | 0.11 |
| Hex | 1D | 25 | 14 | 16 | 0 | 2E | 55 | 58 | 1E | B |
| Octal | 35 | 45 | 24 | 26 | 0 | 56 | 125 | 130 | 36 | 13 |
| Binary | 11101 | 100101 | 10100 | 10110 | 0 | 101110 | 1010101 | 1011000 | 11110 | 1011 |
Color Harmonies of #1D2514
Complementary color
Monochromatic Colors of #1D2514
Black with #1D2514
Text Example
Text Example
White with #1D2514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2514; }
p { color: rgb(29,37,20); }
H1.HeaderClassName
{
color: #1D2514;
}
.AnyTagClassName
{
color: #1D2514;
}
</style>
background-color css
<style>
a { background-color: #1D2514; }
a { background-color: rgb(29,37,20); }
div.DivClassName
{
background-color: #1D2514;
}
.BgClassName
{
background-color: #1D2514;
}
</style>
border-color css
<style>
span { border-color: #1D2514; }
span { border-color: rgb(29,37,20); }
td.TdClassName
{
border-color: #1D2514;
}
.TagClassName
{
border-color: #1D2514;
}
</style>