Shades of Pine Tree #2A3915
Tints of Pine Tree #2A3915
RGB
CMYK
RGB Variations
Color information
#2A3915 (or 0x2A3915) is known color: Pine Tree. HEX triplet: 2A, 39 and 15. RGB value is (42,57,21). Sum of RGB (Red+Green+Blue) = 42+57+21=120 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35% from 120); Green value is 57 (22.66% from 255 or 47.5% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 57 - color contains mainly: green. Hex color #2A3915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3915 is #D5C6EA. Grayscale: #303030. Windows color (decimal): -14010091 or 1390890. OLE color: 1390890.
HSL color Cylindrical-coordinate representation of color #2A3915: hue angle of 85º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A3915 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 57 | 21 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.78 |
| HSL | 85º | 0.46% | 0.15% | - |
| HSV(B) | 85º | 0.63% | 0.22% | - |
| XYZ | 2.55 | 3.47 | 1.25 | - |
| YUV | 48.41 | 112.53 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 57 | 21 | 0.26 | 0 | 0.63 | 0.78 | 85 | 0.46 | 0.15 |
| Hex | 2A | 39 | 15 | 1A | 0 | 3F | 4E | 55 | 2E | F |
| Octal | 52 | 71 | 25 | 32 | 0 | 77 | 116 | 125 | 56 | 17 |
| Binary | 101010 | 111001 | 10101 | 11010 | 0 | 111111 | 1001110 | 1010101 | 101110 | 1111 |
Color Harmonies of #2A3915
Complementary color
Monochromatic Colors of #2A3915
Black with #2A3915
Text Example
Text Example
White with #2A3915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3915; }
p { color: rgb(42,57,21); }
H1.HeaderClassName
{
color: #2A3915;
}
.AnyTagClassName
{
color: #2A3915;
}
</style>
background-color css
<style>
a { background-color: #2A3915; }
a { background-color: rgb(42,57,21); }
div.DivClassName
{
background-color: #2A3915;
}
.BgClassName
{
background-color: #2A3915;
}
</style>
border-color css
<style>
span { border-color: #2A3915; }
span { border-color: rgb(42,57,21); }
td.TdClassName
{
border-color: #2A3915;
}
.TagClassName
{
border-color: #2A3915;
}
</style>