Shades of Pine Tree #1D2D10
Tints of Pine Tree #1D2D10
RGB
CMYK
RGB Variations
Color information
#1D2D10 (or 0x1D2D10) is known color: Pine Tree. HEX triplet: 1D, 2D and 10. RGB value is (29,45,16). Sum of RGB (Red+Green+Blue) = 29+45+16=90 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.22% from 90); Green value is 45 (17.97% from 255 or 50% from 90); Blue value is 16 (6.64% from 255 or 17.78% from 90); Max value from RGB is 45 - color contains mainly: green. Hex color #1D2D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2D10 is #E2D2EF. Grayscale: #252525. Windows color (decimal): -14865136 or 1060125. OLE color: 1060125.
HSL color Cylindrical-coordinate representation of color #1D2D10: hue angle of 93.1º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1D2D10 is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 29 | 45 | 16 | - |
| CMYK | 0.36 | 0 | 0.64 | 0.82 |
| HSL | 93.1º | 0.48% | 0.12% | - |
| HSV(B) | 93.1º | 0.64% | 0.18% | - |
| XYZ | 1.54 | 2.18 | 0.83 | - |
| YUV | 36.91 | 116.2 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 45 | 16 | 0.36 | 0 | 0.64 | 0.82 | 93.1 | 0.48 | 0.12 |
| Hex | 1D | 2D | 10 | 24 | 0 | 40 | 52 | 5D | 30 | C |
| Octal | 35 | 55 | 20 | 44 | 0 | 100 | 122 | 135 | 60 | 14 |
| Binary | 11101 | 101101 | 10000 | 100100 | 0 | 1000000 | 1010010 | 1011101 | 110000 | 1100 |
Color Harmonies of #1D2D10
Complementary color
Monochromatic Colors of #1D2D10
Black with #1D2D10
Text Example
Text Example
White with #1D2D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2D10; }
p { color: rgb(29,45,16); }
H1.HeaderClassName
{
color: #1D2D10;
}
.AnyTagClassName
{
color: #1D2D10;
}
</style>
background-color css
<style>
a { background-color: #1D2D10; }
a { background-color: rgb(29,45,16); }
div.DivClassName
{
background-color: #1D2D10;
}
.BgClassName
{
background-color: #1D2D10;
}
</style>
border-color css
<style>
span { border-color: #1D2D10; }
span { border-color: rgb(29,45,16); }
td.TdClassName
{
border-color: #1D2D10;
}
.TagClassName
{
border-color: #1D2D10;
}
</style>