Shades of Pine Tree #2A341D
Tints of Pine Tree #2A341D
RGB
CMYK
RGB Variations
Color information
#2A341D (or 0x2A341D) is known color: Pine Tree. HEX triplet: 2A, 34 and 1D. RGB value is (42,52,29). Sum of RGB (Red+Green+Blue) = 42+52+29=123 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.15% from 123); Green value is 52 (20.70% from 255 or 42.28% from 123); Blue value is 29 (11.72% from 255 or 23.58% from 123); Max value from RGB is 52 - color contains mainly: green. Hex color #2A341D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A341D is #D5CBE2. Grayscale: #2E2E2E. Windows color (decimal): -14011363 or 1913898. OLE color: 1913898.
HSL color Cylindrical-coordinate representation of color #2A341D: hue angle of 86.09º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2A341D is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 42 | 52 | 29 | - |
| CMYK | 0.19 | 0 | 0.44 | 0.80 |
| HSL | 86.09º | 0.28% | 0.16% | - |
| HSV(B) | 86.09º | 0.44% | 0.2% | - |
| XYZ | 2.4 | 3.04 | 1.62 | - |
| YUV | 46.39 | 118.19 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 52 | 29 | 0.19 | 0 | 0.44 | 0.80 | 86.09 | 0.28 | 0.16 |
| Hex | 2A | 34 | 1D | 13 | 0 | 2C | 50 | 56 | 1C | 10 |
| Octal | 52 | 64 | 35 | 23 | 0 | 54 | 120 | 126 | 34 | 20 |
| Binary | 101010 | 110100 | 11101 | 10011 | 0 | 101100 | 1010000 | 1010110 | 11100 | 10000 |
Color Harmonies of #2A341D
Complementary color
Monochromatic Colors of #2A341D
Black with #2A341D
Text Example
Text Example
White with #2A341D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A341D; }
p { color: rgb(42,52,29); }
H1.HeaderClassName
{
color: #2A341D;
}
.AnyTagClassName
{
color: #2A341D;
}
</style>
background-color css
<style>
a { background-color: #2A341D; }
a { background-color: rgb(42,52,29); }
div.DivClassName
{
background-color: #2A341D;
}
.BgClassName
{
background-color: #2A341D;
}
</style>
border-color css
<style>
span { border-color: #2A341D; }
span { border-color: rgb(42,52,29); }
td.TdClassName
{
border-color: #2A341D;
}
.TagClassName
{
border-color: #2A341D;
}
</style>