#1E422D

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

Shades of Zuccini #1E422D

Tints of Zuccini #1E422D

Color information

#1E422D (or 0x1E422D) is unknown color: approx Zuccini. HEX triplet: 1E, 42 and 2D. RGB value is (30,66,45). Sum of RGB (Red+Green+Blue) = 30+66+45=141 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.28% from 141); Green value is 66 (26.17% from 255 or 46.81% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 66 - color contains mainly: green. Hex color #1E422D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E422D is #E1BDD2. Grayscale: #343434. Windows color (decimal): -14794195 or 2966046. OLE color: 2966046.

HSL color Cylindrical-coordinate representation of color #1E422D: hue angle of 145º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1E422D is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.74.

Color convert

RGB306645-
CMYK0.5500.320.74
HSL145º37.5%18.82%-
HSV(B)145º54.55%25.88%-
XYZ2.964.363.17-
YUV52.84123.57111.71-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 21.28%
GREEN value IS 66 (26.17% from 255) = 46.81%
BLUE value IS 45 (17.97% from 255) = 31.91%
R=21.28%
G=46.81%
B=31.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3066450.5500.320.7414537.518.82
Hex1E422D370204A912613
Octal3610255670401122214623
Binary111101000010101101110111010000010010101001000110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E422D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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