#143D28

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

Shades of Zuccini #143D28

Tints of Zuccini #143D28

Color information

#143D28 (or 0x143D28) is unknown color: approx Zuccini. HEX triplet: 14, 3D and 28. RGB value is (20,61,40). Sum of RGB (Red+Green+Blue) = 20+61+40=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 61 (24.22% from 255 or 50.41% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 61 - color contains mainly: green. Hex color #143D28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143D28 is #EBC2D7. Grayscale: #2E2E2E. Windows color (decimal): -15450840 or 2637076. OLE color: 2637076.

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

Color convert

RGB206140-
CMYK0.6700.340.76
HSL149.27º50.62%15.88%-
HSV(B)149.27º67.21%23.92%-
XYZ2.343.642.59-
YUV46.35124.42109.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.53%
GREEN value IS 61 (24.22% from 255) = 50.41%
BLUE value IS 40 (16.02% from 255) = 33.06%
R=16.53%
G=50.41%
B=33.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2061400.6700.340.76149.2750.6215.88
Hex143D28430224C953310
Octal2475501030421142256320
Binary101001111011010001000011010001010011001001010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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