#295E5C

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

Shades of Eden #295E5C

Tints of Eden #295E5C

Color information

#295E5C (or 0x295E5C) is unknown color: approx Eden. HEX triplet: 29, 5E and 5C. RGB value is (41,94,92). Sum of RGB (Red+Green+Blue) = 41+94+92=227 (30% of max value = 765). Red value is 41 (16.41% from 255 or 18.06% from 227); Green value is 94 (37.11% from 255 or 41.41% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 94 - color contains mainly: green. Hex color #295E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295E5C is #D6A1A3. Grayscale: #4D4D4D. Windows color (decimal): -14066084 or 6053417. OLE color: 6053417.

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

Color convert

RGB419492-
CMYK0.5600.020.63
HSL177.74º39.26%26.47%-
HSV(B)177.74º56.38%36.86%-
XYZ6.859.2511.55-
YUV77.92135.94101.66-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.06%
GREEN value IS 94 (37.11% from 255) = 41.41%
BLUE value IS 92 (36.33% from 255) = 40.53%
R=18.06%
G=41.41%
B=40.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4194920.5600.020.63177.7439.2626.47
Hex295E5C38023Fb2271a
Octal511361347002772624732
Binary101001101111010111001110000101111111011001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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