#143A21

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

Shades of Deep Fir #143A21

Tints of Deep Fir #143A21

Color information

#143A21 (or 0x143A21) is unknown color: approx Deep Fir. HEX triplet: 14, 3A and 21. RGB value is (20,58,33). Sum of RGB (Red+Green+Blue) = 20+58+33=111 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.02% from 111); Green value is 58 (23.05% from 255 or 52.25% from 111); Blue value is 33 (13.28% from 255 or 29.73% from 111); Max value from RGB is 58 - color contains mainly: green. Hex color #143A21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143A21 is #EBC5DE. Grayscale: #2B2B2B. Windows color (decimal): -15451615 or 2177556. OLE color: 2177556.

HSL color Cylindrical-coordinate representation of color #143A21: hue angle of 140.53º 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 #143A21 is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.77.

Color convert

RGB205833-
CMYK0.6600.430.77
HSL140.53º48.72%15.29%-
HSV(B)140.53º65.52%22.75%-
XYZ2.083.281.96-
YUV43.79121.91111.03-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.02%
GREEN value IS 58 (23.05% from 255) = 52.25%
BLUE value IS 33 (13.28% from 255) = 29.73%
R=18.02%
G=52.25%
B=29.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2058330.6600.430.77140.5348.7215.29
Hex143A214202B4D8d31f
Octal2472411020531152156117
Binary10100111010100001100001001010111001101100011011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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