Shades of Pine Tree #2A3616
Tints of Pine Tree #2A3616
RGB
CMYK
RGB Variations
Color information
#2A3616 (or 0x2A3616) is known color: Pine Tree. HEX triplet: 2A, 36 and 16. RGB value is (42,54,22). Sum of RGB (Red+Green+Blue) = 42+54+22=118 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.59% from 118); Green value is 54 (21.48% from 255 or 45.76% from 118); Blue value is 22 (8.98% from 255 or 18.64% from 118); Max value from RGB is 54 - color contains mainly: green. Hex color #2A3616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3616 is #D5C9E9. Grayscale: #2E2E2E. Windows color (decimal): -14010858 or 1455658. OLE color: 1455658.
HSL color Cylindrical-coordinate representation of color #2A3616: hue angle of 82.5º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2A3616 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 42 | 54 | 22 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.79 |
| HSL | 82.5º | 0.42% | 0.15% | - |
| HSV(B) | 82.5º | 0.59% | 0.21% | - |
| XYZ | 2.42 | 3.19 | 1.25 | - |
| YUV | 46.76 | 114.02 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 54 | 22 | 0.22 | 0 | 0.59 | 0.79 | 82.5 | 0.42 | 0.15 |
| Hex | 2A | 36 | 16 | 16 | 0 | 3B | 4F | 52 | 2A | F |
| Octal | 52 | 66 | 26 | 26 | 0 | 73 | 117 | 122 | 52 | 17 |
| Binary | 101010 | 110110 | 10110 | 10110 | 0 | 111011 | 1001111 | 1010010 | 101010 | 1111 |
Color Harmonies of #2A3616
Complementary color
Monochromatic Colors of #2A3616
Black with #2A3616
Text Example
Text Example
White with #2A3616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3616; }
p { color: rgb(42,54,22); }
H1.HeaderClassName
{
color: #2A3616;
}
.AnyTagClassName
{
color: #2A3616;
}
</style>
background-color css
<style>
a { background-color: #2A3616; }
a { background-color: rgb(42,54,22); }
div.DivClassName
{
background-color: #2A3616;
}
.BgClassName
{
background-color: #2A3616;
}
</style>
border-color css
<style>
span { border-color: #2A3616; }
span { border-color: rgb(42,54,22); }
td.TdClassName
{
border-color: #2A3616;
}
.TagClassName
{
border-color: #2A3616;
}
</style>