#296e5d

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

Shades of Eden #296E5D

Tints of Eden #296E5D

Color information

#296E5D (or 0x296E5D) is unknown color: approx Eden. HEX triplet: 29, 6E and 5D. RGB value is (41,110,93). Sum of RGB (Red+Green+Blue) = 41+110+93=244 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.80% from 244); Green value is 110 (43.36% from 255 or 45.08% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 110 - color contains mainly: green. Hex color #296E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296E5D is #D691A2. Grayscale: #575757. Windows color (decimal): -14061987 or 6123049. OLE color: 6123049.

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

Color convert

RGB4111093-
CMYK0.6300.150.57
HSL165.22º45.7%29.61%-
HSV(B)165.22º62.73%43.14%-
XYZ8.4712.4112.31-
YUV87.43131.1494.88-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.80%
GREEN value IS 110 (43.36% from 255) = 45.08%
BLUE value IS 93 (36.72% from 255) = 38.11%
R=16.80%
G=45.08%
B=38.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal41110930.6300.150.57165.2245.729.61
Hex296E5D3F0F39a52e1e
Octal5115613577017712455636
Binary10100111011101011101111111011111110011010010110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296e5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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