Shades of Pine Tree #2A351B
Tints of Pine Tree #2A351B
RGB
CMYK
RGB Variations
Color information
#2A351B (or 0x2A351B) is known color: Pine Tree. HEX triplet: 2A, 35 and 1B. RGB value is (42,53,27). Sum of RGB (Red+Green+Blue) = 42+53+27=122 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.43% from 122); Green value is 53 (21.09% from 255 or 43.44% from 122); Blue value is 27 (10.94% from 255 or 22.13% from 122); Max value from RGB is 53 - color contains mainly: green. Hex color #2A351B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A351B is #D5CAE4. Grayscale: #2E2E2E. Windows color (decimal): -14011109 or 1783082. OLE color: 1783082.
HSL color Cylindrical-coordinate representation of color #2A351B: hue angle of 85.38º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2A351B is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 42 | 53 | 27 | - |
| CMYK | 0.21 | 0 | 0.49 | 0.79 |
| HSL | 85.38º | 0.33% | 0.16% | - |
| HSV(B) | 85.38º | 0.49% | 0.21% | - |
| XYZ | 2.43 | 3.12 | 1.51 | - |
| YUV | 46.75 | 116.86 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 53 | 27 | 0.21 | 0 | 0.49 | 0.79 | 85.38 | 0.33 | 0.16 |
| Hex | 2A | 35 | 1B | 15 | 0 | 31 | 4F | 55 | 20 | 10 |
| Octal | 52 | 65 | 33 | 25 | 0 | 61 | 117 | 125 | 40 | 20 |
| Binary | 101010 | 110101 | 11011 | 10101 | 0 | 110001 | 1001111 | 1010101 | 100000 | 10000 |
Color Harmonies of #2A351B
Complementary color
Monochromatic Colors of #2A351B
Black with #2A351B
Text Example
Text Example
White with #2A351B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A351B; }
p { color: rgb(42,53,27); }
H1.HeaderClassName
{
color: #2A351B;
}
.AnyTagClassName
{
color: #2A351B;
}
</style>
background-color css
<style>
a { background-color: #2A351B; }
a { background-color: rgb(42,53,27); }
div.DivClassName
{
background-color: #2A351B;
}
.BgClassName
{
background-color: #2A351B;
}
</style>
border-color css
<style>
span { border-color: #2A351B; }
span { border-color: rgb(42,53,27); }
td.TdClassName
{
border-color: #2A351B;
}
.TagClassName
{
border-color: #2A351B;
}
</style>