Shades of Pine Tree #2D3128
Tints of Pine Tree #2D3128
RGB
CMYK
RGB Variations
Color information
#2D3128 (or 0x2D3128) is known color: Pine Tree. HEX triplet: 2D, 31 and 28. RGB value is (45,49,40). Sum of RGB (Red+Green+Blue) = 45+49+40=134 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.58% from 134); Green value is 49 (19.53% from 255 or 36.57% from 134); Blue value is 40 (16.02% from 255 or 29.85% from 134); Max value from RGB is 49 - color contains mainly: green. Hex color #2D3128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3128 is #D2CED7. Grayscale: #2E2E2E. Windows color (decimal): -13815512 or 2634029. OLE color: 2634029.
HSL color Cylindrical-coordinate representation of color #2D3128: hue angle of 86.67º degrees, saturation: 0.1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #2D3128 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 45 | 49 | 40 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.81 |
| HSL | 86.67º | 0.1% | 0.17% | - |
| HSV(B) | 86.67º | 0.18% | 0.19% | - |
| XYZ | 2.56 | 2.91 | 2.43 | - |
| YUV | 46.78 | 124.17 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 49 | 40 | 0.08 | 0 | 0.18 | 0.81 | 86.67 | 0.1 | 0.17 |
| Hex | 2D | 31 | 28 | 8 | 0 | 12 | 51 | 57 | A | 11 |
| Octal | 55 | 61 | 50 | 10 | 0 | 22 | 121 | 127 | 12 | 21 |
| Binary | 101101 | 110001 | 101000 | 1000 | 0 | 10010 | 1010001 | 1010111 | 1010 | 10001 |
Color Harmonies of #2D3128
Complementary color
Monochromatic Colors of #2D3128
Black with #2D3128
Text Example
Text Example
White with #2D3128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3128; }
p { color: rgb(45,49,40); }
H1.HeaderClassName
{
color: #2D3128;
}
.AnyTagClassName
{
color: #2D3128;
}
</style>
background-color css
<style>
a { background-color: #2D3128; }
a { background-color: rgb(45,49,40); }
div.DivClassName
{
background-color: #2D3128;
}
.BgClassName
{
background-color: #2D3128;
}
</style>
border-color css
<style>
span { border-color: #2D3128; }
span { border-color: rgb(45,49,40); }
td.TdClassName
{
border-color: #2D3128;
}
.TagClassName
{
border-color: #2D3128;
}
</style>