#295B54

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

Shades of Eden #295B54

Tints of Eden #295B54

Color information

#295B54 (or 0x295B54) is unknown color: approx Eden. HEX triplet: 29, 5B and 54. RGB value is (41,91,84). Sum of RGB (Red+Green+Blue) = 41+91+84=216 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.98% from 216); Green value is 91 (35.94% from 255 or 42.13% from 216); Blue value is 84 (33.20% from 255 or 38.89% from 216); Max value from RGB is 91 - color contains mainly: green. Hex color #295B54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295B54 is #D6A4AB. Grayscale: #4B4B4B. Windows color (decimal): -14066860 or 5528361. OLE color: 5528361.

HSL color Cylindrical-coordinate representation of color #295B54: hue angle of 171.6º 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 #295B54 is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB419184-
CMYK0.5500.080.64
HSL171.6º37.88%25.88%-
HSV(B)171.6º54.95%35.69%-
XYZ6.268.599.72-
YUV75.25132.94103.57-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.98%
GREEN value IS 91 (35.94% from 255) = 42.13%
BLUE value IS 84 (33.20% from 255) = 38.89%
R=18.98%
G=42.13%
B=38.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4191840.5500.080.64171.637.8825.88
Hex295B54370840ac261a
Octal51133124670101002544632
Binary101001101101110101001101110100010000001010110010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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