Shades of Pine Tree #2D3226
Tints of Pine Tree #2D3226
RGB
CMYK
RGB Variations
Color information
#2D3226 (or 0x2D3226) is known color: Pine Tree. HEX triplet: 2D, 32 and 26. RGB value is (45,50,38). Sum of RGB (Red+Green+Blue) = 45+50+38=133 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.83% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 38 (15.23% from 255 or 28.57% from 133); Max value from RGB is 50 - color contains mainly: green. Hex color #2D3226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3226 is #D2CDD9. Grayscale: #2F2F2F. Windows color (decimal): -13815258 or 2503213. OLE color: 2503213.
HSL color Cylindrical-coordinate representation of color #2D3226: hue angle of 85º degrees, saturation: 0.14, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2D3226 is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 45 | 50 | 38 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.80 |
| HSL | 85º | 0.14% | 0.17% | - |
| HSV(B) | 85º | 0.24% | 0.2% | - |
| XYZ | 2.57 | 2.98 | 2.27 | - |
| YUV | 47.14 | 122.84 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 50 | 38 | 0.10 | 0 | 0.24 | 0.80 | 85 | 0.14 | 0.17 |
| Hex | 2D | 32 | 26 | A | 0 | 18 | 50 | 55 | E | 11 |
| Octal | 55 | 62 | 46 | 12 | 0 | 30 | 120 | 125 | 16 | 21 |
| Binary | 101101 | 110010 | 100110 | 1010 | 0 | 11000 | 1010000 | 1010101 | 1110 | 10001 |
Color Harmonies of #2D3226
Complementary color
Monochromatic Colors of #2D3226
Black with #2D3226
Text Example
Text Example
White with #2D3226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3226; }
p { color: rgb(45,50,38); }
H1.HeaderClassName
{
color: #2D3226;
}
.AnyTagClassName
{
color: #2D3226;
}
</style>
background-color css
<style>
a { background-color: #2D3226; }
a { background-color: rgb(45,50,38); }
div.DivClassName
{
background-color: #2D3226;
}
.BgClassName
{
background-color: #2D3226;
}
</style>
border-color css
<style>
span { border-color: #2D3226; }
span { border-color: rgb(45,50,38); }
td.TdClassName
{
border-color: #2D3226;
}
.TagClassName
{
border-color: #2D3226;
}
</style>