#143D2C

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

Shades of Zuccini #143D2C

Tints of Zuccini #143D2C

Color information

#143D2C (or 0x143D2C) is unknown color: approx Zuccini. HEX triplet: 14, 3D and 2C. RGB value is (20,61,44). Sum of RGB (Red+Green+Blue) = 20+61+44=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 61 (24.22% from 255 or 48.8% from 125); Blue value is 44 (17.58% from 255 or 35.2% from 125); Max value from RGB is 61 - color contains mainly: green. Hex color #143D2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143D2C is #EBC2D3. Grayscale: #2E2E2E. Windows color (decimal): -15450836 or 2899220. OLE color: 2899220.

HSL color Cylindrical-coordinate representation of color #143D2C: hue angle of 155.12º 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 #143D2C is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.76.

Color convert

RGB206144-
CMYK0.6700.280.76
HSL155.12º50.62%15.88%-
HSV(B)155.12º67.21%23.92%-
XYZ2.413.672.96-
YUV46.8126.42108.88-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16%
GREEN value IS 61 (24.22% from 255) = 48.8%
BLUE value IS 44 (17.58% from 255) = 35.2%
R=16%
G=48.8%
B=35.2%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2061440.6700.280.76155.1250.6215.88
Hex143D2C4301C4C9b3310
Octal2475541030341142336320
Binary10100111101101100100001101110010011001001101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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