#295F5C

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

Shades of Eden #295F5C

Tints of Eden #295F5C

Color information

#295F5C (or 0x295F5C) is unknown color: approx Eden. HEX triplet: 29, 5F and 5C. RGB value is (41,95,92). Sum of RGB (Red+Green+Blue) = 41+95+92=228 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.98% from 228); Green value is 95 (37.5% from 255 or 41.67% from 228); Blue value is 92 (36.33% from 255 or 40.35% from 228); Max value from RGB is 95 - color contains mainly: green. Hex color #295F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295F5C is #D6A0A3. Grayscale: #4E4E4E. Windows color (decimal): -14065828 or 6053673. OLE color: 6053673.

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

Color convert

RGB419592-
CMYK0.5700.030.63
HSL176.67º39.71%26.67%-
HSV(B)176.67º56.84%37.25%-
XYZ6.949.4311.58-
YUV78.51135.61101.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.98%
GREEN value IS 95 (37.5% from 255) = 41.67%
BLUE value IS 92 (36.33% from 255) = 40.35%
R=17.98%
G=41.67%
B=40.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4195920.5700.030.63176.6739.7126.67
Hex295F5C39033Fb1281b
Octal511371347103772615033
Binary101001101111110111001110010111111111011000110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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