#142307

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

Shades of Pine Tree #142307

Tints of Pine Tree #142307

Color information

#142307 (or 0x142307) is unknown color: approx Pine Tree. HEX triplet: 14, 23 and 07. RGB value is (20,35,7). Sum of RGB (Red+Green+Blue) = 20+35+7=62 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.26% from 62); Green value is 35 (14.06% from 255 or 56.45% from 62); Blue value is 7 (3.12% from 255 or 11.29% from 62); Max value from RGB is 35 - color contains mainly: green. Hex color #142307 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142307 is #EBDCF8. Grayscale: #1B1B1B. Windows color (decimal): -15457529 or 467732. OLE color: 467732.

HSL color Cylindrical-coordinate representation of color #142307: hue angle of 92.14º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #142307 is Cyan = 0.43, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.86.

Color convert

RGB20357-
CMYK0.4300.800.86
HSL92.14º66.67%8.24%-
HSV(B)92.14º80%13.73%-
XYZ0.931.370.42-
YUV27.32116.53122.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 32.26%
GREEN value IS 35 (14.06% from 255) = 56.45%
BLUE value IS 7 (3.12% from 255) = 11.29%
R=32.26%
G=56.45%
B=11.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal203570.4300.800.8692.1466.678.24
Hex142372B050565c438
Octal2443753012012613410310
Binary10100100011111101011010100001010110101110010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142307; }

 p { color: rgb(20,35,7); }

 H1.HeaderClassName
 {
   color: #142307;
 }
 .AnyTagClassName
 {
   color: #142307;
 }
</style>
background-color css

<style>
 a { background-color: #142307; }

 a { background-color: rgb(20,35,7); }

 div.DivClassName
 {
   background-color: #142307;
 }
 .BgClassName
 {
   background-color: #142307;
 }
</style>
border-color css

<style>
 span { border-color: #142307; }

 span { border-color: rgb(20,35,7); }

 td.TdClassName
 {
   border-color: #142307;
 }
 .TagClassName
 {
   border-color: #142307;
 }
</style>