#143201

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

Shades of Pine Tree #143201

Tints of Pine Tree #143201

Color information

#143201 (or 0x143201) is unknown color: approx Pine Tree. HEX triplet: 14, 32 and 01. RGB value is (20,50,1). Sum of RGB (Red+Green+Blue) = 20+50+1=71 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.17% from 71); Green value is 50 (19.92% from 255 or 70.42% from 71); Blue value is 1 (0.78% from 255 or 1.41% from 71); Max value from RGB is 50 - color contains mainly: green. Hex color #143201 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143201 is #EBCDFE. Grayscale: #232323. Windows color (decimal): -15453695 or 78356. OLE color: 78356.

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

Color convert

RGB20501-
CMYK0.6000.980.80
HSL96.73º96.08%10%-
HSV(B)96.73º98%19.61%-
XYZ1.432.430.42-
YUV35.44108.56116.98-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 28.17%
GREEN value IS 50 (19.92% from 255) = 70.42%
BLUE value IS 1 (0.78% from 255) = 1.41%
R=28.17%
G=70.42%
B=1.41%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal205010.6000.980.8096.7396.0810
Hex143213C062506160a
Octal2462174014212014114012
Binary101001100101111100011000101010000110000111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143201; }

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

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

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

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

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

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

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

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