Shades of Pine Tree #2A3A16
Tints of Pine Tree #2A3A16
RGB
CMYK
RGB Variations
Color information
#2A3A16 (or 0x2A3A16) is known color: Pine Tree. HEX triplet: 2A, 3A and 16. RGB value is (42,58,22). Sum of RGB (Red+Green+Blue) = 42+58+22=122 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.43% from 122); Green value is 58 (23.05% from 255 or 47.54% from 122); Blue value is 22 (8.98% from 255 or 18.03% from 122); Max value from RGB is 58 - color contains mainly: green. Hex color #2A3A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3A16 is #D5C5E9. Grayscale: #313131. Windows color (decimal): -14009834 or 1456682. OLE color: 1456682.
HSL color Cylindrical-coordinate representation of color #2A3A16: hue angle of 86.67º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A3A16 is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 42 | 58 | 22 | - |
| CMYK | 0.28 | 0 | 0.62 | 0.77 |
| HSL | 86.67º | 0.45% | 0.16% | - |
| HSV(B) | 86.67º | 0.62% | 0.23% | - |
| XYZ | 2.61 | 3.58 | 1.31 | - |
| YUV | 49.11 | 112.7 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 58 | 22 | 0.28 | 0 | 0.62 | 0.77 | 86.67 | 0.45 | 0.16 |
| Hex | 2A | 3A | 16 | 1C | 0 | 3E | 4D | 57 | 2D | 10 |
| Octal | 52 | 72 | 26 | 34 | 0 | 76 | 115 | 127 | 55 | 20 |
| Binary | 101010 | 111010 | 10110 | 11100 | 0 | 111110 | 1001101 | 1010111 | 101101 | 10000 |
Color Harmonies of #2A3A16
Complementary color
Monochromatic Colors of #2A3A16
Black with #2A3A16
Text Example
Text Example
White with #2A3A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3A16; }
p { color: rgb(42,58,22); }
H1.HeaderClassName
{
color: #2A3A16;
}
.AnyTagClassName
{
color: #2A3A16;
}
</style>
background-color css
<style>
a { background-color: #2A3A16; }
a { background-color: rgb(42,58,22); }
div.DivClassName
{
background-color: #2A3A16;
}
.BgClassName
{
background-color: #2A3A16;
}
</style>
border-color css
<style>
span { border-color: #2A3A16; }
span { border-color: rgb(42,58,22); }
td.TdClassName
{
border-color: #2A3A16;
}
.TagClassName
{
border-color: #2A3A16;
}
</style>