Shades of Pine Tree #2D371C
Tints of Pine Tree #2D371C
RGB
CMYK
RGB Variations
Color information
#2D371C (or 0x2D371C) is known color: Pine Tree. HEX triplet: 2D, 37 and 1C. RGB value is (45,55,28). Sum of RGB (Red+Green+Blue) = 45+55+28=128 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.16% from 128); Green value is 55 (21.88% from 255 or 42.97% from 128); Blue value is 28 (11.33% from 255 or 21.88% from 128); Max value from RGB is 55 - color contains mainly: green. Hex color #2D371C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D371C is #D2C8E3. Grayscale: #313131. Windows color (decimal): -13813988 or 1849133. OLE color: 1849133.
HSL color Cylindrical-coordinate representation of color #2D371C: hue angle of 82.22º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2D371C is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 55 | 28 | - |
| CMYK | 0.18 | 0 | 0.49 | 0.78 |
| HSL | 82.22º | 0.33% | 0.16% | - |
| HSV(B) | 82.22º | 0.49% | 0.22% | - |
| XYZ | 2.66 | 3.37 | 1.61 | - |
| YUV | 48.93 | 116.19 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 55 | 28 | 0.18 | 0 | 0.49 | 0.78 | 82.22 | 0.33 | 0.16 |
| Hex | 2D | 37 | 1C | 12 | 0 | 31 | 4E | 52 | 21 | 10 |
| Octal | 55 | 67 | 34 | 22 | 0 | 61 | 116 | 122 | 41 | 20 |
| Binary | 101101 | 110111 | 11100 | 10010 | 0 | 110001 | 1001110 | 1010010 | 100001 | 10000 |
Color Harmonies of #2D371C
Complementary color
Monochromatic Colors of #2D371C
Black with #2D371C
Text Example
Text Example
White with #2D371C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D371C; }
p { color: rgb(45,55,28); }
H1.HeaderClassName
{
color: #2D371C;
}
.AnyTagClassName
{
color: #2D371C;
}
</style>
background-color css
<style>
a { background-color: #2D371C; }
a { background-color: rgb(45,55,28); }
div.DivClassName
{
background-color: #2D371C;
}
.BgClassName
{
background-color: #2D371C;
}
</style>
border-color css
<style>
span { border-color: #2D371C; }
span { border-color: rgb(45,55,28); }
td.TdClassName
{
border-color: #2D371C;
}
.TagClassName
{
border-color: #2D371C;
}
</style>