Shades of Pine Tree #29361A
Tints of Pine Tree #29361A
RGB
CMYK
RGB Variations
Color information
#29361A (or 0x29361A) is known color: Pine Tree. HEX triplet: 29, 36 and 1A. RGB value is (41,54,26). Sum of RGB (Red+Green+Blue) = 41+54+26=121 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.88% from 121); Green value is 54 (21.48% from 255 or 44.63% from 121); Blue value is 26 (10.55% from 255 or 21.49% from 121); Max value from RGB is 54 - color contains mainly: green. Hex color #29361A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29361A is #D6C9E5. Grayscale: #2F2F2F. Windows color (decimal): -14076390 or 1717801. OLE color: 1717801.
HSL color Cylindrical-coordinate representation of color #29361A: hue angle of 87.86º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #29361A is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 41 | 54 | 26 | - |
| CMYK | 0.24 | 0 | 0.52 | 0.79 |
| HSL | 87.86º | 0.35% | 0.16% | - |
| HSV(B) | 87.86º | 0.52% | 0.21% | - |
| XYZ | 2.42 | 3.18 | 1.46 | - |
| YUV | 46.92 | 116.19 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 54 | 26 | 0.24 | 0 | 0.52 | 0.79 | 87.86 | 0.35 | 0.16 |
| Hex | 29 | 36 | 1A | 18 | 0 | 34 | 4F | 58 | 23 | 10 |
| Octal | 51 | 66 | 32 | 30 | 0 | 64 | 117 | 130 | 43 | 20 |
| Binary | 101001 | 110110 | 11010 | 11000 | 0 | 110100 | 1001111 | 1011000 | 100011 | 10000 |
Color Harmonies of #29361A
Complementary color
Monochromatic Colors of #29361A
Black with #29361A
Text Example
Text Example
White with #29361A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29361A; }
p { color: rgb(41,54,26); }
H1.HeaderClassName
{
color: #29361A;
}
.AnyTagClassName
{
color: #29361A;
}
</style>
background-color css
<style>
a { background-color: #29361A; }
a { background-color: rgb(41,54,26); }
div.DivClassName
{
background-color: #29361A;
}
.BgClassName
{
background-color: #29361A;
}
</style>
border-color css
<style>
span { border-color: #29361A; }
span { border-color: rgb(41,54,26); }
td.TdClassName
{
border-color: #29361A;
}
.TagClassName
{
border-color: #29361A;
}
</style>