Shades of Pine Tree #2D371D
Tints of Pine Tree #2D371D
RGB
CMYK
RGB Variations
Color information
#2D371D (or 0x2D371D) is known color: Pine Tree. HEX triplet: 2D, 37 and 1D. RGB value is (45,55,29). Sum of RGB (Red+Green+Blue) = 45+55+29=129 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.88% from 129); Green value is 55 (21.88% from 255 or 42.64% from 129); Blue value is 29 (11.72% from 255 or 22.48% from 129); Max value from RGB is 55 - color contains mainly: green. Hex color #2D371D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D371D is #D2C8E2. Grayscale: #313131. Windows color (decimal): -13813987 or 1914669. OLE color: 1914669.
HSL color Cylindrical-coordinate representation of color #2D371D: hue angle of 83.08º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2D371D is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 55 | 29 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.78 |
| HSL | 83.08º | 0.31% | 0.16% | - |
| HSV(B) | 83.08º | 0.47% | 0.22% | - |
| XYZ | 2.67 | 3.38 | 1.67 | - |
| YUV | 49.05 | 116.69 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 55 | 29 | 0.18 | 0 | 0.47 | 0.78 | 83.08 | 0.31 | 0.16 |
| Hex | 2D | 37 | 1D | 12 | 0 | 2F | 4E | 53 | 1F | 10 |
| Octal | 55 | 67 | 35 | 22 | 0 | 57 | 116 | 123 | 37 | 20 |
| Binary | 101101 | 110111 | 11101 | 10010 | 0 | 101111 | 1001110 | 1010011 | 11111 | 10000 |
Color Harmonies of #2D371D
Complementary color
Monochromatic Colors of #2D371D
Black with #2D371D
Text Example
Text Example
White with #2D371D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D371D; }
p { color: rgb(45,55,29); }
H1.HeaderClassName
{
color: #2D371D;
}
.AnyTagClassName
{
color: #2D371D;
}
</style>
background-color css
<style>
a { background-color: #2D371D; }
a { background-color: rgb(45,55,29); }
div.DivClassName
{
background-color: #2D371D;
}
.BgClassName
{
background-color: #2D371D;
}
</style>
border-color css
<style>
span { border-color: #2D371D; }
span { border-color: rgb(45,55,29); }
td.TdClassName
{
border-color: #2D371D;
}
.TagClassName
{
border-color: #2D371D;
}
</style>