#143F29

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

Shades of Zuccini #143F29

Tints of Zuccini #143F29

Color information

#143F29 (or 0x143F29) is unknown color: approx Zuccini. HEX triplet: 14, 3F and 29. RGB value is (20,63,41). Sum of RGB (Red+Green+Blue) = 20+63+41=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 63 (25% from 255 or 50.81% from 124); Blue value is 41 (16.41% from 255 or 33.06% from 124); Max value from RGB is 63 - color contains mainly: green. Hex color #143F29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143F29 is #EBC0D6. Grayscale: #2F2F2F. Windows color (decimal): -15450327 or 2703124. OLE color: 2703124.

HSL color Cylindrical-coordinate representation of color #143F29: hue angle of 149.3º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #143F29 is Cyan = 0.68, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB206341-
CMYK0.6800.350.75
HSL149.3º51.81%16.27%-
HSV(B)149.3º68.25%24.71%-
XYZ2.473.862.71-
YUV47.63124.25108.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.13%
GREEN value IS 63 (25% from 255) = 50.81%
BLUE value IS 41 (16.41% from 255) = 33.06%
R=16.13%
G=50.81%
B=33.06%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2063410.6800.350.75149.351.8116.27
Hex143F29440234B953410
Octal2477511040431132256420
Binary101001111111010011000100010001110010111001010111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,63,41); }

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

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

 a { background-color: rgb(20,63,41); }

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

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

 span { border-color: rgb(20,63,41); }

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