#142704

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

Shades of Pine Tree #142704

Tints of Pine Tree #142704

Color information

#142704 (or 0x142704) is unknown color: approx Pine Tree. HEX triplet: 14, 27 and 04. RGB value is (20,39,4). Sum of RGB (Red+Green+Blue) = 20+39+4=63 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.75% from 63); Green value is 39 (15.62% from 255 or 61.90% from 63); Blue value is 4 (1.95% from 255 or 6.35% from 63); Max value from RGB is 39 - color contains mainly: green. Hex color #142704 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142704 is #EBD8FB. Grayscale: #1D1D1D. Windows color (decimal): -15456508 or 272148. OLE color: 272148.

HSL color Cylindrical-coordinate representation of color #142704: hue angle of 92.57º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #142704 is Cyan = 0.49, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.85.

Color convert

RGB20394-
CMYK0.4900.900.85
HSL92.57º81.4%8.43%-
HSV(B)92.57º89.74%15.29%-
XYZ1.041.610.37-
YUV29.33113.71121.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 31.75%
GREEN value IS 39 (15.62% from 255) = 61.90%
BLUE value IS 4 (1.95% from 255) = 6.35%
R=31.75%
G=61.90%
B=6.35%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal203940.4900.900.8592.5781.48.43
Hex142743105A555d518
Octal2447461013212513512110
Binary10100100111100110001010110101010101101110110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142704; }

 p { color: rgb(20,39,4); }

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

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

 a { background-color: rgb(20,39,4); }

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

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

 span { border-color: rgb(20,39,4); }

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