#142305

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

Shades of Pine Tree #142305

Tints of Pine Tree #142305

Color information

#142305 (or 0x142305) is unknown color: approx Pine Tree. HEX triplet: 14, 23 and 05. RGB value is (20,35,5). Sum of RGB (Red+Green+Blue) = 20+35+5=60 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.33% from 60); Green value is 35 (14.06% from 255 or 58.33% from 60); Blue value is 5 (2.34% from 255 or 8.33% from 60); Max value from RGB is 35 - color contains mainly: green. Hex color #142305 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142305 is #EBDCFA. Grayscale: #1B1B1B. Windows color (decimal): -15457531 or 336660. OLE color: 336660.

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

Color convert

RGB20355-
CMYK0.4300.860.86
HSL90º75%7.84%-
HSV(B)90º85.71%13.73%-
XYZ0.921.360.36-
YUV27.1115.53122.94-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 33.33%
GREEN value IS 35 (14.06% from 255) = 58.33%
BLUE value IS 5 (2.34% from 255) = 8.33%
R=33.33%
G=58.33%
B=8.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal203550.4300.860.8690757.84
Hex142352B056565a4b8
Octal2443553012612613211310
Binary10100100011101101011010101101010110101101010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142305; }

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

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

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

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

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

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

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

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