#295F58

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

Shades of Eden #295F58

Tints of Eden #295F58

Color information

#295F58 (or 0x295F58) is unknown color: approx Eden. HEX triplet: 29, 5F and 58. RGB value is (41,95,88). Sum of RGB (Red+Green+Blue) = 41+95+88=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 95 (37.5% from 255 or 42.41% from 224); Blue value is 88 (34.77% from 255 or 39.29% from 224); Max value from RGB is 95 - color contains mainly: green. Hex color #295F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295F58 is #D6A0A7. Grayscale: #4E4E4E. Windows color (decimal): -14065832 or 5791529. OLE color: 5791529.

HSL color Cylindrical-coordinate representation of color #295F58: hue angle of 172.22º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #295F58 is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.63.

Color convert

RGB419588-
CMYK0.5700.070.63
HSL172.22º39.71%26.67%-
HSV(B)172.22º56.84%37.25%-
XYZ6.779.3610.68-
YUV78.06133.61101.57-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.30%
GREEN value IS 95 (37.5% from 255) = 42.41%
BLUE value IS 88 (34.77% from 255) = 39.29%
R=18.30%
G=42.41%
B=39.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4195880.5700.070.63172.2239.7126.67
Hex295F5839073Fac281b
Octal511371307107772545033
Binary1010011011111101100011100101111111111010110010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,95,88); }

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

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

 a { background-color: rgb(41,95,88); }

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

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

 span { border-color: rgb(41,95,88); }

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