#1E472E

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

Shades of Zuccini #1E472E

Tints of Zuccini #1E472E

Color information

#1E472E (or 0x1E472E) is unknown color: approx Zuccini. HEX triplet: 1E, 47 and 2E. RGB value is (30,71,46). Sum of RGB (Red+Green+Blue) = 30+71+46=147 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.41% from 147); Green value is 71 (28.12% from 255 or 48.30% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 71 - color contains mainly: green. Hex color #1E472E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E472E is #E1B8D1. Grayscale: #373737. Windows color (decimal): -14792914 or 3032862. OLE color: 3032862.

HSL color Cylindrical-coordinate representation of color #1E472E: hue angle of 143.41º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1E472E is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB307146-
CMYK0.5800.350.72
HSL143.41º40.59%19.8%-
HSV(B)143.41º57.75%27.84%-
XYZ3.284.983.37-
YUV55.89122.42109.53-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.41%
GREEN value IS 71 (28.12% from 255) = 48.30%
BLUE value IS 46 (18.36% from 255) = 31.29%
R=20.41%
G=48.30%
B=31.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3071460.5800.350.72143.4140.5919.8
Hex1E472E3A023488f2914
Octal3610756720431102175124
Binary111101000111101110111010010001110010001000111110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E472E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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