#1E675A

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

Shades of Eden #1E675A

Tints of Eden #1E675A

Color information

#1E675A (or 0x1E675A) is unknown color: approx Eden. HEX triplet: 1E, 67 and 5A. RGB value is (30,103,90). Sum of RGB (Red+Green+Blue) = 30+103+90=223 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.45% from 223); Green value is 103 (40.62% from 255 or 46.19% from 223); Blue value is 90 (35.55% from 255 or 40.36% from 223); Max value from RGB is 103 - color contains mainly: green. Hex color #1E675A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E675A is #E198A5. Grayscale: #4F4F4F. Windows color (decimal): -14784678 or 5924638. OLE color: 5924638.

HSL color Cylindrical-coordinate representation of color #1E675A: hue angle of 169.32º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E675A is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB3010390-
CMYK0.7100.130.60
HSL169.32º54.89%26.08%-
HSV(B)169.32º70.87%40.39%-
XYZ7.2310.7111.36-
YUV79.69133.8292.56-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.45%
GREEN value IS 103 (40.62% from 255) = 46.19%
BLUE value IS 90 (35.55% from 255) = 40.36%
R=13.45%
G=46.19%
B=40.36%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal30103900.7100.130.60169.3254.8926.08
Hex1E675A470D3Ca9371a
Octal36147132107015742516732
Binary11110110011110110101000111011011111001010100111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E675A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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