Shades of Pine Tree #2A341B
Tints of Pine Tree #2A341B
RGB
CMYK
RGB Variations
Color information
#2A341B (or 0x2A341B) is known color: Pine Tree. HEX triplet: 2A, 34 and 1B. RGB value is (42,52,27). Sum of RGB (Red+Green+Blue) = 42+52+27=121 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.71% from 121); Green value is 52 (20.70% from 255 or 42.98% from 121); Blue value is 27 (10.94% from 255 or 22.31% from 121); Max value from RGB is 52 - color contains mainly: green. Hex color #2A341B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A341B is #D5CBE4. Grayscale: #2E2E2E. Windows color (decimal): -14011365 or 1782826. OLE color: 1782826.
HSL color Cylindrical-coordinate representation of color #2A341B: hue angle of 84º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2A341B is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 42 | 52 | 27 | - |
| CMYK | 0.19 | 0 | 0.48 | 0.80 |
| HSL | 84º | 0.32% | 0.15% | - |
| HSV(B) | 84º | 0.48% | 0.2% | - |
| XYZ | 2.38 | 3.03 | 1.5 | - |
| YUV | 46.16 | 117.19 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 52 | 27 | 0.19 | 0 | 0.48 | 0.80 | 84 | 0.32 | 0.15 |
| Hex | 2A | 34 | 1B | 13 | 0 | 30 | 50 | 54 | 20 | F |
| Octal | 52 | 64 | 33 | 23 | 0 | 60 | 120 | 124 | 40 | 17 |
| Binary | 101010 | 110100 | 11011 | 10011 | 0 | 110000 | 1010000 | 1010100 | 100000 | 1111 |
Color Harmonies of #2A341B
Complementary color
Monochromatic Colors of #2A341B
Black with #2A341B
Text Example
Text Example
White with #2A341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A341B; }
p { color: rgb(42,52,27); }
H1.HeaderClassName
{
color: #2A341B;
}
.AnyTagClassName
{
color: #2A341B;
}
</style>
background-color css
<style>
a { background-color: #2A341B; }
a { background-color: rgb(42,52,27); }
div.DivClassName
{
background-color: #2A341B;
}
.BgClassName
{
background-color: #2A341B;
}
</style>
border-color css
<style>
span { border-color: #2A341B; }
span { border-color: rgb(42,52,27); }
td.TdClassName
{
border-color: #2A341B;
}
.TagClassName
{
border-color: #2A341B;
}
</style>