#295C51

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

Shades of Eden #295C51

Tints of Eden #295C51

Color information

#295C51 (or 0x295C51) is unknown color: approx Eden. HEX triplet: 29, 5C and 51. RGB value is (41,92,81). Sum of RGB (Red+Green+Blue) = 41+92+81=214 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.16% from 214); Green value is 92 (36.33% from 255 or 42.99% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 92 - color contains mainly: green. Hex color #295C51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295C51 is #D6A3AE. Grayscale: #4B4B4B. Windows color (decimal): -14066607 or 5332009. OLE color: 5332009.

HSL color Cylindrical-coordinate representation of color #295C51: hue angle of 167.06º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #295C51 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.

Color convert

RGB419281-
CMYK0.5500.120.64
HSL167.06º38.35%26.08%-
HSV(B)167.06º55.43%36.08%-
XYZ6.238.729.14-
YUV75.5131.1103.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.16%
GREEN value IS 92 (36.33% from 255) = 42.99%
BLUE value IS 81 (32.03% from 255) = 37.85%
R=19.16%
G=42.99%
B=37.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4192810.5500.120.64167.0638.3526.08
Hex295C51370C40a7261a
Octal51134121670141002474632
Binary101001101110010100011101110110010000001010011110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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