#1E5A49

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

Shades of Evening Sea #1E5A49

Tints of Evening Sea #1E5A49

Color information

#1E5A49 (or 0x1E5A49) is unknown color: approx Evening Sea. HEX triplet: 1E, 5A and 49. RGB value is (30,90,73). Sum of RGB (Red+Green+Blue) = 30+90+73=193 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.54% from 193); Green value is 90 (35.55% from 255 or 46.63% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 90 - color contains mainly: green. Hex color #1E5A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E5A49 is #E1A5B6. Grayscale: #464646. Windows color (decimal): -14788023 or 4807198. OLE color: 4807198.

HSL color Cylindrical-coordinate representation of color #1E5A49: hue angle of 163º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E5A49 is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB309073-
CMYK0.6700.190.65
HSL163º50%23.53%-
HSV(B)163º66.67%35.29%-
XYZ5.398.077.58-
YUV70.12129.6299.38-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.54%
GREEN value IS 90 (35.55% from 255) = 46.63%
BLUE value IS 73 (28.91% from 255) = 37.82%
R=15.54%
G=46.63%
B=37.82%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3090730.6700.190.651635023.53
Hex1E5A494301341a33218
Octal361321111030231012436230
Binary1111010110101001001100001101001110000011010001111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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