#142609

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

Shades of Pine Tree #142609

Tints of Pine Tree #142609

Color information

#142609 (or 0x142609) is unknown color: approx Pine Tree. HEX triplet: 14, 26 and 09. RGB value is (20,38,9). Sum of RGB (Red+Green+Blue) = 20+38+9=67 (8% of max value = 765). Red value is 20 (8.20% from 255 or 29.85% from 67); Green value is 38 (15.23% from 255 or 56.72% from 67); Blue value is 9 (3.91% from 255 or 13.43% from 67); Max value from RGB is 38 - color contains mainly: green. Hex color #142609 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142609 is #EBD9F6. Grayscale: #1D1D1D. Windows color (decimal): -15456759 or 599572. OLE color: 599572.

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

Color convert

RGB20389-
CMYK0.4700.760.85
HSL97.24º61.7%9.22%-
HSV(B)97.24º76.32%14.9%-
XYZ1.031.550.5-
YUV29.31116.54121.36-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 29.85%
GREEN value IS 38 (15.23% from 255) = 56.72%
BLUE value IS 9 (3.91% from 255) = 13.43%
R=29.85%
G=56.72%
B=13.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal203890.4700.760.8597.2461.79.22
Hex142692F04C55613e9
Octal2446115701141251417611
Binary10100100110100110111101001100101010111000011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142609; }

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

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

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

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

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

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

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

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