Shades of Pine Tree #142709
Tints of Pine Tree #142709
RGB
CMYK
RGB Variations
Color information
#142709 (or 0x142709) is known color: Pine Tree. HEX triplet: 14, 27 and 09. RGB value is (20,39,9). Sum of RGB (Red+Green+Blue) = 20+39+9=68 (9% of max value = 765). Red value is 20 (8.20% from 255 or 29.41% from 68); Green value is 39 (15.62% from 255 or 57.35% from 68); Blue value is 9 (3.91% from 255 or 13.24% from 68); Max value from RGB is 39 - color contains mainly: green. Hex color #142709 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142709 is #EBD8F6. Grayscale: #1D1D1D. Windows color (decimal): -15456503 or 599828. OLE color: 599828.
HSL color Cylindrical-coordinate representation of color #142709: hue angle of 98º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #142709 is Cyan = 0.49, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 20 | 39 | 9 | - |
| CMYK | 0.49 | 0 | 0.77 | 0.85 |
| HSL | 98º | 0.63% | 0.09% | - |
| HSV(B) | 98º | 0.77% | 0.15% | - |
| XYZ | 1.06 | 1.62 | 0.51 | - |
| YUV | 29.9 | 116.21 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 39 | 9 | 0.49 | 0 | 0.77 | 0.85 | 98 | 0.63 | 0.09 |
| Hex | 14 | 27 | 9 | 31 | 0 | 4D | 55 | 62 | 3E | 9 |
| Octal | 24 | 47 | 11 | 61 | 0 | 115 | 125 | 142 | 76 | 11 |
| Binary | 10100 | 100111 | 1001 | 110001 | 0 | 1001101 | 1010101 | 1100010 | 111110 | 1001 |
Color Harmonies of #142709
Complementary color
Monochromatic Colors of #142709
Black with #142709
Text Example
Text Example
White with #142709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142709; }
p { color: rgb(20,39,9); }
H1.HeaderClassName
{
color: #142709;
}
.AnyTagClassName
{
color: #142709;
}
</style>
background-color css
<style>
a { background-color: #142709; }
a { background-color: rgb(20,39,9); }
div.DivClassName
{
background-color: #142709;
}
.BgClassName
{
background-color: #142709;
}
</style>
border-color css
<style>
span { border-color: #142709; }
span { border-color: rgb(20,39,9); }
td.TdClassName
{
border-color: #142709;
}
.TagClassName
{
border-color: #142709;
}
</style>