Shades of Pine Tree #20290C
Tints of Pine Tree #20290C
RGB
CMYK
RGB Variations
Color information
#20290C (or 0x20290C) is known color: Pine Tree. HEX triplet: 20, 29 and 0C. RGB value is (32,41,12). Sum of RGB (Red+Green+Blue) = 32+41+12=85 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.65% from 85); Green value is 41 (16.41% from 255 or 48.24% from 85); Blue value is 12 (5.08% from 255 or 14.12% from 85); Max value from RGB is 41 - color contains mainly: green. Hex color #20290C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20290C is #DFD6F3. Grayscale: #232323. Windows color (decimal): -14669556 or 796960. OLE color: 796960.
HSL color Cylindrical-coordinate representation of color #20290C: hue angle of 78.62º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20290C is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 32 | 41 | 12 | - |
| CMYK | 0.22 | 0 | 0.71 | 0.84 |
| HSL | 78.62º | 0.55% | 0.1% | - |
| HSV(B) | 78.62º | 0.71% | 0.16% | - |
| XYZ | 1.45 | 1.92 | 0.64 | - |
| YUV | 35 | 115.02 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 41 | 12 | 0.22 | 0 | 0.71 | 0.84 | 78.62 | 0.55 | 0.1 |
| Hex | 20 | 29 | C | 16 | 0 | 47 | 54 | 4F | 37 | A |
| Octal | 40 | 51 | 14 | 26 | 0 | 107 | 124 | 117 | 67 | 12 |
| Binary | 100000 | 101001 | 1100 | 10110 | 0 | 1000111 | 1010100 | 1001111 | 110111 | 1010 |
Color Harmonies of #20290C
Complementary color
Monochromatic Colors of #20290C
Black with #20290C
Text Example
Text Example
White with #20290C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20290C; }
p { color: rgb(32,41,12); }
H1.HeaderClassName
{
color: #20290C;
}
.AnyTagClassName
{
color: #20290C;
}
</style>
background-color css
<style>
a { background-color: #20290C; }
a { background-color: rgb(32,41,12); }
div.DivClassName
{
background-color: #20290C;
}
.BgClassName
{
background-color: #20290C;
}
</style>
border-color css
<style>
span { border-color: #20290C; }
span { border-color: rgb(32,41,12); }
td.TdClassName
{
border-color: #20290C;
}
.TagClassName
{
border-color: #20290C;
}
</style>