#296461

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

Shades of Eden #296461

Tints of Eden #296461

Color information

#296461 (or 0x296461) is unknown color: approx Eden. HEX triplet: 29, 64 and 61. RGB value is (41,100,97). Sum of RGB (Red+Green+Blue) = 41+100+97=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 100 (39.45% from 255 or 42.02% from 238); Blue value is 97 (38.28% from 255 or 40.76% from 238); Max value from RGB is 100 - color contains mainly: green. Hex color #296461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296461 is #D69B9E. Grayscale: #515151. Windows color (decimal): -14064543 or 6382633. OLE color: 6382633.

HSL color Cylindrical-coordinate representation of color #296461: hue angle of 176.95º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #296461 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB4110097-
CMYK0.5900.030.61
HSL176.95º41.84%27.65%-
HSV(B)176.95º59%39.22%-
XYZ7.6310.4512.92-
YUV82.02136.4598.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.23%
GREEN value IS 100 (39.45% from 255) = 42.02%
BLUE value IS 97 (38.28% from 255) = 40.76%
R=17.23%
G=42.02%
B=40.76%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal41100970.5900.030.61176.9541.8427.65
Hex2964613B033Db12a1c
Octal511441417303752615234
Binary101001110010011000011110110111111011011000110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296461; }

 p { color: rgb(41,100,97); }

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

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

 a { background-color: rgb(41,100,97); }

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

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

 span { border-color: rgb(41,100,97); }

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