#1E4830

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

Shades of Zuccini #1E4830

Tints of Zuccini #1E4830

Color information

#1E4830 (or 0x1E4830) is unknown color: approx Zuccini. HEX triplet: 1E, 48 and 30. RGB value is (30,72,48). Sum of RGB (Red+Green+Blue) = 30+72+48=150 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20% from 150); Green value is 72 (28.52% from 255 or 48% from 150); Blue value is 48 (19.14% from 255 or 32% from 150); Max value from RGB is 72 - color contains mainly: green. Hex color #1E4830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4830 is #E1B7CF. Grayscale: #383838. Windows color (decimal): -14792656 or 3164190. OLE color: 3164190.

HSL color Cylindrical-coordinate representation of color #1E4830: hue angle of 145.71º 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 #1E4830 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.72.

Color convert

RGB307248-
CMYK0.5800.330.72
HSL145.71º41.18%20%-
HSV(B)145.71º58.33%28.24%-
XYZ3.395.123.61-
YUV56.71123.09108.95-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20%
GREEN value IS 72 (28.52% from 255) = 48%
BLUE value IS 48 (19.14% from 255) = 32%
R=20%
G=48%
B=32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3072480.5800.330.72145.7141.1820
Hex1E48303A02148922914
Octal3611060720411102225124
Binary111101001000110000111010010000110010001001001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,72,48); }

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

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

 a { background-color: rgb(30,72,48); }

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

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

 span { border-color: rgb(30,72,48); }

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