#295F54

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

Shades of Eden #295F54

Tints of Eden #295F54

Color information

#295F54 (or 0x295F54) is unknown color: approx Eden. HEX triplet: 29, 5F and 54. RGB value is (41,95,84). Sum of RGB (Red+Green+Blue) = 41+95+84=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 95 (37.5% from 255 or 43.18% from 220); Blue value is 84 (33.20% from 255 or 38.18% from 220); Max value from RGB is 95 - color contains mainly: green. Hex color #295F54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295F54 is #D6A0AB. Grayscale: #4D4D4D. Windows color (decimal): -14065836 or 5529385. OLE color: 5529385.

HSL color Cylindrical-coordinate representation of color #295F54: hue angle of 167.78º 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 #295F54 is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.63.

Color convert

RGB419584-
CMYK0.5700.120.63
HSL167.78º39.71%26.67%-
HSV(B)167.78º56.84%37.25%-
XYZ6.619.39.83-
YUV77.6131.61101.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.64%
GREEN value IS 95 (37.5% from 255) = 43.18%
BLUE value IS 84 (33.20% from 255) = 38.18%
R=18.64%
G=43.18%
B=38.18%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4195840.5700.120.63167.7839.7126.67
Hex295F54390C3Fa8281b
Octal5113712471014772505033
Binary10100110111111010100111001011001111111010100010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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