#1E452D

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

Shades of Zuccini #1E452D

Tints of Zuccini #1E452D

Color information

#1E452D (or 0x1E452D) is unknown color: approx Zuccini. HEX triplet: 1E, 45 and 2D. RGB value is (30,69,45). Sum of RGB (Red+Green+Blue) = 30+69+45=144 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.83% from 144); Green value is 69 (27.34% from 255 or 47.92% from 144); Blue value is 45 (17.97% from 255 or 31.25% from 144); Max value from RGB is 69 - color contains mainly: green. Hex color #1E452D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E452D is #E1BAD2. Grayscale: #363636. Windows color (decimal): -14793427 or 2966814. OLE color: 2966814.

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

Color convert

RGB306945-
CMYK0.5700.350.73
HSL143.08º39.39%19.41%-
HSV(B)143.08º56.52%27.06%-
XYZ3.144.723.23-
YUV54.6122.58110.45-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.83%
GREEN value IS 69 (27.34% from 255) = 47.92%
BLUE value IS 45 (17.97% from 255) = 31.25%
R=20.83%
G=47.92%
B=31.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3069450.5700.350.73143.0839.3919.41
Hex1E452D39023498f2713
Octal3610555710431112174723
Binary111101000101101101111001010001110010011000111110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E452D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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