#296962

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

Shades of Eden #296962

Tints of Eden #296962

Color information

#296962 (or 0x296962) is unknown color: approx Eden. HEX triplet: 29, 69 and 62. RGB value is (41,105,98). Sum of RGB (Red+Green+Blue) = 41+105+98=244 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.80% from 244); Green value is 105 (41.41% from 255 or 43.03% from 244); Blue value is 98 (38.67% from 255 or 40.16% from 244); Max value from RGB is 105 - color contains mainly: green. Hex color #296962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296962 is #D6969D. Grayscale: #555555. Windows color (decimal): -14063262 or 6449449. OLE color: 6449449.

HSL color Cylindrical-coordinate representation of color #296962: hue angle of 173.44º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #296962 is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB4110598-
CMYK0.6100.070.59
HSL173.44º43.84%28.63%-
HSV(B)173.44º60.95%41.18%-
XYZ8.1711.4613.34-
YUV85.07135.396.57-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.80%
GREEN value IS 105 (41.41% from 255) = 43.03%
BLUE value IS 98 (38.67% from 255) = 40.16%
R=16.80%
G=43.03%
B=40.16%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41105980.6100.070.59173.4443.8428.63
Hex2969623D073Bad2c1d
Octal511511427507732555435
Binary1010011101001110001011110101111110111010110110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296962; }

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

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

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

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

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

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

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

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