Shades of Pine Tree #2A311E
Tints of Pine Tree #2A311E
RGB
CMYK
RGB Variations
Color information
#2A311E (or 0x2A311E) is known color: Pine Tree. HEX triplet: 2A, 31 and 1E. RGB value is (42,49,30). Sum of RGB (Red+Green+Blue) = 42+49+30=121 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.71% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 49 - color contains mainly: green. Hex color #2A311E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A311E is #D5CEE1. Grayscale: #2C2C2C. Windows color (decimal): -14012130 or 1978666. OLE color: 1978666.
HSL color Cylindrical-coordinate representation of color #2A311E: hue angle of 82.11º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2A311E is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 42 | 49 | 30 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.81 |
| HSL | 82.11º | 0.24% | 0.15% | - |
| HSV(B) | 82.11º | 0.39% | 0.19% | - |
| XYZ | 2.29 | 2.78 | 1.64 | - |
| YUV | 44.74 | 119.68 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 49 | 30 | 0.14 | 0 | 0.39 | 0.81 | 82.11 | 0.24 | 0.15 |
| Hex | 2A | 31 | 1E | E | 0 | 27 | 51 | 52 | 18 | F |
| Octal | 52 | 61 | 36 | 16 | 0 | 47 | 121 | 122 | 30 | 17 |
| Binary | 101010 | 110001 | 11110 | 1110 | 0 | 100111 | 1010001 | 1010010 | 11000 | 1111 |
Color Harmonies of #2A311E
Complementary color
Monochromatic Colors of #2A311E
Black with #2A311E
Text Example
Text Example
White with #2A311E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A311E; }
p { color: rgb(42,49,30); }
H1.HeaderClassName
{
color: #2A311E;
}
.AnyTagClassName
{
color: #2A311E;
}
</style>
background-color css
<style>
a { background-color: #2A311E; }
a { background-color: rgb(42,49,30); }
div.DivClassName
{
background-color: #2A311E;
}
.BgClassName
{
background-color: #2A311E;
}
</style>
border-color css
<style>
span { border-color: #2A311E; }
span { border-color: rgb(42,49,30); }
td.TdClassName
{
border-color: #2A311E;
}
.TagClassName
{
border-color: #2A311E;
}
</style>