#296A5E

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

Shades of Eden #296A5E

Tints of Eden #296A5E

Color information

#296A5E (or 0x296A5E) is unknown color: approx Eden. HEX triplet: 29, 6A and 5E. RGB value is (41,106,94). Sum of RGB (Red+Green+Blue) = 41+106+94=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 106 (41.80% from 255 or 43.98% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 106 - color contains mainly: green. Hex color #296A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296A5E is #D695A1. Grayscale: #555555. Windows color (decimal): -14063010 or 6187561. OLE color: 6187561.

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

Color convert

RGB4110694-
CMYK0.6100.110.58
HSL168.92º44.22%28.82%-
HSV(B)168.92º61.32%41.57%-
XYZ8.0911.5912.4-
YUV85.2132.9796.48-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.01%
GREEN value IS 106 (41.80% from 255) = 43.98%
BLUE value IS 94 (37.11% from 255) = 39.00%
R=17.01%
G=43.98%
B=39.00%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41106940.6100.110.58168.9244.2228.82
Hex296A5E3D0B3Aa92c1d
Octal5115213675013722515435
Binary10100111010101011110111101010111110101010100110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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