Shades of Pine Tree #1D260E
Tints of Pine Tree #1D260E
RGB
CMYK
RGB Variations
Color information
#1D260E (or 0x1D260E) is known color: Pine Tree. HEX triplet: 1D, 26 and 0E. RGB value is (29,38,14). Sum of RGB (Red+Green+Blue) = 29+38+14=81 (10% of max value = 765). Red value is 29 (11.72% from 255 or 35.80% from 81); Green value is 38 (15.23% from 255 or 46.91% from 81); Blue value is 14 (5.86% from 255 or 17.28% from 81); Max value from RGB is 38 - color contains mainly: green. Hex color #1D260E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D260E is #E2D9F1. Grayscale: #202020. Windows color (decimal): -14866930 or 927261. OLE color: 927261.
HSL color Cylindrical-coordinate representation of color #1D260E: hue angle of 82.5º degrees, saturation: 0.46, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1D260E is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 29 | 38 | 14 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.85 |
| HSL | 82.5º | 0.46% | 0.1% | - |
| HSV(B) | 82.5º | 0.63% | 0.15% | - |
| XYZ | 1.28 | 1.68 | 0.67 | - |
| YUV | 32.57 | 117.52 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 38 | 14 | 0.24 | 0 | 0.63 | 0.85 | 82.5 | 0.46 | 0.1 |
| Hex | 1D | 26 | E | 18 | 0 | 3F | 55 | 52 | 2E | A |
| Octal | 35 | 46 | 16 | 30 | 0 | 77 | 125 | 122 | 56 | 12 |
| Binary | 11101 | 100110 | 1110 | 11000 | 0 | 111111 | 1010101 | 1010010 | 101110 | 1010 |
Color Harmonies of #1D260E
Complementary color
Monochromatic Colors of #1D260E
Black with #1D260E
Text Example
Text Example
White with #1D260E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D260E; }
p { color: rgb(29,38,14); }
H1.HeaderClassName
{
color: #1D260E;
}
.AnyTagClassName
{
color: #1D260E;
}
</style>
background-color css
<style>
a { background-color: #1D260E; }
a { background-color: rgb(29,38,14); }
div.DivClassName
{
background-color: #1D260E;
}
.BgClassName
{
background-color: #1D260E;
}
</style>
border-color css
<style>
span { border-color: #1D260E; }
span { border-color: rgb(29,38,14); }
td.TdClassName
{
border-color: #1D260E;
}
.TagClassName
{
border-color: #1D260E;
}
</style>