Shades of Pine Tree #2A311D
Tints of Pine Tree #2A311D
RGB
CMYK
RGB Variations
Color information
#2A311D (or 0x2A311D) is known color: Pine Tree. HEX triplet: 2A, 31 and 1D. RGB value is (42,49,29). Sum of RGB (Red+Green+Blue) = 42+49+29=120 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35% from 120); Green value is 49 (19.53% from 255 or 40.83% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 49 - color contains mainly: green. Hex color #2A311D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A311D is #D5CEE2. Grayscale: #2C2C2C. Windows color (decimal): -14012131 or 1913130. OLE color: 1913130.
HSL color Cylindrical-coordinate representation of color #2A311D: hue angle of 81º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2A311D is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 42 | 49 | 29 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.81 |
| HSL | 81º | 0.26% | 0.15% | - |
| HSV(B) | 81º | 0.41% | 0.19% | - |
| XYZ | 2.27 | 2.78 | 1.58 | - |
| YUV | 44.63 | 119.18 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 49 | 29 | 0.14 | 0 | 0.41 | 0.81 | 81 | 0.26 | 0.15 |
| Hex | 2A | 31 | 1D | E | 0 | 29 | 51 | 51 | 1A | F |
| Octal | 52 | 61 | 35 | 16 | 0 | 51 | 121 | 121 | 32 | 17 |
| Binary | 101010 | 110001 | 11101 | 1110 | 0 | 101001 | 1010001 | 1010001 | 11010 | 1111 |
Color Harmonies of #2A311D
Complementary color
Monochromatic Colors of #2A311D
Black with #2A311D
Text Example
Text Example
White with #2A311D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A311D; }
p { color: rgb(42,49,29); }
H1.HeaderClassName
{
color: #2A311D;
}
.AnyTagClassName
{
color: #2A311D;
}
</style>
background-color css
<style>
a { background-color: #2A311D; }
a { background-color: rgb(42,49,29); }
div.DivClassName
{
background-color: #2A311D;
}
.BgClassName
{
background-color: #2A311D;
}
</style>
border-color css
<style>
span { border-color: #2A311D; }
span { border-color: rgb(42,49,29); }
td.TdClassName
{
border-color: #2A311D;
}
.TagClassName
{
border-color: #2A311D;
}
</style>