#295950

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

Shades of Eden #295950

Tints of Eden #295950

Color information

#295950 (or 0x295950) is unknown color: approx Eden. HEX triplet: 29, 59 and 50. RGB value is (41,89,80). Sum of RGB (Red+Green+Blue) = 41+89+80=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 89 (35.16% from 255 or 42.38% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 89 - color contains mainly: green. Hex color #295950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295950 is #D6A6AF. Grayscale: #494949. Windows color (decimal): -14067376 or 5265705. OLE color: 5265705.

HSL color Cylindrical-coordinate representation of color #295950: hue angle of 168.75º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #295950 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB418980-
CMYK0.5400.100.65
HSL168.75º36.92%25.49%-
HSV(B)168.75º53.93%34.9%-
XYZ5.938.28.86-
YUV73.62131.6104.73-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.52%
GREEN value IS 89 (35.16% from 255) = 42.38%
BLUE value IS 80 (31.64% from 255) = 38.10%
R=19.52%
G=42.38%
B=38.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4189800.5400.100.65168.7536.9225.49
Hex295950360A41a92519
Octal51131120660121012514531
Binary101001101100110100001101100101010000011010100110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295950; }

 p { color: rgb(41,89,80); }

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

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

 a { background-color: rgb(41,89,80); }

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

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

 span { border-color: rgb(41,89,80); }

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