Shades of Pine Tree #2A3E16
Tints of Pine Tree #2A3E16
RGB
CMYK
RGB Variations
Color information
#2A3E16 (or 0x2A3E16) is known color: Pine Tree. HEX triplet: 2A, 3E and 16. RGB value is (42,62,22). Sum of RGB (Red+Green+Blue) = 42+62+22=126 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.33% from 126); Green value is 62 (24.61% from 255 or 49.21% from 126); Blue value is 22 (8.98% from 255 or 17.46% from 126); Max value from RGB is 62 - color contains mainly: green. Hex color #2A3E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3E16 is #D5C1E9. Grayscale: #333333. Windows color (decimal): -14008810 or 1457706. OLE color: 1457706.
HSL color Cylindrical-coordinate representation of color #2A3E16: hue angle of 90º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A3E16 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 42 | 62 | 22 | - |
| CMYK | 0.32 | 0 | 0.65 | 0.76 |
| HSL | 90º | 0.48% | 0.16% | - |
| HSV(B) | 90º | 0.65% | 0.24% | - |
| XYZ | 2.82 | 4 | 1.38 | - |
| YUV | 51.46 | 111.37 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 62 | 22 | 0.32 | 0 | 0.65 | 0.76 | 90 | 0.48 | 0.16 |
| Hex | 2A | 3E | 16 | 20 | 0 | 41 | 4C | 5A | 30 | 10 |
| Octal | 52 | 76 | 26 | 40 | 0 | 101 | 114 | 132 | 60 | 20 |
| Binary | 101010 | 111110 | 10110 | 100000 | 0 | 1000001 | 1001100 | 1011010 | 110000 | 10000 |
Color Harmonies of #2A3E16
Complementary color
Monochromatic Colors of #2A3E16
Black with #2A3E16
Text Example
Text Example
White with #2A3E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3E16; }
p { color: rgb(42,62,22); }
H1.HeaderClassName
{
color: #2A3E16;
}
.AnyTagClassName
{
color: #2A3E16;
}
</style>
background-color css
<style>
a { background-color: #2A3E16; }
a { background-color: rgb(42,62,22); }
div.DivClassName
{
background-color: #2A3E16;
}
.BgClassName
{
background-color: #2A3E16;
}
</style>
border-color css
<style>
span { border-color: #2A3E16; }
span { border-color: rgb(42,62,22); }
td.TdClassName
{
border-color: #2A3E16;
}
.TagClassName
{
border-color: #2A3E16;
}
</style>