#142709

Color #142709 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #142709

Tints of Pine Tree #142709

Color information

#142709 (or 0x142709) is unknown color: approx 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

RGB20399-
CMYK0.4900.770.85
HSL98º62.5%9.41%-
HSV(B)98º76.92%15.29%-
XYZ1.061.620.51-
YUV29.9116.21120.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 29.41%
GREEN value IS 39 (15.62% from 255) = 57.35%
BLUE value IS 9 (3.91% from 255) = 13.24%
R=29.41%
G=57.35%
B=13.24%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal203990.4900.770.859862.59.41
Hex142793104D55623e9
Octal2447116101151251427611
Binary10100100111100111000101001101101010111000101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>