#1E482F

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

Shades of Zuccini #1E482F

Tints of Zuccini #1E482F

Color information

#1E482F (or 0x1E482F) is unknown color: approx Zuccini. HEX triplet: 1E, 48 and 2F. RGB value is (30,72,47). Sum of RGB (Red+Green+Blue) = 30+72+47=149 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.13% from 149); Green value is 72 (28.52% from 255 or 48.32% from 149); Blue value is 47 (18.75% from 255 or 31.54% from 149); Max value from RGB is 72 - color contains mainly: green. Hex color #1E482F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E482F is #E1B7D0. Grayscale: #383838. Windows color (decimal): -14792657 or 3098654. OLE color: 3098654.

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

Color convert

RGB307247-
CMYK0.5800.350.72
HSL144.29º41.18%20%-
HSV(B)144.29º58.33%28.24%-
XYZ3.375.123.5-
YUV56.59122.59109.03-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.13%
GREEN value IS 72 (28.52% from 255) = 48.32%
BLUE value IS 47 (18.75% from 255) = 31.54%
R=20.13%
G=48.32%
B=31.54%

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
Decimal3072470.5800.350.72144.2941.1820
Hex1E482F3A02348902914
Octal3611057720431102205124
Binary111101001000101111111010010001110010001001000010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E482F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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