Shades of Pine Tree #2D381C
Tints of Pine Tree #2D381C
RGB
CMYK
RGB Variations
Color information
#2D381C (or 0x2D381C) is known color: Pine Tree. HEX triplet: 2D, 38 and 1C. RGB value is (45,56,28). Sum of RGB (Red+Green+Blue) = 45+56+28=129 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.88% from 129); Green value is 56 (22.27% from 255 or 43.41% from 129); Blue value is 28 (11.33% from 255 or 21.71% from 129); Max value from RGB is 56 - color contains mainly: green. Hex color #2D381C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D381C is #D2C7E3. Grayscale: #313131. Windows color (decimal): -13813732 or 1849389. OLE color: 1849389.
HSL color Cylindrical-coordinate representation of color #2D381C: hue angle of 83.57º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2D381C is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 56 | 28 | - |
| CMYK | 0.20 | 0 | 0.50 | 0.78 |
| HSL | 83.57º | 0.33% | 0.16% | - |
| HSV(B) | 83.57º | 0.5% | 0.22% | - |
| XYZ | 2.71 | 3.47 | 1.63 | - |
| YUV | 49.52 | 115.86 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 56 | 28 | 0.20 | 0 | 0.50 | 0.78 | 83.57 | 0.33 | 0.16 |
| Hex | 2D | 38 | 1C | 14 | 0 | 32 | 4E | 54 | 21 | 10 |
| Octal | 55 | 70 | 34 | 24 | 0 | 62 | 116 | 124 | 41 | 20 |
| Binary | 101101 | 111000 | 11100 | 10100 | 0 | 110010 | 1001110 | 1010100 | 100001 | 10000 |
Color Harmonies of #2D381C
Complementary color
Monochromatic Colors of #2D381C
Black with #2D381C
Text Example
Text Example
White with #2D381C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D381C; }
p { color: rgb(45,56,28); }
H1.HeaderClassName
{
color: #2D381C;
}
.AnyTagClassName
{
color: #2D381C;
}
</style>
background-color css
<style>
a { background-color: #2D381C; }
a { background-color: rgb(45,56,28); }
div.DivClassName
{
background-color: #2D381C;
}
.BgClassName
{
background-color: #2D381C;
}
</style>
border-color css
<style>
span { border-color: #2D381C; }
span { border-color: rgb(45,56,28); }
td.TdClassName
{
border-color: #2D381C;
}
.TagClassName
{
border-color: #2D381C;
}
</style>