Shades of Pine Tree #2A3519
Tints of Pine Tree #2A3519
RGB
CMYK
RGB Variations
Color information
#2A3519 (or 0x2A3519) is known color: Pine Tree. HEX triplet: 2A, 35 and 19. RGB value is (42,53,25). Sum of RGB (Red+Green+Blue) = 42+53+25=120 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35% from 120); Green value is 53 (21.09% from 255 or 44.17% from 120); Blue value is 25 (10.16% from 255 or 20.83% from 120); Max value from RGB is 53 - color contains mainly: green. Hex color #2A3519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3519 is #D5CAE6. Grayscale: #2E2E2E. Windows color (decimal): -14011111 or 1652010. OLE color: 1652010.
HSL color Cylindrical-coordinate representation of color #2A3519: hue angle of 83.57º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2A3519 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 42 | 53 | 25 | - |
| CMYK | 0.21 | 0 | 0.53 | 0.79 |
| HSL | 83.57º | 0.36% | 0.15% | - |
| HSV(B) | 83.57º | 0.53% | 0.21% | - |
| XYZ | 2.4 | 3.11 | 1.39 | - |
| YUV | 46.52 | 115.86 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 53 | 25 | 0.21 | 0 | 0.53 | 0.79 | 83.57 | 0.36 | 0.15 |
| Hex | 2A | 35 | 19 | 15 | 0 | 35 | 4F | 54 | 24 | F |
| Octal | 52 | 65 | 31 | 25 | 0 | 65 | 117 | 124 | 44 | 17 |
| Binary | 101010 | 110101 | 11001 | 10101 | 0 | 110101 | 1001111 | 1010100 | 100100 | 1111 |
Color Harmonies of #2A3519
Complementary color
Monochromatic Colors of #2A3519
Black with #2A3519
Text Example
Text Example
White with #2A3519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3519; }
p { color: rgb(42,53,25); }
H1.HeaderClassName
{
color: #2A3519;
}
.AnyTagClassName
{
color: #2A3519;
}
</style>
background-color css
<style>
a { background-color: #2A3519; }
a { background-color: rgb(42,53,25); }
div.DivClassName
{
background-color: #2A3519;
}
.BgClassName
{
background-color: #2A3519;
}
</style>
border-color css
<style>
span { border-color: #2A3519; }
span { border-color: rgb(42,53,25); }
td.TdClassName
{
border-color: #2A3519;
}
.TagClassName
{
border-color: #2A3519;
}
</style>