Shades of Pine Tree #2A3419
Tints of Pine Tree #2A3419
RGB
CMYK
RGB Variations
Color information
#2A3419 (or 0x2A3419) is known color: Pine Tree. HEX triplet: 2A, 34 and 19. RGB value is (42,52,25). Sum of RGB (Red+Green+Blue) = 42+52+25=119 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.29% from 119); Green value is 52 (20.70% from 255 or 43.70% from 119); Blue value is 25 (10.16% from 255 or 21.01% from 119); Max value from RGB is 52 - color contains mainly: green. Hex color #2A3419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3419 is #D5CBE6. Grayscale: #2E2E2E. Windows color (decimal): -14011367 or 1651754. OLE color: 1651754.
HSL color Cylindrical-coordinate representation of color #2A3419: hue angle of 82.22º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2A3419 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 42 | 52 | 25 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.80 |
| HSL | 82.22º | 0.35% | 0.15% | - |
| HSV(B) | 82.22º | 0.52% | 0.2% | - |
| XYZ | 2.36 | 3.02 | 1.38 | - |
| YUV | 45.93 | 116.19 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 52 | 25 | 0.19 | 0 | 0.52 | 0.80 | 82.22 | 0.35 | 0.15 |
| Hex | 2A | 34 | 19 | 13 | 0 | 34 | 50 | 52 | 23 | F |
| Octal | 52 | 64 | 31 | 23 | 0 | 64 | 120 | 122 | 43 | 17 |
| Binary | 101010 | 110100 | 11001 | 10011 | 0 | 110100 | 1010000 | 1010010 | 100011 | 1111 |
Color Harmonies of #2A3419
Complementary color
Monochromatic Colors of #2A3419
Black with #2A3419
Text Example
Text Example
White with #2A3419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3419; }
p { color: rgb(42,52,25); }
H1.HeaderClassName
{
color: #2A3419;
}
.AnyTagClassName
{
color: #2A3419;
}
</style>
background-color css
<style>
a { background-color: #2A3419; }
a { background-color: rgb(42,52,25); }
div.DivClassName
{
background-color: #2A3419;
}
.BgClassName
{
background-color: #2A3419;
}
</style>
border-color css
<style>
span { border-color: #2A3419; }
span { border-color: rgb(42,52,25); }
td.TdClassName
{
border-color: #2A3419;
}
.TagClassName
{
border-color: #2A3419;
}
</style>