#1E5F55

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

Shades of Eden #1E5F55

Tints of Eden #1E5F55

Color information

#1E5F55 (or 0x1E5F55) is unknown color: approx Eden. HEX triplet: 1E, 5F and 55. RGB value is (30,95,85). Sum of RGB (Red+Green+Blue) = 30+95+85=210 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.29% from 210); Green value is 95 (37.5% from 255 or 45.24% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 95 - color contains mainly: green. Hex color #1E5F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5F55 is #E1A0AA. Grayscale: #4A4A4A. Windows color (decimal): -14786731 or 5594910. OLE color: 5594910.

HSL color Cylindrical-coordinate representation of color #1E5F55: hue angle of 170.77º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1E5F55 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.63.

Color convert

RGB309585-
CMYK0.6800.110.63
HSL170.77º52%24.51%-
HSV(B)170.77º68.42%37.25%-
XYZ6.279.1210.02-
YUV74.42133.9796.31-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.29%
GREEN value IS 95 (37.5% from 255) = 45.24%
BLUE value IS 85 (33.59% from 255) = 40.48%
R=14.29%
G=45.24%
B=40.48%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3095850.6800.110.63170.775224.51
Hex1E5F55440B3Fab3419
Octal36137125104013772536431
Binary11110101111110101011000100010111111111010101111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,95,85); }

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

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

 a { background-color: rgb(30,95,85); }

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

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

 span { border-color: rgb(30,95,85); }

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