Shades of Pine Tree #142700
Tints of Pine Tree #142700
RGB
CMYK
RGB Variations
Color information
#142700 (or 0x142700) is known color: Pine Tree. HEX triplet: 14, 27 and 00. RGB value is (20,39,0). Sum of RGB (Red+Green+Blue) = 20+39+0=59 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.90% from 59); Green value is 39 (15.62% from 255 or 66.10% from 59); Blue value is 0 (0.39% from 255 or 0% from 59); Max value from RGB is 39 - color contains mainly: green. Hex color #142700 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142700 is #EBD8FF. Grayscale: #1D1D1D. Windows color (decimal): -15456512 or 10004. OLE color: 10004.
HSL color Cylindrical-coordinate representation of color #142700: hue angle of 89.23º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #142700 is Cyan = 0.49, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 20 | 39 | 0 | - |
| CMYK | 0.49 | 0 | 1 | 0.85 |
| HSL | 89.23º | 1% | 0.08% | - |
| HSV(B) | 89.23º | 1% | 0.15% | - |
| XYZ | 1.01 | 1.6 | 0.26 | - |
| YUV | 28.87 | 111.71 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 39 | 0 | 0.49 | 0 | 1 | 0.85 | 89.23 | 1 | 0.08 |
| Hex | 14 | 27 | 0 | 31 | 0 | 64 | 55 | 59 | 64 | 8 |
| Octal | 24 | 47 | 0 | 61 | 0 | 144 | 125 | 131 | 144 | 10 |
| Binary | 10100 | 100111 | 0 | 110001 | 0 | 1100100 | 1010101 | 1011001 | 1100100 | 1000 |
Color Harmonies of #142700
Complementary color
Monochromatic Colors of #142700
Black with #142700
Text Example
Text Example
White with #142700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142700; }
p { color: rgb(20,39,0); }
H1.HeaderClassName
{
color: #142700;
}
.AnyTagClassName
{
color: #142700;
}
</style>
background-color css
<style>
a { background-color: #142700; }
a { background-color: rgb(20,39,0); }
div.DivClassName
{
background-color: #142700;
}
.BgClassName
{
background-color: #142700;
}
</style>
border-color css
<style>
span { border-color: #142700; }
span { border-color: rgb(20,39,0); }
td.TdClassName
{
border-color: #142700;
}
.TagClassName
{
border-color: #142700;
}
</style>