#142605

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

Shades of Pine Tree #142605

Tints of Pine Tree #142605

Color information

#142605 (or 0x142605) is unknown color: approx Pine Tree. HEX triplet: 14, 26 and 05. RGB value is (20,38,5). Sum of RGB (Red+Green+Blue) = 20+38+5=63 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.75% from 63); Green value is 38 (15.23% from 255 or 60.32% from 63); Blue value is 5 (2.34% from 255 or 7.94% from 63); Max value from RGB is 38 - color contains mainly: green. Hex color #142605 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142605 is #EBD9FA. Grayscale: #1C1C1C. Windows color (decimal): -15456763 or 337428. OLE color: 337428.

HSL color Cylindrical-coordinate representation of color #142605: hue angle of 92.73º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #142605 is Cyan = 0.47, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.85.

Color convert

RGB20385-
CMYK0.4700.870.85
HSL92.73º76.74%8.43%-
HSV(B)92.73º86.84%14.9%-
XYZ1.011.550.39-
YUV28.86114.54121.68-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 31.75%
GREEN value IS 38 (15.23% from 255) = 60.32%
BLUE value IS 5 (2.34% from 255) = 7.94%
R=31.75%
G=60.32%
B=7.94%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal203850.4700.870.8592.7376.748.43
Hex142652F057555d4d8
Octal2446557012712513511510
Binary10100100110101101111010101111010101101110110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142605; }

 p { color: rgb(20,38,5); }

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

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

 a { background-color: rgb(20,38,5); }

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

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

 span { border-color: rgb(20,38,5); }

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