Shades of Pine Tree #2D381D
Tints of Pine Tree #2D381D
RGB
CMYK
RGB Variations
Color information
#2D381D (or 0x2D381D) is known color: Pine Tree. HEX triplet: 2D, 38 and 1D. RGB value is (45,56,29). Sum of RGB (Red+Green+Blue) = 45+56+29=130 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.62% from 130); Green value is 56 (22.27% from 255 or 43.08% from 130); Blue value is 29 (11.72% from 255 or 22.31% from 130); Max value from RGB is 56 - color contains mainly: green. Hex color #2D381D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D381D is #D2C7E2. Grayscale: #313131. Windows color (decimal): -13813731 or 1914925. OLE color: 1914925.
HSL color Cylindrical-coordinate representation of color #2D381D: hue angle of 84.44º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2D381D is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 56 | 29 | - |
| CMYK | 0.20 | 0 | 0.48 | 0.78 |
| HSL | 84.44º | 0.32% | 0.17% | - |
| HSV(B) | 84.44º | 0.48% | 0.22% | - |
| XYZ | 2.72 | 3.47 | 1.69 | - |
| YUV | 49.63 | 116.36 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 56 | 29 | 0.20 | 0 | 0.48 | 0.78 | 84.44 | 0.32 | 0.17 |
| Hex | 2D | 38 | 1D | 14 | 0 | 30 | 4E | 54 | 20 | 11 |
| Octal | 55 | 70 | 35 | 24 | 0 | 60 | 116 | 124 | 40 | 21 |
| Binary | 101101 | 111000 | 11101 | 10100 | 0 | 110000 | 1001110 | 1010100 | 100000 | 10001 |
Color Harmonies of #2D381D
Complementary color
Monochromatic Colors of #2D381D
Black with #2D381D
Text Example
Text Example
White with #2D381D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D381D; }
p { color: rgb(45,56,29); }
H1.HeaderClassName
{
color: #2D381D;
}
.AnyTagClassName
{
color: #2D381D;
}
</style>
background-color css
<style>
a { background-color: #2D381D; }
a { background-color: rgb(45,56,29); }
div.DivClassName
{
background-color: #2D381D;
}
.BgClassName
{
background-color: #2D381D;
}
</style>
border-color css
<style>
span { border-color: #2D381D; }
span { border-color: rgb(45,56,29); }
td.TdClassName
{
border-color: #2D381D;
}
.TagClassName
{
border-color: #2D381D;
}
</style>