#1E6F56

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

Shades of Eden #1E6F56

Tints of Eden #1E6F56

Color information

#1E6F56 (or 0x1E6F56) is unknown color: approx Eden. HEX triplet: 1E, 6F and 56. RGB value is (30,111,86). Sum of RGB (Red+Green+Blue) = 30+111+86=227 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.22% from 227); Green value is 111 (43.75% from 255 or 48.90% from 227); Blue value is 86 (33.98% from 255 or 37.89% from 227); Max value from RGB is 111 - color contains mainly: green. Hex color #1E6F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6F56 is #E190A9. Grayscale: #535353. Windows color (decimal): -14782634 or 5664542. OLE color: 5664542.

HSL color Cylindrical-coordinate representation of color #1E6F56: hue angle of 161.48º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E6F56 is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB3011186-
CMYK0.7300.230.56
HSL161.48º57.45%27.65%-
HSV(B)161.48º72.97%43.53%-
XYZ7.912.3210.77-
YUV83.93129.1689.53-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.22%
GREEN value IS 111 (43.75% from 255) = 48.90%
BLUE value IS 86 (33.98% from 255) = 37.89%
R=13.22%
G=48.90%
B=37.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal30111860.7300.230.56161.4857.4527.65
Hex1E6F564901738a1391c
Octal36157126111027702417134
Binary111101101111101011010010010101111110001010000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,111,86); }

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

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

 a { background-color: rgb(30,111,86); }

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

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

 span { border-color: rgb(30,111,86); }

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