Shades of Pine Tree #2A341A
Tints of Pine Tree #2A341A
RGB
CMYK
RGB Variations
Color information
#2A341A (or 0x2A341A) is known color: Pine Tree. HEX triplet: 2A, 34 and 1A. RGB value is (42,52,26). Sum of RGB (Red+Green+Blue) = 42+52+26=120 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35% from 120); Green value is 52 (20.70% from 255 or 43.33% from 120); Blue value is 26 (10.55% from 255 or 21.67% from 120); Max value from RGB is 52 - color contains mainly: green. Hex color #2A341A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A341A is #D5CBE5. Grayscale: #2E2E2E. Windows color (decimal): -14011366 or 1717290. OLE color: 1717290.
HSL color Cylindrical-coordinate representation of color #2A341A: hue angle of 83.08º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2A341A is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 42 | 52 | 26 | - |
| CMYK | 0.19 | 0 | 0.50 | 0.80 |
| HSL | 83.08º | 0.33% | 0.15% | - |
| HSV(B) | 83.08º | 0.5% | 0.2% | - |
| XYZ | 2.37 | 3.02 | 1.44 | - |
| YUV | 46.05 | 116.69 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 52 | 26 | 0.19 | 0 | 0.50 | 0.80 | 83.08 | 0.33 | 0.15 |
| Hex | 2A | 34 | 1A | 13 | 0 | 32 | 50 | 53 | 21 | F |
| Octal | 52 | 64 | 32 | 23 | 0 | 62 | 120 | 123 | 41 | 17 |
| Binary | 101010 | 110100 | 11010 | 10011 | 0 | 110010 | 1010000 | 1010011 | 100001 | 1111 |
Color Harmonies of #2A341A
Complementary color
Monochromatic Colors of #2A341A
Black with #2A341A
Text Example
Text Example
White with #2A341A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A341A; }
p { color: rgb(42,52,26); }
H1.HeaderClassName
{
color: #2A341A;
}
.AnyTagClassName
{
color: #2A341A;
}
</style>
background-color css
<style>
a { background-color: #2A341A; }
a { background-color: rgb(42,52,26); }
div.DivClassName
{
background-color: #2A341A;
}
.BgClassName
{
background-color: #2A341A;
}
</style>
border-color css
<style>
span { border-color: #2A341A; }
span { border-color: rgb(42,52,26); }
td.TdClassName
{
border-color: #2A341A;
}
.TagClassName
{
border-color: #2A341A;
}
</style>