Shades of Pine Tree #29321A
Tints of Pine Tree #29321A
RGB
CMYK
RGB Variations
Color information
#29321A (or 0x29321A) is known color: Pine Tree. HEX triplet: 29, 32 and 1A. RGB value is (41,50,26). Sum of RGB (Red+Green+Blue) = 41+50+26=117 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.04% from 117); Green value is 50 (19.92% from 255 or 42.74% from 117); Blue value is 26 (10.55% from 255 or 22.22% from 117); Max value from RGB is 50 - color contains mainly: green. Hex color #29321A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29321A is #D6CDE5. Grayscale: #2C2C2C. Windows color (decimal): -14077414 or 1716777. OLE color: 1716777.
HSL color Cylindrical-coordinate representation of color #29321A: hue angle of 82.5º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #29321A is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 41 | 50 | 26 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.80 |
| HSL | 82.5º | 0.32% | 0.15% | - |
| HSV(B) | 82.5º | 0.48% | 0.2% | - |
| XYZ | 2.24 | 2.83 | 1.4 | - |
| YUV | 44.57 | 117.52 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 50 | 26 | 0.18 | 0 | 0.48 | 0.80 | 82.5 | 0.32 | 0.15 |
| Hex | 29 | 32 | 1A | 12 | 0 | 30 | 50 | 52 | 20 | F |
| Octal | 51 | 62 | 32 | 22 | 0 | 60 | 120 | 122 | 40 | 17 |
| Binary | 101001 | 110010 | 11010 | 10010 | 0 | 110000 | 1010000 | 1010010 | 100000 | 1111 |
Color Harmonies of #29321A
Complementary color
Monochromatic Colors of #29321A
Black with #29321A
Text Example
Text Example
White with #29321A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29321A; }
p { color: rgb(41,50,26); }
H1.HeaderClassName
{
color: #29321A;
}
.AnyTagClassName
{
color: #29321A;
}
</style>
background-color css
<style>
a { background-color: #29321A; }
a { background-color: rgb(41,50,26); }
div.DivClassName
{
background-color: #29321A;
}
.BgClassName
{
background-color: #29321A;
}
</style>
border-color css
<style>
span { border-color: #29321A; }
span { border-color: rgb(41,50,26); }
td.TdClassName
{
border-color: #29321A;
}
.TagClassName
{
border-color: #29321A;
}
</style>