Shades of Pine Tree #2D3A1E
Tints of Pine Tree #2D3A1E
RGB
CMYK
RGB Variations
Color information
#2D3A1E (or 0x2D3A1E) is known color: Pine Tree. HEX triplet: 2D, 3A and 1E. RGB value is (45,58,30). Sum of RGB (Red+Green+Blue) = 45+58+30=133 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.83% from 133); Green value is 58 (23.05% from 255 or 43.61% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 58 - color contains mainly: green. Hex color #2D3A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3A1E is #D2C5E1. Grayscale: #333333. Windows color (decimal): -13813218 or 1980973. OLE color: 1980973.
HSL color Cylindrical-coordinate representation of color #2D3A1E: hue angle of 87.86º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2D3A1E is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 45 | 58 | 30 | - |
| CMYK | 0.22 | 0 | 0.48 | 0.77 |
| HSL | 87.86º | 0.32% | 0.17% | - |
| HSV(B) | 87.86º | 0.48% | 0.23% | - |
| XYZ | 2.83 | 3.68 | 1.79 | - |
| YUV | 50.92 | 116.19 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 58 | 30 | 0.22 | 0 | 0.48 | 0.77 | 87.86 | 0.32 | 0.17 |
| Hex | 2D | 3A | 1E | 16 | 0 | 30 | 4D | 58 | 20 | 11 |
| Octal | 55 | 72 | 36 | 26 | 0 | 60 | 115 | 130 | 40 | 21 |
| Binary | 101101 | 111010 | 11110 | 10110 | 0 | 110000 | 1001101 | 1011000 | 100000 | 10001 |
Color Harmonies of #2D3A1E
Complementary color
Monochromatic Colors of #2D3A1E
Black with #2D3A1E
Text Example
Text Example
White with #2D3A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3A1E; }
p { color: rgb(45,58,30); }
H1.HeaderClassName
{
color: #2D3A1E;
}
.AnyTagClassName
{
color: #2D3A1E;
}
</style>
background-color css
<style>
a { background-color: #2D3A1E; }
a { background-color: rgb(45,58,30); }
div.DivClassName
{
background-color: #2D3A1E;
}
.BgClassName
{
background-color: #2D3A1E;
}
</style>
border-color css
<style>
span { border-color: #2D3A1E; }
span { border-color: rgb(45,58,30); }
td.TdClassName
{
border-color: #2D3A1E;
}
.TagClassName
{
border-color: #2D3A1E;
}
</style>