Shades of Pine Tree #2A321F
Tints of Pine Tree #2A321F
RGB
CMYK
RGB Variations
Color information
#2A321F (or 0x2A321F) is known color: Pine Tree. HEX triplet: 2A, 32 and 1F. RGB value is (42,50,31). Sum of RGB (Red+Green+Blue) = 42+50+31=123 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.15% from 123); Green value is 50 (19.92% from 255 or 40.65% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 50 - color contains mainly: green. Hex color #2A321F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A321F is #D5CDE0. Grayscale: #2D2D2D. Windows color (decimal): -14011873 or 2044458. OLE color: 2044458.
HSL color Cylindrical-coordinate representation of color #2A321F: hue angle of 85.26º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2A321F is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 42 | 50 | 31 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.80 |
| HSL | 85.26º | 0.23% | 0.16% | - |
| HSV(B) | 85.26º | 0.38% | 0.2% | - |
| XYZ | 2.34 | 2.87 | 1.73 | - |
| YUV | 45.44 | 119.85 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 50 | 31 | 0.16 | 0 | 0.38 | 0.80 | 85.26 | 0.23 | 0.16 |
| Hex | 2A | 32 | 1F | 10 | 0 | 26 | 50 | 55 | 17 | 10 |
| Octal | 52 | 62 | 37 | 20 | 0 | 46 | 120 | 125 | 27 | 20 |
| Binary | 101010 | 110010 | 11111 | 10000 | 0 | 100110 | 1010000 | 1010101 | 10111 | 10000 |
Color Harmonies of #2A321F
Complementary color
Monochromatic Colors of #2A321F
Black with #2A321F
Text Example
Text Example
White with #2A321F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A321F; }
p { color: rgb(42,50,31); }
H1.HeaderClassName
{
color: #2A321F;
}
.AnyTagClassName
{
color: #2A321F;
}
</style>
background-color css
<style>
a { background-color: #2A321F; }
a { background-color: rgb(42,50,31); }
div.DivClassName
{
background-color: #2A321F;
}
.BgClassName
{
background-color: #2A321F;
}
</style>
border-color css
<style>
span { border-color: #2A321F; }
span { border-color: rgb(42,50,31); }
td.TdClassName
{
border-color: #2A321F;
}
.TagClassName
{
border-color: #2A321F;
}
</style>