#296662

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

Shades of Eden #296662

Tints of Eden #296662

Color information

#296662 (or 0x296662) is unknown color: approx Eden. HEX triplet: 29, 66 and 62. RGB value is (41,102,98). Sum of RGB (Red+Green+Blue) = 41+102+98=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 102 (40.23% from 255 or 42.32% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 102 - color contains mainly: green. Hex color #296662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296662 is #D6999D. Grayscale: #535353. Windows color (decimal): -14064030 or 6448681. OLE color: 6448681.

HSL color Cylindrical-coordinate representation of color #296662: hue angle of 176.07º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #296662 is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.6.

Color convert

RGB4110298-
CMYK0.6000.040.6
HSL176.07º42.66%28.04%-
HSV(B)176.07º59.8%40%-
XYZ7.8710.8613.24-
YUV83.3136.2997.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.01%
GREEN value IS 102 (40.23% from 255) = 42.32%
BLUE value IS 98 (38.67% from 255) = 40.66%
R=17.01%
G=42.32%
B=40.66%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal41102980.6000.040.6176.0742.6628.04
Hex2966623C043Cb02b1c
Octal511461427404742605334
Binary1010011100110110001011110001001111001011000010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296662; }

 p { color: rgb(41,102,98); }

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

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

 a { background-color: rgb(41,102,98); }

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

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

 span { border-color: rgb(41,102,98); }

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