Shades of Pine Tree #1D2614
Tints of Pine Tree #1D2614
RGB
CMYK
RGB Variations
Color information
#1D2614 (or 0x1D2614) is known color: Pine Tree. HEX triplet: 1D, 26 and 14. RGB value is (29,38,20). Sum of RGB (Red+Green+Blue) = 29+38+20=87 (11% of max value = 765). Red value is 29 (11.72% from 255 or 33.33% from 87); Green value is 38 (15.23% from 255 or 43.68% from 87); Blue value is 20 (8.20% from 255 or 22.99% from 87); Max value from RGB is 38 - color contains mainly: green. Hex color #1D2614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2614 is #E2D9EB. Grayscale: #212121. Windows color (decimal): -14866924 or 1320477. OLE color: 1320477.
HSL color Cylindrical-coordinate representation of color #1D2614: hue angle of 90º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1D2614 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 29 | 38 | 20 | - |
| CMYK | 0.24 | 0 | 0.47 | 0.85 |
| HSL | 90º | 0.31% | 0.11% | - |
| HSV(B) | 90º | 0.47% | 0.15% | - |
| XYZ | 1.33 | 1.7 | 0.92 | - |
| YUV | 33.26 | 120.52 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 38 | 20 | 0.24 | 0 | 0.47 | 0.85 | 90 | 0.31 | 0.11 |
| Hex | 1D | 26 | 14 | 18 | 0 | 2F | 55 | 5A | 1F | B |
| Octal | 35 | 46 | 24 | 30 | 0 | 57 | 125 | 132 | 37 | 13 |
| Binary | 11101 | 100110 | 10100 | 11000 | 0 | 101111 | 1010101 | 1011010 | 11111 | 1011 |
Color Harmonies of #1D2614
Complementary color
Monochromatic Colors of #1D2614
Black with #1D2614
Text Example
Text Example
White with #1D2614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2614; }
p { color: rgb(29,38,20); }
H1.HeaderClassName
{
color: #1D2614;
}
.AnyTagClassName
{
color: #1D2614;
}
</style>
background-color css
<style>
a { background-color: #1D2614; }
a { background-color: rgb(29,38,20); }
div.DivClassName
{
background-color: #1D2614;
}
.BgClassName
{
background-color: #1D2614;
}
</style>
border-color css
<style>
span { border-color: #1D2614; }
span { border-color: rgb(29,38,20); }
td.TdClassName
{
border-color: #1D2614;
}
.TagClassName
{
border-color: #1D2614;
}
</style>