Shades of Pine Tree #2A351A
Tints of Pine Tree #2A351A
RGB
CMYK
RGB Variations
Color information
#2A351A (or 0x2A351A) is known color: Pine Tree. HEX triplet: 2A, 35 and 1A. RGB value is (42,53,26). Sum of RGB (Red+Green+Blue) = 42+53+26=121 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.71% from 121); Green value is 53 (21.09% from 255 or 43.80% from 121); Blue value is 26 (10.55% from 255 or 21.49% from 121); Max value from RGB is 53 - color contains mainly: green. Hex color #2A351A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A351A is #D5CAE5. Grayscale: #2E2E2E. Windows color (decimal): -14011110 or 1717546. OLE color: 1717546.
HSL color Cylindrical-coordinate representation of color #2A351A: hue angle of 84.44º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2A351A is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 42 | 53 | 26 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.79 |
| HSL | 84.44º | 0.34% | 0.15% | - |
| HSV(B) | 84.44º | 0.51% | 0.21% | - |
| XYZ | 2.41 | 3.11 | 1.45 | - |
| YUV | 46.63 | 116.36 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 53 | 26 | 0.21 | 0 | 0.51 | 0.79 | 84.44 | 0.34 | 0.15 |
| Hex | 2A | 35 | 1A | 15 | 0 | 33 | 4F | 54 | 22 | F |
| Octal | 52 | 65 | 32 | 25 | 0 | 63 | 117 | 124 | 42 | 17 |
| Binary | 101010 | 110101 | 11010 | 10101 | 0 | 110011 | 1001111 | 1010100 | 100010 | 1111 |
Color Harmonies of #2A351A
Complementary color
Monochromatic Colors of #2A351A
Black with #2A351A
Text Example
Text Example
White with #2A351A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A351A; }
p { color: rgb(42,53,26); }
H1.HeaderClassName
{
color: #2A351A;
}
.AnyTagClassName
{
color: #2A351A;
}
</style>
background-color css
<style>
a { background-color: #2A351A; }
a { background-color: rgb(42,53,26); }
div.DivClassName
{
background-color: #2A351A;
}
.BgClassName
{
background-color: #2A351A;
}
</style>
border-color css
<style>
span { border-color: #2A351A; }
span { border-color: rgb(42,53,26); }
td.TdClassName
{
border-color: #2A351A;
}
.TagClassName
{
border-color: #2A351A;
}
</style>