Shades of Pine Tree #1D3102
Tints of Pine Tree #1D3102
RGB
CMYK
RGB Variations
Color information
#1D3102 (or 0x1D3102) is known color: Pine Tree. HEX triplet: 1D, 31 and 02. RGB value is (29,49,2). Sum of RGB (Red+Green+Blue) = 29+49+2=80 (10% of max value = 765). Red value is 29 (11.72% from 255 or 36.25% from 80); Green value is 49 (19.53% from 255 or 61.25% from 80); Blue value is 2 (1.17% from 255 or 2.5% from 80); Max value from RGB is 49 - color contains mainly: green. Hex color #1D3102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3102 is #E2CEFD. Grayscale: #252525. Windows color (decimal): -14864126 or 143645. OLE color: 143645.
HSL color Cylindrical-coordinate representation of color #1D3102: hue angle of 85.53º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1D3102 is Cyan = 0.41, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 29 | 49 | 2 | - |
| CMYK | 0.41 | 0 | 0.96 | 0.81 |
| HSL | 85.53º | 0.92% | 0.1% | - |
| HSV(B) | 85.53º | 0.96% | 0.19% | - |
| XYZ | 1.62 | 2.46 | 0.45 | - |
| YUV | 37.66 | 107.87 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 49 | 2 | 0.41 | 0 | 0.96 | 0.81 | 85.53 | 0.92 | 0.1 |
| Hex | 1D | 31 | 2 | 29 | 0 | 60 | 51 | 56 | 5C | A |
| Octal | 35 | 61 | 2 | 51 | 0 | 140 | 121 | 126 | 134 | 12 |
| Binary | 11101 | 110001 | 10 | 101001 | 0 | 1100000 | 1010001 | 1010110 | 1011100 | 1010 |
Color Harmonies of #1D3102
Complementary color
Monochromatic Colors of #1D3102
Black with #1D3102
Text Example
Text Example
White with #1D3102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3102; }
p { color: rgb(29,49,2); }
H1.HeaderClassName
{
color: #1D3102;
}
.AnyTagClassName
{
color: #1D3102;
}
</style>
background-color css
<style>
a { background-color: #1D3102; }
a { background-color: rgb(29,49,2); }
div.DivClassName
{
background-color: #1D3102;
}
.BgClassName
{
background-color: #1D3102;
}
</style>
border-color css
<style>
span { border-color: #1D3102; }
span { border-color: rgb(29,49,2); }
td.TdClassName
{
border-color: #1D3102;
}
.TagClassName
{
border-color: #1D3102;
}
</style>