#143E28

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

Shades of Zuccini #143E28

Tints of Zuccini #143E28

Color information

#143E28 (or 0x143E28) is unknown color: approx Zuccini. HEX triplet: 14, 3E and 28. RGB value is (20,62,40). Sum of RGB (Red+Green+Blue) = 20+62+40=122 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.39% from 122); Green value is 62 (24.61% from 255 or 50.82% from 122); Blue value is 40 (16.02% from 255 or 32.79% from 122); Max value from RGB is 62 - color contains mainly: green. Hex color #143E28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143E28 is #EBC1D7. Grayscale: #2E2E2E. Windows color (decimal): -15450584 or 2637332. OLE color: 2637332.

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

Color convert

RGB206240-
CMYK0.6800.350.76
HSL148.57º51.22%16.08%-
HSV(B)148.57º67.74%24.31%-
XYZ2.393.752.6-
YUV46.93124.09108.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.39%
GREEN value IS 62 (24.61% from 255) = 50.82%
BLUE value IS 40 (16.02% from 255) = 32.79%
R=16.39%
G=50.82%
B=32.79%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2062400.6800.350.76148.5751.2216.08
Hex143E28440234C953310
Octal2476501040431142256320
Binary101001111101010001000100010001110011001001010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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