Shades of Pine Tree #2A331C
Tints of Pine Tree #2A331C
RGB
CMYK
RGB Variations
Color information
#2A331C (or 0x2A331C) is known color: Pine Tree. HEX triplet: 2A, 33 and 1C. RGB value is (42,51,28). Sum of RGB (Red+Green+Blue) = 42+51+28=121 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.71% from 121); Green value is 51 (20.31% from 255 or 42.15% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 51 - color contains mainly: green. Hex color #2A331C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A331C is #D5CCE3. Grayscale: #2D2D2D. Windows color (decimal): -14011620 or 1848106. OLE color: 1848106.
HSL color Cylindrical-coordinate representation of color #2A331C: hue angle of 83.48º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2A331C is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 42 | 51 | 28 | - |
| CMYK | 0.18 | 0 | 0.45 | 0.8 |
| HSL | 83.48º | 0.29% | 0.15% | - |
| HSV(B) | 83.48º | 0.45% | 0.2% | - |
| XYZ | 2.35 | 2.94 | 1.54 | - |
| YUV | 45.69 | 118.02 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 51 | 28 | 0.18 | 0 | 0.45 | 0.8 | 83.48 | 0.29 | 0.15 |
| Hex | 2A | 33 | 1C | 12 | 0 | 2D | 50 | 53 | 1D | F |
| Octal | 52 | 63 | 34 | 22 | 0 | 55 | 120 | 123 | 35 | 17 |
| Binary | 101010 | 110011 | 11100 | 10010 | 0 | 101101 | 1010000 | 1010011 | 11101 | 1111 |
Color Harmonies of #2A331C
Complementary color
Monochromatic Colors of #2A331C
Black with #2A331C
Text Example
Text Example
White with #2A331C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A331C; }
p { color: rgb(42,51,28); }
H1.HeaderClassName
{
color: #2A331C;
}
.AnyTagClassName
{
color: #2A331C;
}
</style>
background-color css
<style>
a { background-color: #2A331C; }
a { background-color: rgb(42,51,28); }
div.DivClassName
{
background-color: #2A331C;
}
.BgClassName
{
background-color: #2A331C;
}
</style>
border-color css
<style>
span { border-color: #2A331C; }
span { border-color: rgb(42,51,28); }
td.TdClassName
{
border-color: #2A331C;
}
.TagClassName
{
border-color: #2A331C;
}
</style>