Shades of Pine Tree #2D381E
Tints of Pine Tree #2D381E
RGB
CMYK
RGB Variations
Color information
#2D381E (or 0x2D381E) is known color: Pine Tree. HEX triplet: 2D, 38 and 1E. RGB value is (45,56,30). Sum of RGB (Red+Green+Blue) = 45+56+30=131 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.35% from 131); Green value is 56 (22.27% from 255 or 42.75% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 56 - color contains mainly: green. Hex color #2D381E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D381E is #D2C7E1. Grayscale: #313131. Windows color (decimal): -13813730 or 1980461. OLE color: 1980461.
HSL color Cylindrical-coordinate representation of color #2D381E: hue angle of 85.38º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2D381E is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 56 | 30 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.78 |
| HSL | 85.38º | 0.3% | 0.17% | - |
| HSV(B) | 85.38º | 0.46% | 0.22% | - |
| XYZ | 2.73 | 3.48 | 1.76 | - |
| YUV | 49.75 | 116.86 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 56 | 30 | 0.20 | 0 | 0.46 | 0.78 | 85.38 | 0.3 | 0.17 |
| Hex | 2D | 38 | 1E | 14 | 0 | 2E | 4E | 55 | 1E | 11 |
| Octal | 55 | 70 | 36 | 24 | 0 | 56 | 116 | 125 | 36 | 21 |
| Binary | 101101 | 111000 | 11110 | 10100 | 0 | 101110 | 1001110 | 1010101 | 11110 | 10001 |
Color Harmonies of #2D381E
Complementary color
Monochromatic Colors of #2D381E
Black with #2D381E
Text Example
Text Example
White with #2D381E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D381E; }
p { color: rgb(45,56,30); }
H1.HeaderClassName
{
color: #2D381E;
}
.AnyTagClassName
{
color: #2D381E;
}
</style>
background-color css
<style>
a { background-color: #2D381E; }
a { background-color: rgb(45,56,30); }
div.DivClassName
{
background-color: #2D381E;
}
.BgClassName
{
background-color: #2D381E;
}
</style>
border-color css
<style>
span { border-color: #2D381E; }
span { border-color: rgb(45,56,30); }
td.TdClassName
{
border-color: #2D381E;
}
.TagClassName
{
border-color: #2D381E;
}
</style>