#296B62

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

Shades of Eden #296B62

Tints of Eden #296B62

Color information

#296B62 (or 0x296B62) is unknown color: approx Eden. HEX triplet: 29, 6B and 62. RGB value is (41,107,98). Sum of RGB (Red+Green+Blue) = 41+107+98=246 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.67% from 246); Green value is 107 (42.19% from 255 or 43.50% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 107 - color contains mainly: green. Hex color #296B62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296B62 is #D6949D. Grayscale: #565656. Windows color (decimal): -14062750 or 6449961. OLE color: 6449961.

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

Color convert

RGB4110798-
CMYK0.6200.080.58
HSL171.82º44.59%29.02%-
HSV(B)171.82º61.68%41.96%-
XYZ8.3811.8713.4-
YUV86.24134.6395.73-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.67%
GREEN value IS 107 (42.19% from 255) = 43.50%
BLUE value IS 98 (38.67% from 255) = 39.84%
R=16.67%
G=43.50%
B=39.84%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41107980.6200.080.58171.8244.5929.02
Hex296B623E083Aac2d1d
Octal5115314276010722545535
Binary10100111010111100010111110010001110101010110010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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