#1E492E

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

Shades of Zuccini #1E492E

Tints of Zuccini #1E492E

Color information

#1E492E (or 0x1E492E) is unknown color: approx Zuccini. HEX triplet: 1E, 49 and 2E. RGB value is (30,73,46). Sum of RGB (Red+Green+Blue) = 30+73+46=149 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.13% from 149); Green value is 73 (28.91% from 255 or 48.99% from 149); Blue value is 46 (18.36% from 255 or 30.87% from 149); Max value from RGB is 73 - color contains mainly: green. Hex color #1E492E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E492E is #E1B6D1. Grayscale: #393939. Windows color (decimal): -14792402 or 3033374. OLE color: 3033374.

HSL color Cylindrical-coordinate representation of color #1E492E: hue angle of 142.33º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1E492E is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.71.

Color convert

RGB307346-
CMYK0.5900.370.71
HSL142.33º41.75%20.2%-
HSV(B)142.33º58.9%28.63%-
XYZ3.415.243.42-
YUV57.06121.75108.7-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.13%
GREEN value IS 73 (28.91% from 255) = 48.99%
BLUE value IS 46 (18.36% from 255) = 30.87%
R=20.13%
G=48.99%
B=30.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3073460.5900.370.71142.3341.7520.2
Hex1E492E3B025478e2a14
Octal3611156730451072165224
Binary111101001001101110111011010010110001111000111010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E492E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,73,46); }

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

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

 a { background-color: rgb(30,73,46); }

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

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

 span { border-color: rgb(30,73,46); }

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