#142309

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

Shades of Pine Tree #142309

Tints of Pine Tree #142309

Color information

#142309 (or 0x142309) is unknown color: approx Pine Tree. HEX triplet: 14, 23 and 09. RGB value is (20,35,9). Sum of RGB (Red+Green+Blue) = 20+35+9=64 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.25% from 64); Green value is 35 (14.06% from 255 or 54.69% from 64); Blue value is 9 (3.91% from 255 or 14.06% from 64); Max value from RGB is 35 - color contains mainly: green. Hex color #142309 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142309 is #EBDCF6. Grayscale: #1B1B1B. Windows color (decimal): -15457527 or 598804. OLE color: 598804.

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

Color convert

RGB20359-
CMYK0.4300.740.86
HSL94.62º59.09%8.63%-
HSV(B)94.62º74.29%13.73%-
XYZ0.941.370.47-
YUV27.55117.53122.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 31.25%
GREEN value IS 35 (14.06% from 255) = 54.69%
BLUE value IS 9 (3.91% from 255) = 14.06%
R=31.25%
G=54.69%
B=14.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal203590.4300.740.8694.6259.098.63
Hex142392B04A565f3b9
Octal2443115301121261377311
Binary10100100011100110101101001010101011010111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142309; }

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

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

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

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

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

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

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

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