Shades of Pine Tree #2A3122
Tints of Pine Tree #2A3122
RGB
CMYK
RGB Variations
Color information
#2A3122 (or 0x2A3122) is known color: Pine Tree. HEX triplet: 2A, 31 and 22. RGB value is (42,49,34). Sum of RGB (Red+Green+Blue) = 42+49+34=125 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.6% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 34 (13.67% from 255 or 27.2% from 125); Max value from RGB is 49 - color contains mainly: green. Hex color #2A3122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3122 is #D5CEDD. Grayscale: #2D2D2D. Windows color (decimal): -14012126 or 2240810. OLE color: 2240810.
HSL color Cylindrical-coordinate representation of color #2A3122: hue angle of 88º degrees, saturation: 0.18, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2A3122 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 42 | 49 | 34 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.81 |
| HSL | 88º | 0.18% | 0.16% | - |
| HSV(B) | 88º | 0.31% | 0.19% | - |
| XYZ | 2.34 | 2.8 | 1.93 | - |
| YUV | 45.2 | 121.68 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 49 | 34 | 0.14 | 0 | 0.31 | 0.81 | 88 | 0.18 | 0.16 |
| Hex | 2A | 31 | 22 | E | 0 | 1F | 51 | 58 | 12 | 10 |
| Octal | 52 | 61 | 42 | 16 | 0 | 37 | 121 | 130 | 22 | 20 |
| Binary | 101010 | 110001 | 100010 | 1110 | 0 | 11111 | 1010001 | 1011000 | 10010 | 10000 |
Color Harmonies of #2A3122
Complementary color
Monochromatic Colors of #2A3122
Black with #2A3122
Text Example
Text Example
White with #2A3122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3122; }
p { color: rgb(42,49,34); }
H1.HeaderClassName
{
color: #2A3122;
}
.AnyTagClassName
{
color: #2A3122;
}
</style>
background-color css
<style>
a { background-color: #2A3122; }
a { background-color: rgb(42,49,34); }
div.DivClassName
{
background-color: #2A3122;
}
.BgClassName
{
background-color: #2A3122;
}
</style>
border-color css
<style>
span { border-color: #2A3122; }
span { border-color: rgb(42,49,34); }
td.TdClassName
{
border-color: #2A3122;
}
.TagClassName
{
border-color: #2A3122;
}
</style>