#295E58

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

Shades of Eden #295E58

Tints of Eden #295E58

Color information

#295E58 (or 0x295E58) is unknown color: approx Eden. HEX triplet: 29, 5E and 58. RGB value is (41,94,88). Sum of RGB (Red+Green+Blue) = 41+94+88=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 94 (37.11% from 255 or 42.15% from 223); Blue value is 88 (34.77% from 255 or 39.46% from 223); Max value from RGB is 94 - color contains mainly: green. Hex color #295E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295E58 is #D6A1A7. Grayscale: #4D4D4D. Windows color (decimal): -14066088 or 5791273. OLE color: 5791273.

HSL color Cylindrical-coordinate representation of color #295E58: hue angle of 173.21º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #295E58 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.63.

Color convert

RGB419488-
CMYK0.5600.060.63
HSL173.21º39.26%26.47%-
HSV(B)173.21º56.38%36.86%-
XYZ6.689.1810.65-
YUV77.47133.94101.99-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.39%
GREEN value IS 94 (37.11% from 255) = 42.15%
BLUE value IS 88 (34.77% from 255) = 39.46%
R=18.39%
G=42.15%
B=39.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4194880.5600.060.63173.2139.2626.47
Hex295E5838063Fad271a
Octal511361307006772554732
Binary1010011011110101100011100001101111111010110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295E58; }

 p { color: rgb(41,94,88); }

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

<style>
 a { background-color: #295E58; }

 a { background-color: rgb(41,94,88); }

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

<style>
 span { border-color: #295E58; }

 span { border-color: rgb(41,94,88); }

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