Shades of Pine Tree #20290B
Tints of Pine Tree #20290B
RGB
CMYK
RGB Variations
Color information
#20290B (or 0x20290B) is known color: Pine Tree. HEX triplet: 20, 29 and 0B. RGB value is (32,41,11). Sum of RGB (Red+Green+Blue) = 32+41+11=84 (11% of max value = 765). Red value is 32 (12.89% from 255 or 38.10% from 84); Green value is 41 (16.41% from 255 or 48.81% from 84); Blue value is 11 (4.69% from 255 or 13.10% from 84); Max value from RGB is 41 - color contains mainly: green. Hex color #20290B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20290B is #DFD6F4. Grayscale: #232323. Windows color (decimal): -14669557 or 731424. OLE color: 731424.
HSL color Cylindrical-coordinate representation of color #20290B: hue angle of 78º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #20290B is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 32 | 41 | 11 | - |
| CMYK | 0.22 | 0 | 0.73 | 0.84 |
| HSL | 78º | 0.58% | 0.1% | - |
| HSV(B) | 78º | 0.73% | 0.16% | - |
| XYZ | 1.45 | 1.92 | 0.61 | - |
| YUV | 34.89 | 114.52 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 41 | 11 | 0.22 | 0 | 0.73 | 0.84 | 78 | 0.58 | 0.1 |
| Hex | 20 | 29 | B | 16 | 0 | 49 | 54 | 4E | 3A | A |
| Octal | 40 | 51 | 13 | 26 | 0 | 111 | 124 | 116 | 72 | 12 |
| Binary | 100000 | 101001 | 1011 | 10110 | 0 | 1001001 | 1010100 | 1001110 | 111010 | 1010 |
Color Harmonies of #20290B
Complementary color
Monochromatic Colors of #20290B
Black with #20290B
Text Example
Text Example
White with #20290B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20290B; }
p { color: rgb(32,41,11); }
H1.HeaderClassName
{
color: #20290B;
}
.AnyTagClassName
{
color: #20290B;
}
</style>
background-color css
<style>
a { background-color: #20290B; }
a { background-color: rgb(32,41,11); }
div.DivClassName
{
background-color: #20290B;
}
.BgClassName
{
background-color: #20290B;
}
</style>
border-color css
<style>
span { border-color: #20290B; }
span { border-color: rgb(32,41,11); }
td.TdClassName
{
border-color: #20290B;
}
.TagClassName
{
border-color: #20290B;
}
</style>