Shades of Pine Tree #2A371A
Tints of Pine Tree #2A371A
RGB
CMYK
RGB Variations
Color information
#2A371A (or 0x2A371A) is known color: Pine Tree. HEX triplet: 2A, 37 and 1A. RGB value is (42,55,26). Sum of RGB (Red+Green+Blue) = 42+55+26=123 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.15% from 123); Green value is 55 (21.88% from 255 or 44.72% from 123); Blue value is 26 (10.55% from 255 or 21.14% from 123); Max value from RGB is 55 - color contains mainly: green. Hex color #2A371A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A371A is #D5C8E5. Grayscale: #2F2F2F. Windows color (decimal): -14010598 or 1718058. OLE color: 1718058.
HSL color Cylindrical-coordinate representation of color #2A371A: hue angle of 86.9º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2A371A is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 55 | 26 | - |
| CMYK | 0.24 | 0 | 0.53 | 0.78 |
| HSL | 86.9º | 0.36% | 0.16% | - |
| HSV(B) | 86.9º | 0.53% | 0.22% | - |
| XYZ | 2.51 | 3.3 | 1.48 | - |
| YUV | 47.81 | 115.69 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 55 | 26 | 0.24 | 0 | 0.53 | 0.78 | 86.9 | 0.36 | 0.16 |
| Hex | 2A | 37 | 1A | 18 | 0 | 35 | 4E | 57 | 24 | 10 |
| Octal | 52 | 67 | 32 | 30 | 0 | 65 | 116 | 127 | 44 | 20 |
| Binary | 101010 | 110111 | 11010 | 11000 | 0 | 110101 | 1001110 | 1010111 | 100100 | 10000 |
Color Harmonies of #2A371A
Complementary color
Monochromatic Colors of #2A371A
Black with #2A371A
Text Example
Text Example
White with #2A371A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A371A; }
p { color: rgb(42,55,26); }
H1.HeaderClassName
{
color: #2A371A;
}
.AnyTagClassName
{
color: #2A371A;
}
</style>
background-color css
<style>
a { background-color: #2A371A; }
a { background-color: rgb(42,55,26); }
div.DivClassName
{
background-color: #2A371A;
}
.BgClassName
{
background-color: #2A371A;
}
</style>
border-color css
<style>
span { border-color: #2A371A; }
span { border-color: rgb(42,55,26); }
td.TdClassName
{
border-color: #2A371A;
}
.TagClassName
{
border-color: #2A371A;
}
</style>