#295B56

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

Shades of Eden #295B56

Tints of Eden #295B56

Color information

#295B56 (or 0x295B56) is unknown color: approx Eden. HEX triplet: 29, 5B and 56. RGB value is (41,91,86). Sum of RGB (Red+Green+Blue) = 41+91+86=218 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.81% from 218); Green value is 91 (35.94% from 255 or 41.74% from 218); Blue value is 86 (33.98% from 255 or 39.45% from 218); Max value from RGB is 91 - color contains mainly: green. Hex color #295B56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295B56 is #D6A4A9. Grayscale: #4B4B4B. Windows color (decimal): -14066858 or 5659433. OLE color: 5659433.

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

Color convert

RGB419186-
CMYK0.5500.050.64
HSL174º37.88%25.88%-
HSV(B)174º54.95%35.69%-
XYZ6.348.6310.14-
YUV75.48133.94103.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.81%
GREEN value IS 91 (35.94% from 255) = 41.74%
BLUE value IS 86 (33.98% from 255) = 39.45%
R=18.81%
G=41.74%
B=39.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4191860.5500.050.6417437.8825.88
Hex295B56370540ae261a
Octal5113312667051002564632
Binary10100110110111010110110111010110000001010111010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,91,86); }

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

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

 a { background-color: rgb(41,91,86); }

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

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

 span { border-color: rgb(41,91,86); }

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