#1E6149

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

Shades of Evening Sea #1E6149

Tints of Evening Sea #1E6149

Color information

#1E6149 (or 0x1E6149) is unknown color: approx Evening Sea. HEX triplet: 1E, 61 and 49. RGB value is (30,97,73). Sum of RGB (Red+Green+Blue) = 30+97+73=200 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15% from 200); Green value is 97 (38.28% from 255 or 48.5% from 200); Blue value is 73 (28.91% from 255 or 36.5% from 200); Max value from RGB is 97 - color contains mainly: green. Hex color #1E6149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6149 is #E19EB6. Grayscale: #4A4A4A. Windows color (decimal): -14786231 or 4808990. OLE color: 4808990.

HSL color Cylindrical-coordinate representation of color #1E6149: hue angle of 158.51º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E6149 is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB309773-
CMYK0.6900.250.62
HSL158.51º52.76%24.9%-
HSV(B)158.51º69.07%38.04%-
XYZ6.019.317.78-
YUV74.23127.396.45-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15%
GREEN value IS 97 (38.28% from 255) = 48.5%
BLUE value IS 73 (28.91% from 255) = 36.5%
R=15%
G=48.5%
B=36.5%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3097730.6900.250.62158.5152.7624.9
Hex1E6149450193E9f3519
Octal36141111105031762376531
Binary111101100001100100110001010110011111101001111111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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