#295D53

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

Shades of Eden #295D53

Tints of Eden #295D53

Color information

#295D53 (or 0x295D53) is unknown color: approx Eden. HEX triplet: 29, 5D and 53. RGB value is (41,93,83). Sum of RGB (Red+Green+Blue) = 41+93+83=217 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.89% from 217); Green value is 93 (36.72% from 255 or 42.86% from 217); Blue value is 83 (32.81% from 255 or 38.25% from 217); Max value from RGB is 93 - color contains mainly: green. Hex color #295D53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295D53 is #D6A2AC. Grayscale: #4C4C4C. Windows color (decimal): -14066349 or 5463337. OLE color: 5463337.

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

Color convert

RGB419383-
CMYK0.5600.110.64
HSL168.46º38.81%26.27%-
HSV(B)168.46º55.91%36.47%-
XYZ6.398.929.57-
YUV76.31131.77102.81-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.89%
GREEN value IS 93 (36.72% from 255) = 42.86%
BLUE value IS 83 (32.81% from 255) = 38.25%
R=18.89%
G=42.86%
B=38.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4193830.5600.110.64168.4638.8126.27
Hex295D53380B40a8271a
Octal51135123700131002504732
Binary101001101110110100111110000101110000001010100010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,93,83); }

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

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

 a { background-color: rgb(41,93,83); }

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

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

 span { border-color: rgb(41,93,83); }

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