Shades of Pine Tree #142606
Tints of Pine Tree #142606
RGB
CMYK
RGB Variations
Color information
#142606 (or 0x142606) is known color: Pine Tree. HEX triplet: 14, 26 and 06. RGB value is (20,38,6). Sum of RGB (Red+Green+Blue) = 20+38+6=64 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.25% from 64); Green value is 38 (15.23% from 255 or 59.38% from 64); Blue value is 6 (2.73% from 255 or 9.38% from 64); Max value from RGB is 38 - color contains mainly: green. Hex color #142606 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142606 is #EBD9F9. Grayscale: #1D1D1D. Windows color (decimal): -15456762 or 402964. OLE color: 402964.
HSL color Cylindrical-coordinate representation of color #142606: hue angle of 93.75º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #142606 is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 20 | 38 | 6 | - |
| CMYK | 0.47 | 0 | 0.84 | 0.85 |
| HSL | 93.75º | 0.73% | 0.09% | - |
| HSV(B) | 93.75º | 0.84% | 0.15% | - |
| XYZ | 1.01 | 1.55 | 0.42 | - |
| YUV | 28.97 | 115.04 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 38 | 6 | 0.47 | 0 | 0.84 | 0.85 | 93.75 | 0.73 | 0.09 |
| Hex | 14 | 26 | 6 | 2F | 0 | 54 | 55 | 5E | 49 | 9 |
| Octal | 24 | 46 | 6 | 57 | 0 | 124 | 125 | 136 | 111 | 11 |
| Binary | 10100 | 100110 | 110 | 101111 | 0 | 1010100 | 1010101 | 1011110 | 1001001 | 1001 |
Color Harmonies of #142606
Complementary color
Monochromatic Colors of #142606
Black with #142606
Text Example
Text Example
White with #142606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142606; }
p { color: rgb(20,38,6); }
H1.HeaderClassName
{
color: #142606;
}
.AnyTagClassName
{
color: #142606;
}
</style>
background-color css
<style>
a { background-color: #142606; }
a { background-color: rgb(20,38,6); }
div.DivClassName
{
background-color: #142606;
}
.BgClassName
{
background-color: #142606;
}
</style>
border-color css
<style>
span { border-color: #142606; }
span { border-color: rgb(20,38,6); }
td.TdClassName
{
border-color: #142606;
}
.TagClassName
{
border-color: #142606;
}
</style>