#1E452C

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

Shades of Zuccini #1E452C

Tints of Zuccini #1E452C

Color information

#1E452C (or 0x1E452C) is unknown color: approx Zuccini. HEX triplet: 1E, 45 and 2C. RGB value is (30,69,44). Sum of RGB (Red+Green+Blue) = 30+69+44=143 (18% of max value = 765). Red value is 30 (12.11% from 255 or 20.98% from 143); Green value is 69 (27.34% from 255 or 48.25% from 143); Blue value is 44 (17.58% from 255 or 30.77% from 143); Max value from RGB is 69 - color contains mainly: green. Hex color #1E452C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E452C is #E1BAD3. Grayscale: #363636. Windows color (decimal): -14793428 or 2901278. OLE color: 2901278.

HSL color Cylindrical-coordinate representation of color #1E452C: hue angle of 141.54º 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 #1E452C is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.73.

Color convert

RGB306944-
CMYK0.5700.360.73
HSL141.54º39.39%19.41%-
HSV(B)141.54º56.52%27.06%-
XYZ3.124.713.13-
YUV54.49122.08110.53-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.98%
GREEN value IS 69 (27.34% from 255) = 48.25%
BLUE value IS 44 (17.58% from 255) = 30.77%
R=20.98%
G=48.25%
B=30.77%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3069440.5700.360.73141.5439.3919.41
Hex1E452C39024498e2713
Octal3610554710441112164723
Binary111101000101101100111001010010010010011000111010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E452C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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