Shades of Pine Tree #2A3515
Tints of Pine Tree #2A3515
RGB
CMYK
RGB Variations
Color information
#2A3515 (or 0x2A3515) is known color: Pine Tree. HEX triplet: 2A, 35 and 15. RGB value is (42,53,21). Sum of RGB (Red+Green+Blue) = 42+53+21=116 (15% of max value = 765). Red value is 42 (16.80% from 255 or 36.21% from 116); Green value is 53 (21.09% from 255 or 45.69% from 116); Blue value is 21 (8.59% from 255 or 18.10% from 116); Max value from RGB is 53 - color contains mainly: green. Hex color #2A3515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3515 is #D5CAEA. Grayscale: #2E2E2E. Windows color (decimal): -14011115 or 1389866. OLE color: 1389866.
HSL color Cylindrical-coordinate representation of color #2A3515: hue angle of 80.62º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A3515 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 42 | 53 | 21 | - |
| CMYK | 0.21 | 0 | 0.60 | 0.79 |
| HSL | 80.63º | 0.43% | 0.15% | - |
| HSV(B) | 80.63º | 0.6% | 0.21% | - |
| XYZ | 2.36 | 3.09 | 1.18 | - |
| YUV | 46.06 | 113.86 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 53 | 21 | 0.21 | 0 | 0.60 | 0.79 | 80.63 | 0.43 | 0.15 |
| Hex | 2A | 35 | 15 | 15 | 0 | 3C | 4F | 51 | 2B | F |
| Octal | 52 | 65 | 25 | 25 | 0 | 74 | 117 | 121 | 53 | 17 |
| Binary | 101010 | 110101 | 10101 | 10101 | 0 | 111100 | 1001111 | 1010001 | 101011 | 1111 |
Color Harmonies of #2A3515
Complementary color
Monochromatic Colors of #2A3515
Black with #2A3515
Text Example
Text Example
White with #2A3515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3515; }
p { color: rgb(42,53,21); }
H1.HeaderClassName
{
color: #2A3515;
}
.AnyTagClassName
{
color: #2A3515;
}
</style>
background-color css
<style>
a { background-color: #2A3515; }
a { background-color: rgb(42,53,21); }
div.DivClassName
{
background-color: #2A3515;
}
.BgClassName
{
background-color: #2A3515;
}
</style>
border-color css
<style>
span { border-color: #2A3515; }
span { border-color: rgb(42,53,21); }
td.TdClassName
{
border-color: #2A3515;
}
.TagClassName
{
border-color: #2A3515;
}
</style>