#296E5C

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

Shades of Eden #296E5C

Tints of Eden #296E5C

Color information

#296E5C (or 0x296E5C) is unknown color: approx Eden. HEX triplet: 29, 6E and 5C. RGB value is (41,110,92). Sum of RGB (Red+Green+Blue) = 41+110+92=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 110 (43.36% from 255 or 45.27% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 110 - color contains mainly: green. Hex color #296E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296E5C is #D691A3. Grayscale: #575757. Windows color (decimal): -14061988 or 6057513. OLE color: 6057513.

HSL color Cylindrical-coordinate representation of color #296E5C: hue angle of 164.35º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #296E5C is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.57.

Color convert

RGB4111092-
CMYK0.6300.160.57
HSL164.35º45.7%29.61%-
HSV(B)164.35º62.73%43.14%-
XYZ8.4212.412.07-
YUV87.32130.6494.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.87%
GREEN value IS 110 (43.36% from 255) = 45.27%
BLUE value IS 92 (36.33% from 255) = 37.86%
R=16.87%
G=45.27%
B=37.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal41110920.6300.160.57164.3545.729.61
Hex296E5C3F01039a42e1e
Octal5115613477020712445636
Binary101001110111010111001111110100001110011010010010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296E5C; }

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

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

<style>
 a { background-color: #296E5C; }

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

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

<style>
 span { border-color: #296E5C; }

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

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