#296A5B

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

Shades of Eden #296A5B

Tints of Eden #296A5B

Color information

#296A5B (or 0x296A5B) is unknown color: approx Eden. HEX triplet: 29, 6A and 5B. RGB value is (41,106,91). Sum of RGB (Red+Green+Blue) = 41+106+91=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 106 (41.80% from 255 or 44.54% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 106 - color contains mainly: green. Hex color #296A5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296A5B is #D695A4. Grayscale: #545454. Windows color (decimal): -14063013 or 5990953. OLE color: 5990953.

HSL color Cylindrical-coordinate representation of color #296A5B: hue angle of 166.15º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #296A5B is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB4110691-
CMYK0.6100.140.58
HSL166.15º44.22%28.82%-
HSV(B)166.15º61.32%41.57%-
XYZ7.9611.5311.7-
YUV84.85131.4796.72-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.23%
GREEN value IS 106 (41.80% from 255) = 44.54%
BLUE value IS 91 (35.94% from 255) = 38.24%
R=17.23%
G=44.54%
B=38.24%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41106910.6100.140.58166.1544.2228.82
Hex296A5B3D0E3Aa62c1d
Octal5115213375016722465435
Binary10100111010101011011111101011101110101010011010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,106,91); }

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

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

 a { background-color: rgb(41,106,91); }

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

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

 span { border-color: rgb(41,106,91); }

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