#296960

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

Shades of Eden #296960

Tints of Eden #296960

Color information

#296960 (or 0x296960) is unknown color: approx Eden. HEX triplet: 29, 69 and 60. RGB value is (41,105,96). Sum of RGB (Red+Green+Blue) = 41+105+96=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 105 (41.41% from 255 or 43.39% from 242); Blue value is 96 (37.89% from 255 or 39.67% from 242); Max value from RGB is 105 - color contains mainly: green. Hex color #296960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296960 is #D6969F. Grayscale: #545454. Windows color (decimal): -14063264 or 6318377. OLE color: 6318377.

HSL color Cylindrical-coordinate representation of color #296960: hue angle of 171.56º 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 #296960 is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB4110596-
CMYK0.6100.090.59
HSL171.56º43.84%28.63%-
HSV(B)171.56º60.95%41.18%-
XYZ8.0811.4212.84-
YUV84.84134.396.73-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.94%
GREEN value IS 105 (41.41% from 255) = 43.39%
BLUE value IS 96 (37.89% from 255) = 39.67%
R=16.94%
G=43.39%
B=39.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41105960.6100.090.59171.5643.8428.63
Hex2969603D093Bac2c1d
Octal5115114075011732545435
Binary10100111010011100000111101010011110111010110010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296960; }

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

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

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

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

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

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

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

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