#142101

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

Shades of Pine Tree #142101

Tints of Pine Tree #142101

Color information

#142101 (or 0x142101) is unknown color: approx Pine Tree. HEX triplet: 14, 21 and 01. RGB value is (20,33,1). Sum of RGB (Red+Green+Blue) = 20+33+1=54 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.04% from 54); Green value is 33 (13.28% from 255 or 61.11% from 54); Blue value is 1 (0.78% from 255 or 1.85% from 54); Max value from RGB is 33 - color contains mainly: green. Hex color #142101 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142101 is #EBDEFE. Grayscale: #191919. Windows color (decimal): -15458047 or 74004. OLE color: 74004.

HSL color Cylindrical-coordinate representation of color #142101: hue angle of 84.38º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #142101 is Cyan = 0.39, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.87.

Color convert

RGB20331-
CMYK0.3900.970.87
HSL84.38º94.12%6.67%-
HSV(B)84.38º96.97%12.94%-
XYZ0.841.240.22-
YUV25.46114.19124.1-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 37.04%
GREEN value IS 33 (13.28% from 255) = 61.11%
BLUE value IS 1 (0.78% from 255) = 1.85%
R=37.04%
G=61.11%
B=1.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal203310.3900.970.8784.3894.126.67
Hex142112706157545e7
Octal244114701411271241367
Binary10100100001110011101100001101011110101001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142101; }

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

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

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

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

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

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

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

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