#142306

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

Shades of Pine Tree #142306

Tints of Pine Tree #142306

Color information

#142306 (or 0x142306) is unknown color: approx Pine Tree. HEX triplet: 14, 23 and 06. RGB value is (20,35,6). Sum of RGB (Red+Green+Blue) = 20+35+6=61 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.79% from 61); Green value is 35 (14.06% from 255 or 57.38% from 61); Blue value is 6 (2.73% from 255 or 9.84% from 61); Max value from RGB is 35 - color contains mainly: green. Hex color #142306 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142306 is #EBDCF9. Grayscale: #1B1B1B. Windows color (decimal): -15457530 or 402196. OLE color: 402196.

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

Color convert

RGB20356-
CMYK0.4300.830.86
HSL91.03º70.73%8.04%-
HSV(B)91.03º82.86%13.73%-
XYZ0.921.360.39-
YUV27.21116.03122.86-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 32.79%
GREEN value IS 35 (14.06% from 255) = 57.38%
BLUE value IS 6 (2.73% from 255) = 9.84%
R=32.79%
G=57.38%
B=9.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal203560.4300.830.8691.0370.738.04
Hex142362B053565b478
Octal2443653012312613310710
Binary10100100011110101011010100111010110101101110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142306; }

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

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

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

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

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

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

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

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