#1E6154

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

Shades of Eden #1E6154

Tints of Eden #1E6154

Color information

#1E6154 (or 0x1E6154) is unknown color: approx Eden. HEX triplet: 1E, 61 and 54. RGB value is (30,97,84). Sum of RGB (Red+Green+Blue) = 30+97+84=211 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.22% from 211); Green value is 97 (38.28% from 255 or 45.97% from 211); Blue value is 84 (33.20% from 255 or 39.81% from 211); Max value from RGB is 97 - color contains mainly: green. Hex color #1E6154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6154 is #E19EAB. Grayscale: #4B4B4B. Windows color (decimal): -14786220 or 5529886. OLE color: 5529886.

HSL color Cylindrical-coordinate representation of color #1E6154: hue angle of 168.36º 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 #1E6154 is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB309784-
CMYK0.6900.130.62
HSL168.36º52.76%24.9%-
HSV(B)168.36º69.07%38.04%-
XYZ6.419.479.88-
YUV75.48132.895.56-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.22%
GREEN value IS 97 (38.28% from 255) = 45.97%
BLUE value IS 84 (33.20% from 255) = 39.81%
R=14.22%
G=45.97%
B=39.81%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3097840.6900.130.62168.3652.7624.9
Hex1E6154450D3Ea83519
Octal36141124105015762506531
Binary11110110000110101001000101011011111101010100011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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