Shades of Pine Tree #2A331B
Tints of Pine Tree #2A331B
RGB
CMYK
RGB Variations
Color information
#2A331B (or 0x2A331B) is known color: Pine Tree. HEX triplet: 2A, 33 and 1B. RGB value is (42,51,27). Sum of RGB (Red+Green+Blue) = 42+51+27=120 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35% from 120); Green value is 51 (20.31% from 255 or 42.5% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 51 - color contains mainly: green. Hex color #2A331B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A331B is #D5CCE4. Grayscale: #2D2D2D. Windows color (decimal): -14011621 or 1782570. OLE color: 1782570.
HSL color Cylindrical-coordinate representation of color #2A331B: hue angle of 82.5º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2A331B is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 42 | 51 | 27 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.8 |
| HSL | 82.5º | 0.31% | 0.15% | - |
| HSV(B) | 82.5º | 0.47% | 0.2% | - |
| XYZ | 2.34 | 2.94 | 1.48 | - |
| YUV | 45.57 | 117.52 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 51 | 27 | 0.18 | 0 | 0.47 | 0.8 | 82.5 | 0.31 | 0.15 |
| Hex | 2A | 33 | 1B | 12 | 0 | 2F | 50 | 52 | 1F | F |
| Octal | 52 | 63 | 33 | 22 | 0 | 57 | 120 | 122 | 37 | 17 |
| Binary | 101010 | 110011 | 11011 | 10010 | 0 | 101111 | 1010000 | 1010010 | 11111 | 1111 |
Color Harmonies of #2A331B
Complementary color
Monochromatic Colors of #2A331B
Black with #2A331B
Text Example
Text Example
White with #2A331B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A331B; }
p { color: rgb(42,51,27); }
H1.HeaderClassName
{
color: #2A331B;
}
.AnyTagClassName
{
color: #2A331B;
}
</style>
background-color css
<style>
a { background-color: #2A331B; }
a { background-color: rgb(42,51,27); }
div.DivClassName
{
background-color: #2A331B;
}
.BgClassName
{
background-color: #2A331B;
}
</style>
border-color css
<style>
span { border-color: #2A331B; }
span { border-color: rgb(42,51,27); }
td.TdClassName
{
border-color: #2A331B;
}
.TagClassName
{
border-color: #2A331B;
}
</style>