#296A64

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

Shades of Eden #296A64

Tints of Eden #296A64

Color information

#296A64 (or 0x296A64) is unknown color: approx Eden. HEX triplet: 29, 6A and 64. RGB value is (41,106,100). Sum of RGB (Red+Green+Blue) = 41+106+100=247 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.60% from 247); Green value is 106 (41.80% from 255 or 42.91% from 247); Blue value is 100 (39.45% from 255 or 40.49% from 247); Max value from RGB is 106 - color contains mainly: green. Hex color #296A64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296A64 is #D6959B. Grayscale: #555555. Windows color (decimal): -14063004 or 6580777. OLE color: 6580777.

HSL color Cylindrical-coordinate representation of color #296A64: hue angle of 174.46º 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 #296A64 is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB41106100-
CMYK0.6100.060.58
HSL174.46º44.22%28.82%-
HSV(B)174.46º61.32%41.57%-
XYZ8.3711.713.87-
YUV85.88135.9795.99-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.60%
GREEN value IS 106 (41.80% from 255) = 42.91%
BLUE value IS 100 (39.45% from 255) = 40.49%
R=16.60%
G=42.91%
B=40.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal411061000.6100.060.58174.4644.2228.82
Hex296A643D063Aae2c1d
Octal511521447506722565435
Binary1010011101010110010011110101101110101010111010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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