Shades of Pine Tree #293021
Tints of Pine Tree #293021
RGB
CMYK
RGB Variations
Color information
#293021 (or 0x293021) is known color: Pine Tree. HEX triplet: 29, 30 and 21. RGB value is (41,48,33). Sum of RGB (Red+Green+Blue) = 41+48+33=122 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.61% from 122); Green value is 48 (19.14% from 255 or 39.34% from 122); Blue value is 33 (13.28% from 255 or 27.05% from 122); Max value from RGB is 48 - color contains mainly: green. Hex color #293021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293021 is #D6CFDE. Grayscale: #2C2C2C. Windows color (decimal): -14077919 or 2175017. OLE color: 2175017.
HSL color Cylindrical-coordinate representation of color #293021: hue angle of 88º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #293021 is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 41 | 48 | 33 | - |
| CMYK | 0.15 | 0 | 0.31 | 0.81 |
| HSL | 88º | 0.19% | 0.16% | - |
| HSV(B) | 88º | 0.31% | 0.19% | - |
| XYZ | 2.25 | 2.7 | 1.84 | - |
| YUV | 44.2 | 121.68 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 48 | 33 | 0.15 | 0 | 0.31 | 0.81 | 88 | 0.19 | 0.16 |
| Hex | 29 | 30 | 21 | F | 0 | 1F | 51 | 58 | 13 | 10 |
| Octal | 51 | 60 | 41 | 17 | 0 | 37 | 121 | 130 | 23 | 20 |
| Binary | 101001 | 110000 | 100001 | 1111 | 0 | 11111 | 1010001 | 1011000 | 10011 | 10000 |
Color Harmonies of #293021
Complementary color
Monochromatic Colors of #293021
Black with #293021
Text Example
Text Example
White with #293021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293021; }
p { color: rgb(41,48,33); }
H1.HeaderClassName
{
color: #293021;
}
.AnyTagClassName
{
color: #293021;
}
</style>
background-color css
<style>
a { background-color: #293021; }
a { background-color: rgb(41,48,33); }
div.DivClassName
{
background-color: #293021;
}
.BgClassName
{
background-color: #293021;
}
</style>
border-color css
<style>
span { border-color: #293021; }
span { border-color: rgb(41,48,33); }
td.TdClassName
{
border-color: #293021;
}
.TagClassName
{
border-color: #293021;
}
</style>