Shades of Pine Tree #29381A
Tints of Pine Tree #29381A
RGB
CMYK
RGB Variations
Color information
#29381A (or 0x29381A) is known color: Pine Tree. HEX triplet: 29, 38 and 1A. RGB value is (41,56,26). Sum of RGB (Red+Green+Blue) = 41+56+26=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 56 (22.27% from 255 or 45.53% from 123); Blue value is 26 (10.55% from 255 or 21.14% from 123); Max value from RGB is 56 - color contains mainly: green. Hex color #29381A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29381A is #D6C7E5. Grayscale: #303030. Windows color (decimal): -14075878 or 1718313. OLE color: 1718313.
HSL color Cylindrical-coordinate representation of color #29381A: hue angle of 90º 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 #29381A is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 41 | 56 | 26 | - |
| CMYK | 0.27 | 0 | 0.54 | 0.78 |
| HSL | 90º | 0.37% | 0.16% | - |
| HSV(B) | 90º | 0.54% | 0.22% | - |
| XYZ | 2.52 | 3.37 | 1.5 | - |
| YUV | 48.1 | 115.53 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 56 | 26 | 0.27 | 0 | 0.54 | 0.78 | 90 | 0.37 | 0.16 |
| Hex | 29 | 38 | 1A | 1B | 0 | 36 | 4E | 5A | 25 | 10 |
| Octal | 51 | 70 | 32 | 33 | 0 | 66 | 116 | 132 | 45 | 20 |
| Binary | 101001 | 111000 | 11010 | 11011 | 0 | 110110 | 1001110 | 1011010 | 100101 | 10000 |
Color Harmonies of #29381A
Complementary color
Monochromatic Colors of #29381A
Black with #29381A
Text Example
Text Example
White with #29381A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29381A; }
p { color: rgb(41,56,26); }
H1.HeaderClassName
{
color: #29381A;
}
.AnyTagClassName
{
color: #29381A;
}
</style>
background-color css
<style>
a { background-color: #29381A; }
a { background-color: rgb(41,56,26); }
div.DivClassName
{
background-color: #29381A;
}
.BgClassName
{
background-color: #29381A;
}
</style>
border-color css
<style>
span { border-color: #29381A; }
span { border-color: rgb(41,56,26); }
td.TdClassName
{
border-color: #29381A;
}
.TagClassName
{
border-color: #29381A;
}
</style>