#143d1d

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

Shades of Deep Fir #143D1D

Tints of Deep Fir #143D1D

Color information

#143D1D (or 0x143D1D) is unknown color: approx Deep Fir. HEX triplet: 14, 3D and 1D. RGB value is (20,61,29). Sum of RGB (Red+Green+Blue) = 20+61+29=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 61 (24.22% from 255 or 55.45% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 61 - color contains mainly: green. Hex color #143D1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143D1D is #EBC2E2. Grayscale: #2D2D2D. Windows color (decimal): -15450851 or 1916180. OLE color: 1916180.

HSL color Cylindrical-coordinate representation of color #143D1D: hue angle of 133.17º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #143D1D is Cyan = 0.67, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.76.

Color convert

RGB206129-
CMYK0.6700.520.76
HSL133.17º50.62%15.88%-
HSV(B)133.17º67.21%23.92%-
XYZ2.183.571.74-
YUV45.09118.92110.1-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.18%
GREEN value IS 61 (24.22% from 255) = 55.45%
BLUE value IS 29 (11.72% from 255) = 26.36%
R=18.18%
G=55.45%
B=26.36%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2061290.6700.520.76133.1750.6215.88
Hex143D1D430344C853310
Octal2475351030641142056320
Binary10100111101111011000011011010010011001000010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143d1d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,61,29); }

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

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

 a { background-color: rgb(20,61,29); }

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

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

 span { border-color: rgb(20,61,29); }

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