Shades of Pine Tree #20390A
Tints of Pine Tree #20390A
RGB
CMYK
RGB Variations
Color information
#20390A (or 0x20390A) is known color: Pine Tree. HEX triplet: 20, 39 and 0A. RGB value is (32,57,10). Sum of RGB (Red+Green+Blue) = 32+57+10=99 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32.32% from 99); Green value is 57 (22.66% from 255 or 57.58% from 99); Blue value is 10 (4.30% from 255 or 10.10% from 99); Max value from RGB is 57 - color contains mainly: green. Hex color #20390A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20390A is #DFC6F5. Grayscale: #2C2C2C. Windows color (decimal): -14665462 or 669984. OLE color: 669984.
HSL color Cylindrical-coordinate representation of color #20390A: hue angle of 91.91º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20390A is Cyan = 0.44, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 32 | 57 | 10 | - |
| CMYK | 0.44 | 0 | 0.82 | 0.78 |
| HSL | 91.91º | 0.7% | 0.13% | - |
| HSV(B) | 91.91º | 0.82% | 0.22% | - |
| XYZ | 2.11 | 3.26 | 0.8 | - |
| YUV | 44.17 | 108.72 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 57 | 10 | 0.44 | 0 | 0.82 | 0.78 | 91.91 | 0.7 | 0.13 |
| Hex | 20 | 39 | A | 2C | 0 | 52 | 4E | 5C | 46 | D |
| Octal | 40 | 71 | 12 | 54 | 0 | 122 | 116 | 134 | 106 | 15 |
| Binary | 100000 | 111001 | 1010 | 101100 | 0 | 1010010 | 1001110 | 1011100 | 1000110 | 1101 |
Color Harmonies of #20390A
Complementary color
Monochromatic Colors of #20390A
Black with #20390A
Text Example
Text Example
White with #20390A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20390A; }
p { color: rgb(32,57,10); }
H1.HeaderClassName
{
color: #20390A;
}
.AnyTagClassName
{
color: #20390A;
}
</style>
background-color css
<style>
a { background-color: #20390A; }
a { background-color: rgb(32,57,10); }
div.DivClassName
{
background-color: #20390A;
}
.BgClassName
{
background-color: #20390A;
}
</style>
border-color css
<style>
span { border-color: #20390A; }
span { border-color: rgb(32,57,10); }
td.TdClassName
{
border-color: #20390A;
}
.TagClassName
{
border-color: #20390A;
}
</style>