#295A52

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

Shades of Eden #295A52

Tints of Eden #295A52

Color information

#295A52 (or 0x295A52) is unknown color: approx Eden. HEX triplet: 29, 5A and 52. RGB value is (41,90,82). Sum of RGB (Red+Green+Blue) = 41+90+82=213 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.25% from 213); Green value is 90 (35.55% from 255 or 42.25% from 213); Blue value is 82 (32.42% from 255 or 38.50% from 213); Max value from RGB is 90 - color contains mainly: green. Hex color #295A52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295A52 is #D6A5AD. Grayscale: #4A4A4A. Windows color (decimal): -14067118 or 5397033. OLE color: 5397033.

HSL color Cylindrical-coordinate representation of color #295A52: hue angle of 170.2º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #295A52 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB419082-
CMYK0.5400.090.65
HSL170.2º37.4%25.69%-
HSV(B)170.2º54.44%35.29%-
XYZ6.098.399.28-
YUV74.44132.27104.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.25%
GREEN value IS 90 (35.55% from 255) = 42.25%
BLUE value IS 82 (32.42% from 255) = 38.50%
R=19.25%
G=42.25%
B=38.50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4190820.5400.090.65170.237.425.69
Hex295A52360941aa251a
Octal51132122660111012524532
Binary101001101101010100101101100100110000011010101010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,90,82); }

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

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

 a { background-color: rgb(41,90,82); }

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

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

 span { border-color: rgb(41,90,82); }

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