Shades of Pine Tree #1D240D
Tints of Pine Tree #1D240D
RGB
CMYK
RGB Variations
Color information
#1D240D (or 0x1D240D) is known color: Pine Tree. HEX triplet: 1D, 24 and 0D. RGB value is (29,36,13). Sum of RGB (Red+Green+Blue) = 29+36+13=78 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.18% from 78); Green value is 36 (14.45% from 255 or 46.15% from 78); Blue value is 13 (5.47% from 255 or 16.67% from 78); Max value from RGB is 36 - color contains mainly: green. Hex color #1D240D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D240D is #E2DBF2. Grayscale: #1F1F1F. Windows color (decimal): -14867443 or 861213. OLE color: 861213.
HSL color Cylindrical-coordinate representation of color #1D240D: hue angle of 78.26º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1D240D is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 29 | 36 | 13 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.86 |
| HSL | 78.26º | 0.47% | 0.1% | - |
| HSV(B) | 78.26º | 0.64% | 0.14% | - |
| XYZ | 1.21 | 1.55 | 0.62 | - |
| YUV | 31.29 | 117.68 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 36 | 13 | 0.19 | 0 | 0.64 | 0.86 | 78.26 | 0.47 | 0.1 |
| Hex | 1D | 24 | D | 13 | 0 | 40 | 56 | 4E | 2F | A |
| Octal | 35 | 44 | 15 | 23 | 0 | 100 | 126 | 116 | 57 | 12 |
| Binary | 11101 | 100100 | 1101 | 10011 | 0 | 1000000 | 1010110 | 1001110 | 101111 | 1010 |
Color Harmonies of #1D240D
Complementary color
Monochromatic Colors of #1D240D
Black with #1D240D
Text Example
Text Example
White with #1D240D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D240D; }
p { color: rgb(29,36,13); }
H1.HeaderClassName
{
color: #1D240D;
}
.AnyTagClassName
{
color: #1D240D;
}
</style>
background-color css
<style>
a { background-color: #1D240D; }
a { background-color: rgb(29,36,13); }
div.DivClassName
{
background-color: #1D240D;
}
.BgClassName
{
background-color: #1D240D;
}
</style>
border-color css
<style>
span { border-color: #1D240D; }
span { border-color: rgb(29,36,13); }
td.TdClassName
{
border-color: #1D240D;
}
.TagClassName
{
border-color: #1D240D;
}
</style>