#295D59

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

Shades of Eden #295D59

Tints of Eden #295D59

Color information

#295D59 (or 0x295D59) is unknown color: approx Eden. HEX triplet: 29, 5D and 59. RGB value is (41,93,89). Sum of RGB (Red+Green+Blue) = 41+93+89=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 93 (36.72% from 255 or 41.70% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 93 - color contains mainly: green. Hex color #295D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295D59 is #D6A2A6. Grayscale: #4C4C4C. Windows color (decimal): -14066343 or 5856553. OLE color: 5856553.

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

Color convert

RGB419389-
CMYK0.5600.040.64
HSL175.38º38.81%26.27%-
HSV(B)175.38º55.91%36.47%-
XYZ6.639.0210.84-
YUV77134.77102.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.39%
GREEN value IS 93 (36.72% from 255) = 41.70%
BLUE value IS 89 (35.16% from 255) = 39.91%
R=18.39%
G=41.70%
B=39.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4193890.5600.040.64175.3838.8126.27
Hex295D59380440af271a
Octal5113513170041002574732
Binary10100110111011011001111000010010000001010111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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