Shades of Pine Tree #2D381A
Tints of Pine Tree #2D381A
RGB
CMYK
RGB Variations
Color information
#2D381A (or 0x2D381A) is known color: Pine Tree. HEX triplet: 2D, 38 and 1A. RGB value is (45,56,26). Sum of RGB (Red+Green+Blue) = 45+56+26=127 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.43% from 127); Green value is 56 (22.27% from 255 or 44.09% from 127); Blue value is 26 (10.55% from 255 or 20.47% from 127); Max value from RGB is 56 - color contains mainly: green. Hex color #2D381A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D381A is #D2C7E5. Grayscale: #313131. Windows color (decimal): -13813734 or 1718317. OLE color: 1718317.
HSL color Cylindrical-coordinate representation of color #2D381A: hue angle of 82º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2D381A is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 56 | 26 | - |
| CMYK | 0.20 | 0 | 0.54 | 0.78 |
| HSL | 82º | 0.37% | 0.16% | - |
| HSV(B) | 82º | 0.54% | 0.22% | - |
| XYZ | 2.68 | 3.46 | 1.5 | - |
| YUV | 49.29 | 114.86 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 56 | 26 | 0.20 | 0 | 0.54 | 0.78 | 82 | 0.37 | 0.16 |
| Hex | 2D | 38 | 1A | 14 | 0 | 36 | 4E | 52 | 25 | 10 |
| Octal | 55 | 70 | 32 | 24 | 0 | 66 | 116 | 122 | 45 | 20 |
| Binary | 101101 | 111000 | 11010 | 10100 | 0 | 110110 | 1001110 | 1010010 | 100101 | 10000 |
Color Harmonies of #2D381A
Complementary color
Monochromatic Colors of #2D381A
Black with #2D381A
Text Example
Text Example
White with #2D381A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D381A; }
p { color: rgb(45,56,26); }
H1.HeaderClassName
{
color: #2D381A;
}
.AnyTagClassName
{
color: #2D381A;
}
</style>
background-color css
<style>
a { background-color: #2D381A; }
a { background-color: rgb(45,56,26); }
div.DivClassName
{
background-color: #2D381A;
}
.BgClassName
{
background-color: #2D381A;
}
</style>
border-color css
<style>
span { border-color: #2D381A; }
span { border-color: rgb(45,56,26); }
td.TdClassName
{
border-color: #2D381A;
}
.TagClassName
{
border-color: #2D381A;
}
</style>