#1E442D

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

Shades of Zuccini #1E442D

Tints of Zuccini #1E442D

Color information

#1E442D (or 0x1E442D) is unknown color: approx Zuccini. HEX triplet: 1E, 44 and 2D. RGB value is (30,68,45). Sum of RGB (Red+Green+Blue) = 30+68+45=143 (18% of max value = 765). Red value is 30 (12.11% from 255 or 20.98% from 143); Green value is 68 (26.95% from 255 or 47.55% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 68 - color contains mainly: green. Hex color #1E442D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E442D is #E1BBD2. Grayscale: #363636. Windows color (decimal): -14793683 or 2966558. OLE color: 2966558.

HSL color Cylindrical-coordinate representation of color #1E442D: hue angle of 143.68º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1E442D is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB306845-
CMYK0.5600.340.73
HSL143.68º38.78%19.22%-
HSV(B)143.68º55.88%26.67%-
XYZ3.084.63.21-
YUV54.02122.91110.87-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.98%
GREEN value IS 68 (26.95% from 255) = 47.55%
BLUE value IS 45 (17.97% from 255) = 31.47%
R=20.98%
G=47.55%
B=31.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3068450.5600.340.73143.6838.7819.22
Hex1E442D3802249902713
Octal3610455700421112204723
Binary111101000100101101111000010001010010011001000010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E442D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E442D; }

 p { color: rgb(30,68,45); }

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

<style>
 a { background-color: #1E442D; }

 a { background-color: rgb(30,68,45); }

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

<style>
 span { border-color: #1E442D; }

 span { border-color: rgb(30,68,45); }

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