Shades of Pine Tree #2A3817
Tints of Pine Tree #2A3817
RGB
CMYK
RGB Variations
Color information
#2A3817 (or 0x2A3817) is known color: Pine Tree. HEX triplet: 2A, 38 and 17. RGB value is (42,56,23). Sum of RGB (Red+Green+Blue) = 42+56+23=121 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.71% from 121); Green value is 56 (22.27% from 255 or 46.28% from 121); Blue value is 23 (9.38% from 255 or 19.01% from 121); Max value from RGB is 56 - color contains mainly: green. Hex color #2A3817 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3817 is #D5C7E8. Grayscale: #303030. Windows color (decimal): -14010345 or 1521706. OLE color: 1521706.
HSL color Cylindrical-coordinate representation of color #2A3817: hue angle of 85.45º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2A3817 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 56 | 23 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.78 |
| HSL | 85.45º | 0.42% | 0.15% | - |
| HSV(B) | 85.45º | 0.59% | 0.22% | - |
| XYZ | 2.52 | 3.38 | 1.33 | - |
| YUV | 48.05 | 113.86 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 56 | 23 | 0.25 | 0 | 0.59 | 0.78 | 85.45 | 0.42 | 0.15 |
| Hex | 2A | 38 | 17 | 19 | 0 | 3B | 4E | 55 | 2A | F |
| Octal | 52 | 70 | 27 | 31 | 0 | 73 | 116 | 125 | 52 | 17 |
| Binary | 101010 | 111000 | 10111 | 11001 | 0 | 111011 | 1001110 | 1010101 | 101010 | 1111 |
Color Harmonies of #2A3817
Complementary color
Monochromatic Colors of #2A3817
Black with #2A3817
Text Example
Text Example
White with #2A3817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3817; }
p { color: rgb(42,56,23); }
H1.HeaderClassName
{
color: #2A3817;
}
.AnyTagClassName
{
color: #2A3817;
}
</style>
background-color css
<style>
a { background-color: #2A3817; }
a { background-color: rgb(42,56,23); }
div.DivClassName
{
background-color: #2A3817;
}
.BgClassName
{
background-color: #2A3817;
}
</style>
border-color css
<style>
span { border-color: #2A3817; }
span { border-color: rgb(42,56,23); }
td.TdClassName
{
border-color: #2A3817;
}
.TagClassName
{
border-color: #2A3817;
}
</style>