Shades of Pine Tree #2A3917
Tints of Pine Tree #2A3917
RGB
CMYK
RGB Variations
Color information
#2A3917 (or 0x2A3917) is known color: Pine Tree. HEX triplet: 2A, 39 and 17. RGB value is (42,57,23). Sum of RGB (Red+Green+Blue) = 42+57+23=122 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.43% from 122); Green value is 57 (22.66% from 255 or 46.72% from 122); Blue value is 23 (9.38% from 255 or 18.85% from 122); Max value from RGB is 57 - color contains mainly: green. Hex color #2A3917 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3917 is #D5C6E8. Grayscale: #303030. Windows color (decimal): -14010089 or 1521962. OLE color: 1521962.
HSL color Cylindrical-coordinate representation of color #2A3917: hue angle of 86.47º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A3917 is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 57 | 23 | - |
| CMYK | 0.26 | 0 | 0.60 | 0.78 |
| HSL | 86.47º | 0.43% | 0.16% | - |
| HSV(B) | 86.47º | 0.6% | 0.22% | - |
| XYZ | 2.57 | 3.48 | 1.35 | - |
| YUV | 48.64 | 113.53 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 57 | 23 | 0.26 | 0 | 0.60 | 0.78 | 86.47 | 0.43 | 0.16 |
| Hex | 2A | 39 | 17 | 1A | 0 | 3C | 4E | 56 | 2A | 10 |
| Octal | 52 | 71 | 27 | 32 | 0 | 74 | 116 | 126 | 52 | 20 |
| Binary | 101010 | 111001 | 10111 | 11010 | 0 | 111100 | 1001110 | 1010110 | 101010 | 10000 |
Color Harmonies of #2A3917
Complementary color
Monochromatic Colors of #2A3917
Black with #2A3917
Text Example
Text Example
White with #2A3917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3917; }
p { color: rgb(42,57,23); }
H1.HeaderClassName
{
color: #2A3917;
}
.AnyTagClassName
{
color: #2A3917;
}
</style>
background-color css
<style>
a { background-color: #2A3917; }
a { background-color: rgb(42,57,23); }
div.DivClassName
{
background-color: #2A3917;
}
.BgClassName
{
background-color: #2A3917;
}
</style>
border-color css
<style>
span { border-color: #2A3917; }
span { border-color: rgb(42,57,23); }
td.TdClassName
{
border-color: #2A3917;
}
.TagClassName
{
border-color: #2A3917;
}
</style>