#295E57

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

Shades of Eden #295E57

Tints of Eden #295E57

Color information

#295E57 (or 0x295E57) is unknown color: approx Eden. HEX triplet: 29, 5E and 57. RGB value is (41,94,87). Sum of RGB (Red+Green+Blue) = 41+94+87=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 94 (37.11% from 255 or 42.34% from 222); Blue value is 87 (34.38% from 255 or 39.19% from 222); Max value from RGB is 94 - color contains mainly: green. Hex color #295E57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295E57 is #D6A1A8. Grayscale: #4D4D4D. Windows color (decimal): -14066089 or 5725737. OLE color: 5725737.

HSL color Cylindrical-coordinate representation of color #295E57: hue angle of 172.08º 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 #295E57 is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.63.

Color convert

RGB419487-
CMYK0.5600.070.63
HSL172.08º39.26%26.47%-
HSV(B)172.08º56.38%36.86%-
XYZ6.649.1610.44-
YUV77.36133.44102.07-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.47%
GREEN value IS 94 (37.11% from 255) = 42.34%
BLUE value IS 87 (34.38% from 255) = 39.19%
R=18.47%
G=42.34%
B=39.19%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4194870.5600.070.63172.0839.2626.47
Hex295E5738073Fac271a
Octal511361277007772544732
Binary1010011011110101011111100001111111111010110010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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