#143A20

Color #143A20 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #143A20

Tints of Deep Fir #143A20

Color information

#143A20 (or 0x143A20) is unknown color: approx Deep Fir. HEX triplet: 14, 3A and 20. RGB value is (20,58,32). Sum of RGB (Red+Green+Blue) = 20+58+32=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 58 (23.05% from 255 or 52.73% from 110); Blue value is 32 (12.89% from 255 or 29.09% from 110); Max value from RGB is 58 - color contains mainly: green. Hex color #143A20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143A20 is #EBC5DF. Grayscale: #2B2B2B. Windows color (decimal): -15451616 or 2112020. OLE color: 2112020.

HSL color Cylindrical-coordinate representation of color #143A20: hue angle of 138.95º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #143A20 is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.77.

Color convert

RGB205832-
CMYK0.6600.450.77
HSL138.95º48.72%15.29%-
HSV(B)138.95º65.52%22.75%-
XYZ2.063.281.89-
YUV43.67121.41111.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.18%
GREEN value IS 58 (23.05% from 255) = 52.73%
BLUE value IS 32 (12.89% from 255) = 29.09%
R=18.18%
G=52.73%
B=29.09%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2058320.6600.450.77138.9548.7215.29
Hex143A204202D4D8b31f
Octal2472401020551152136117
Binary10100111010100000100001001011011001101100010111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143A20; }

 p { color: rgb(20,58,32); }

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

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

 a { background-color: rgb(20,58,32); }

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

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

 span { border-color: rgb(20,58,32); }

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