Shades of Pine Tree #2A331F
Tints of Pine Tree #2A331F
RGB
CMYK
RGB Variations
Color information
#2A331F (or 0x2A331F) is known color: Pine Tree. HEX triplet: 2A, 33 and 1F. RGB value is (42,51,31). Sum of RGB (Red+Green+Blue) = 42+51+31=124 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.87% from 124); Green value is 51 (20.31% from 255 or 41.13% from 124); Blue value is 31 (12.5% from 255 or 25% from 124); Max value from RGB is 51 - color contains mainly: green. Hex color #2A331F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A331F is #D5CCE0. Grayscale: #2E2E2E. Windows color (decimal): -14011617 or 2044714. OLE color: 2044714.
HSL color Cylindrical-coordinate representation of color #2A331F: hue angle of 87º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2A331F is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 42 | 51 | 31 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.8 |
| HSL | 87º | 0.24% | 0.16% | - |
| HSV(B) | 87º | 0.39% | 0.2% | - |
| XYZ | 2.39 | 2.96 | 1.74 | - |
| YUV | 46.03 | 119.52 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 51 | 31 | 0.18 | 0 | 0.39 | 0.8 | 87 | 0.24 | 0.16 |
| Hex | 2A | 33 | 1F | 12 | 0 | 27 | 50 | 57 | 18 | 10 |
| Octal | 52 | 63 | 37 | 22 | 0 | 47 | 120 | 127 | 30 | 20 |
| Binary | 101010 | 110011 | 11111 | 10010 | 0 | 100111 | 1010000 | 1010111 | 11000 | 10000 |
Color Harmonies of #2A331F
Complementary color
Monochromatic Colors of #2A331F
Black with #2A331F
Text Example
Text Example
White with #2A331F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A331F; }
p { color: rgb(42,51,31); }
H1.HeaderClassName
{
color: #2A331F;
}
.AnyTagClassName
{
color: #2A331F;
}
</style>
background-color css
<style>
a { background-color: #2A331F; }
a { background-color: rgb(42,51,31); }
div.DivClassName
{
background-color: #2A331F;
}
.BgClassName
{
background-color: #2A331F;
}
</style>
border-color css
<style>
span { border-color: #2A331F; }
span { border-color: rgb(42,51,31); }
td.TdClassName
{
border-color: #2A331F;
}
.TagClassName
{
border-color: #2A331F;
}
</style>