Shades of Pine Tree #2A2E25
Tints of Pine Tree #2A2E25
RGB
CMYK
RGB Variations
Color information
#2A2E25 (or 0x2A2E25) is known color: Pine Tree. HEX triplet: 2A, 2E and 25. RGB value is (42,46,37). Sum of RGB (Red+Green+Blue) = 42+46+37=125 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.6% from 125); Green value is 46 (18.36% from 255 or 36.8% from 125); Blue value is 37 (14.84% from 255 or 29.6% from 125); Max value from RGB is 46 - color contains mainly: green. Hex color #2A2E25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2E25 is #D5D1DA. Grayscale: #2B2B2B. Windows color (decimal): -14012891 or 2436650. OLE color: 2436650.
HSL color Cylindrical-coordinate representation of color #2A2E25: hue angle of 86.67º degrees, saturation: 0.11, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #2A2E25 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 42 | 46 | 37 | - |
| CMYK | 0.09 | 0 | 0.20 | 0.82 |
| HSL | 86.67º | 0.11% | 0.16% | - |
| HSV(B) | 86.67º | 0.2% | 0.18% | - |
| XYZ | 2.27 | 2.58 | 2.13 | - |
| YUV | 43.78 | 124.17 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 46 | 37 | 0.09 | 0 | 0.20 | 0.82 | 86.67 | 0.11 | 0.16 |
| Hex | 2A | 2E | 25 | 9 | 0 | 14 | 52 | 57 | B | 10 |
| Octal | 52 | 56 | 45 | 11 | 0 | 24 | 122 | 127 | 13 | 20 |
| Binary | 101010 | 101110 | 100101 | 1001 | 0 | 10100 | 1010010 | 1010111 | 1011 | 10000 |
Color Harmonies of #2A2E25
Complementary color
Monochromatic Colors of #2A2E25
Black with #2A2E25
Text Example
Text Example
White with #2A2E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2E25; }
p { color: rgb(42,46,37); }
H1.HeaderClassName
{
color: #2A2E25;
}
.AnyTagClassName
{
color: #2A2E25;
}
</style>
background-color css
<style>
a { background-color: #2A2E25; }
a { background-color: rgb(42,46,37); }
div.DivClassName
{
background-color: #2A2E25;
}
.BgClassName
{
background-color: #2A2E25;
}
</style>
border-color css
<style>
span { border-color: #2A2E25; }
span { border-color: rgb(42,46,37); }
td.TdClassName
{
border-color: #2A2E25;
}
.TagClassName
{
border-color: #2A2E25;
}
</style>