#295D54

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

Shades of Eden #295D54

Tints of Eden #295D54

Color information

#295D54 (or 0x295D54) is unknown color: approx Eden. HEX triplet: 29, 5D and 54. RGB value is (41,93,84). Sum of RGB (Red+Green+Blue) = 41+93+84=218 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.81% from 218); Green value is 93 (36.72% from 255 or 42.66% from 218); Blue value is 84 (33.20% from 255 or 38.53% from 218); Max value from RGB is 93 - color contains mainly: green. Hex color #295D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295D54 is #D6A2AB. Grayscale: #4C4C4C. Windows color (decimal): -14066348 or 5528873. OLE color: 5528873.

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

Color convert

RGB419384-
CMYK0.5600.100.64
HSL169.62º38.81%26.27%-
HSV(B)169.62º55.91%36.47%-
XYZ6.438.949.77-
YUV76.43132.27102.73-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.81%
GREEN value IS 93 (36.72% from 255) = 42.66%
BLUE value IS 84 (33.20% from 255) = 38.53%
R=18.81%
G=42.66%
B=38.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4193840.5600.100.64169.6238.8126.27
Hex295D54380A40aa271a
Octal51135124700121002524732
Binary101001101110110101001110000101010000001010101010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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