Shades of Pine Tree #1D320B
Tints of Pine Tree #1D320B
RGB
CMYK
RGB Variations
Color information
#1D320B (or 0x1D320B) is known color: Pine Tree. HEX triplet: 1D, 32 and 0B. RGB value is (29,50,11). Sum of RGB (Red+Green+Blue) = 29+50+11=90 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.22% from 90); Green value is 50 (19.92% from 255 or 55.56% from 90); Blue value is 11 (4.69% from 255 or 12.22% from 90); Max value from RGB is 50 - color contains mainly: green. Hex color #1D320B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D320B is #E2CDF4. Grayscale: #272727. Windows color (decimal): -14863861 or 733725. OLE color: 733725.
HSL color Cylindrical-coordinate representation of color #1D320B: hue angle of 92.31º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D320B is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 29 | 50 | 11 | - |
| CMYK | 0.42 | 0 | 0.78 | 0.80 |
| HSL | 92.31º | 0.64% | 0.12% | - |
| HSV(B) | 92.31º | 0.78% | 0.2% | - |
| XYZ | 1.71 | 2.57 | 0.72 | - |
| YUV | 39.28 | 112.04 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 50 | 11 | 0.42 | 0 | 0.78 | 0.80 | 92.31 | 0.64 | 0.12 |
| Hex | 1D | 32 | B | 2A | 0 | 4E | 50 | 5C | 40 | C |
| Octal | 35 | 62 | 13 | 52 | 0 | 116 | 120 | 134 | 100 | 14 |
| Binary | 11101 | 110010 | 1011 | 101010 | 0 | 1001110 | 1010000 | 1011100 | 1000000 | 1100 |
Color Harmonies of #1D320B
Complementary color
Monochromatic Colors of #1D320B
Black with #1D320B
Text Example
Text Example
White with #1D320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D320B; }
p { color: rgb(29,50,11); }
H1.HeaderClassName
{
color: #1D320B;
}
.AnyTagClassName
{
color: #1D320B;
}
</style>
background-color css
<style>
a { background-color: #1D320B; }
a { background-color: rgb(29,50,11); }
div.DivClassName
{
background-color: #1D320B;
}
.BgClassName
{
background-color: #1D320B;
}
</style>
border-color css
<style>
span { border-color: #1D320B; }
span { border-color: rgb(29,50,11); }
td.TdClassName
{
border-color: #1D320B;
}
.TagClassName
{
border-color: #1D320B;
}
</style>