Shades of Pine Tree #2A3418
Tints of Pine Tree #2A3418
RGB
CMYK
RGB Variations
Color information
#2A3418 (or 0x2A3418) is known color: Pine Tree. HEX triplet: 2A, 34 and 18. RGB value is (42,52,24). Sum of RGB (Red+Green+Blue) = 42+52+24=118 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.59% from 118); Green value is 52 (20.70% from 255 or 44.07% from 118); Blue value is 24 (9.77% from 255 or 20.34% from 118); Max value from RGB is 52 - color contains mainly: green. Hex color #2A3418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3418 is #D5CBE7. Grayscale: #2D2D2D. Windows color (decimal): -14011368 or 1586218. OLE color: 1586218.
HSL color Cylindrical-coordinate representation of color #2A3418: hue angle of 81.43º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2A3418 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 42 | 52 | 24 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.80 |
| HSL | 81.43º | 0.37% | 0.15% | - |
| HSV(B) | 81.43º | 0.54% | 0.2% | - |
| XYZ | 2.35 | 3.01 | 1.32 | - |
| YUV | 45.82 | 115.69 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 52 | 24 | 0.19 | 0 | 0.54 | 0.80 | 81.43 | 0.37 | 0.15 |
| Hex | 2A | 34 | 18 | 13 | 0 | 36 | 50 | 51 | 25 | F |
| Octal | 52 | 64 | 30 | 23 | 0 | 66 | 120 | 121 | 45 | 17 |
| Binary | 101010 | 110100 | 11000 | 10011 | 0 | 110110 | 1010000 | 1010001 | 100101 | 1111 |
Color Harmonies of #2A3418
Complementary color
Monochromatic Colors of #2A3418
Black with #2A3418
Text Example
Text Example
White with #2A3418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3418; }
p { color: rgb(42,52,24); }
H1.HeaderClassName
{
color: #2A3418;
}
.AnyTagClassName
{
color: #2A3418;
}
</style>
background-color css
<style>
a { background-color: #2A3418; }
a { background-color: rgb(42,52,24); }
div.DivClassName
{
background-color: #2A3418;
}
.BgClassName
{
background-color: #2A3418;
}
</style>
border-color css
<style>
span { border-color: #2A3418; }
span { border-color: rgb(42,52,24); }
td.TdClassName
{
border-color: #2A3418;
}
.TagClassName
{
border-color: #2A3418;
}
</style>