Shades of Pine Tree #2A3514
Tints of Pine Tree #2A3514
RGB
CMYK
RGB Variations
Color information
#2A3514 (or 0x2A3514) is known color: Pine Tree. HEX triplet: 2A, 35 and 14. RGB value is (42,53,20). Sum of RGB (Red+Green+Blue) = 42+53+20=115 (15% of max value = 765). Red value is 42 (16.80% from 255 or 36.52% from 115); Green value is 53 (21.09% from 255 or 46.09% from 115); Blue value is 20 (8.20% from 255 or 17.39% from 115); Max value from RGB is 53 - color contains mainly: green. Hex color #2A3514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3514 is #D5CAEB. Grayscale: #2E2E2E. Windows color (decimal): -14011116 or 1324330. OLE color: 1324330.
HSL color Cylindrical-coordinate representation of color #2A3514: hue angle of 80º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A3514 is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 42 | 53 | 20 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.79 |
| HSL | 80º | 0.45% | 0.14% | - |
| HSV(B) | 80º | 0.62% | 0.21% | - |
| XYZ | 2.35 | 3.09 | 1.13 | - |
| YUV | 45.95 | 113.36 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 53 | 20 | 0.21 | 0 | 0.62 | 0.79 | 80 | 0.45 | 0.14 |
| Hex | 2A | 35 | 14 | 15 | 0 | 3E | 4F | 50 | 2D | E |
| Octal | 52 | 65 | 24 | 25 | 0 | 76 | 117 | 120 | 55 | 16 |
| Binary | 101010 | 110101 | 10100 | 10101 | 0 | 111110 | 1001111 | 1010000 | 101101 | 1110 |
Color Harmonies of #2A3514
Complementary color
Monochromatic Colors of #2A3514
Black with #2A3514
Text Example
Text Example
White with #2A3514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3514; }
p { color: rgb(42,53,20); }
H1.HeaderClassName
{
color: #2A3514;
}
.AnyTagClassName
{
color: #2A3514;
}
</style>
background-color css
<style>
a { background-color: #2A3514; }
a { background-color: rgb(42,53,20); }
div.DivClassName
{
background-color: #2A3514;
}
.BgClassName
{
background-color: #2A3514;
}
</style>
border-color css
<style>
span { border-color: #2A3514; }
span { border-color: rgb(42,53,20); }
td.TdClassName
{
border-color: #2A3514;
}
.TagClassName
{
border-color: #2A3514;
}
</style>