Shades of Pine Tree #2D381B
Tints of Pine Tree #2D381B
RGB
CMYK
RGB Variations
Color information
#2D381B (or 0x2D381B) is known color: Pine Tree. HEX triplet: 2D, 38 and 1B. RGB value is (45,56,27). Sum of RGB (Red+Green+Blue) = 45+56+27=128 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.16% from 128); Green value is 56 (22.27% from 255 or 43.75% from 128); Blue value is 27 (10.94% from 255 or 21.09% from 128); Max value from RGB is 56 - color contains mainly: green. Hex color #2D381B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D381B is #D2C7E4. Grayscale: #313131. Windows color (decimal): -13813733 or 1783853. OLE color: 1783853.
HSL color Cylindrical-coordinate representation of color #2D381B: hue angle of 82.76º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2D381B is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 56 | 27 | - |
| CMYK | 0.20 | 0 | 0.52 | 0.78 |
| HSL | 82.76º | 0.35% | 0.16% | - |
| HSV(B) | 82.76º | 0.52% | 0.22% | - |
| XYZ | 2.69 | 3.47 | 1.56 | - |
| YUV | 49.41 | 115.36 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 56 | 27 | 0.20 | 0 | 0.52 | 0.78 | 82.76 | 0.35 | 0.16 |
| Hex | 2D | 38 | 1B | 14 | 0 | 34 | 4E | 53 | 23 | 10 |
| Octal | 55 | 70 | 33 | 24 | 0 | 64 | 116 | 123 | 43 | 20 |
| Binary | 101101 | 111000 | 11011 | 10100 | 0 | 110100 | 1001110 | 1010011 | 100011 | 10000 |
Color Harmonies of #2D381B
Complementary color
Monochromatic Colors of #2D381B
Black with #2D381B
Text Example
Text Example
White with #2D381B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D381B; }
p { color: rgb(45,56,27); }
H1.HeaderClassName
{
color: #2D381B;
}
.AnyTagClassName
{
color: #2D381B;
}
</style>
background-color css
<style>
a { background-color: #2D381B; }
a { background-color: rgb(45,56,27); }
div.DivClassName
{
background-color: #2D381B;
}
.BgClassName
{
background-color: #2D381B;
}
</style>
border-color css
<style>
span { border-color: #2D381B; }
span { border-color: rgb(45,56,27); }
td.TdClassName
{
border-color: #2D381B;
}
.TagClassName
{
border-color: #2D381B;
}
</style>