#143101

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

Shades of Pine Tree #143101

Tints of Pine Tree #143101

Color information

#143101 (or 0x143101) is unknown color: approx Pine Tree. HEX triplet: 14, 31 and 01. RGB value is (20,49,1). Sum of RGB (Red+Green+Blue) = 20+49+1=70 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.57% from 70); Green value is 49 (19.53% from 255 or 70% from 70); Blue value is 1 (0.78% from 255 or 1.43% from 70); Max value from RGB is 49 - color contains mainly: green. Hex color #143101 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143101 is #EBCEFE. Grayscale: #232323. Windows color (decimal): -15453951 or 78100. OLE color: 78100.

HSL color Cylindrical-coordinate representation of color #143101: hue angle of 96.25º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #143101 is Cyan = 0.59, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.81.

Color convert

RGB20491-
CMYK0.5900.980.81
HSL96.25º96%9.8%-
HSV(B)96.25º97.96%19.22%-
XYZ1.392.350.41-
YUV34.86108.89117.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 28.57%
GREEN value IS 49 (19.53% from 255) = 70%
BLUE value IS 1 (0.78% from 255) = 1.43%
R=28.57%
G=70%
B=1.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal204910.5900.980.8196.25969.8
Hex143113B062516060a
Octal2461173014212114014012
Binary101001100011111011011000101010001110000011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143101; }

 p { color: rgb(20,49,1); }

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

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

 a { background-color: rgb(20,49,1); }

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

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

 span { border-color: rgb(20,49,1); }

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