Shades of Pine Tree #2A3717
Tints of Pine Tree #2A3717
RGB
CMYK
RGB Variations
Color information
#2A3717 (or 0x2A3717) is known color: Pine Tree. HEX triplet: 2A, 37 and 17. RGB value is (42,55,23). Sum of RGB (Red+Green+Blue) = 42+55+23=120 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35% from 120); Green value is 55 (21.88% from 255 or 45.83% from 120); Blue value is 23 (9.38% from 255 or 19.17% from 120); Max value from RGB is 55 - color contains mainly: green. Hex color #2A3717 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3717 is #D5C8E8. Grayscale: #2F2F2F. Windows color (decimal): -14010601 or 1521450. OLE color: 1521450.
HSL color Cylindrical-coordinate representation of color #2A3717: hue angle of 84.38º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A3717 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 55 | 23 | - |
| CMYK | 0.24 | 0 | 0.58 | 0.78 |
| HSL | 84.38º | 0.41% | 0.15% | - |
| HSV(B) | 84.38º | 0.58% | 0.22% | - |
| XYZ | 2.48 | 3.29 | 1.31 | - |
| YUV | 47.47 | 114.19 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 55 | 23 | 0.24 | 0 | 0.58 | 0.78 | 84.38 | 0.41 | 0.15 |
| Hex | 2A | 37 | 17 | 18 | 0 | 3A | 4E | 54 | 29 | F |
| Octal | 52 | 67 | 27 | 30 | 0 | 72 | 116 | 124 | 51 | 17 |
| Binary | 101010 | 110111 | 10111 | 11000 | 0 | 111010 | 1001110 | 1010100 | 101001 | 1111 |
Color Harmonies of #2A3717
Complementary color
Monochromatic Colors of #2A3717
Black with #2A3717
Text Example
Text Example
White with #2A3717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3717; }
p { color: rgb(42,55,23); }
H1.HeaderClassName
{
color: #2A3717;
}
.AnyTagClassName
{
color: #2A3717;
}
</style>
background-color css
<style>
a { background-color: #2A3717; }
a { background-color: rgb(42,55,23); }
div.DivClassName
{
background-color: #2A3717;
}
.BgClassName
{
background-color: #2A3717;
}
</style>
border-color css
<style>
span { border-color: #2A3717; }
span { border-color: rgb(42,55,23); }
td.TdClassName
{
border-color: #2A3717;
}
.TagClassName
{
border-color: #2A3717;
}
</style>