Shades of Pine Tree #1D2312
Tints of Pine Tree #1D2312
RGB
CMYK
RGB Variations
Color information
#1D2312 (or 0x1D2312) is known color: Pine Tree. HEX triplet: 1D, 23 and 12. RGB value is (29,35,18). Sum of RGB (Red+Green+Blue) = 29+35+18=82 (10% of max value = 765). Red value is 29 (11.72% from 255 or 35.37% from 82); Green value is 35 (14.06% from 255 or 42.68% from 82); Blue value is 18 (7.42% from 255 or 21.95% from 82); Max value from RGB is 35 - color contains mainly: green. Hex color #1D2312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2312 is #E2DCED. Grayscale: #1F1F1F. Windows color (decimal): -14867694 or 1188637. OLE color: 1188637.
HSL color Cylindrical-coordinate representation of color #1D2312: hue angle of 81.18º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1D2312 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 29 | 35 | 18 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.86 |
| HSL | 81.18º | 0.32% | 0.1% | - |
| HSV(B) | 81.18º | 0.49% | 0.14% | - |
| XYZ | 1.22 | 1.51 | 0.8 | - |
| YUV | 31.27 | 120.51 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 35 | 18 | 0.17 | 0 | 0.49 | 0.86 | 81.18 | 0.32 | 0.1 |
| Hex | 1D | 23 | 12 | 11 | 0 | 31 | 56 | 51 | 20 | A |
| Octal | 35 | 43 | 22 | 21 | 0 | 61 | 126 | 121 | 40 | 12 |
| Binary | 11101 | 100011 | 10010 | 10001 | 0 | 110001 | 1010110 | 1010001 | 100000 | 1010 |
Color Harmonies of #1D2312
Complementary color
Monochromatic Colors of #1D2312
Black with #1D2312
Text Example
Text Example
White with #1D2312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2312; }
p { color: rgb(29,35,18); }
H1.HeaderClassName
{
color: #1D2312;
}
.AnyTagClassName
{
color: #1D2312;
}
</style>
background-color css
<style>
a { background-color: #1D2312; }
a { background-color: rgb(29,35,18); }
div.DivClassName
{
background-color: #1D2312;
}
.BgClassName
{
background-color: #1D2312;
}
</style>
border-color css
<style>
span { border-color: #1D2312; }
span { border-color: rgb(29,35,18); }
td.TdClassName
{
border-color: #1D2312;
}
.TagClassName
{
border-color: #1D2312;
}
</style>