#295850

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

Shades of Eden #295850

Tints of Eden #295850

Color information

#295850 (or 0x295850) is unknown color: approx Eden. HEX triplet: 29, 58 and 50. RGB value is (41,88,80). Sum of RGB (Red+Green+Blue) = 41+88+80=209 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.62% from 209); Green value is 88 (34.77% from 255 or 42.11% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 88 - color contains mainly: green. Hex color #295850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295850 is #D6A7AF. Grayscale: #494949. Windows color (decimal): -14067632 or 5265449. OLE color: 5265449.

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

Color convert

RGB418880-
CMYK0.5300.090.65
HSL169.79º36.43%25.29%-
HSV(B)169.79º53.41%34.51%-
XYZ5.858.038.83-
YUV73.04131.93105.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.62%
GREEN value IS 88 (34.77% from 255) = 42.11%
BLUE value IS 80 (31.64% from 255) = 38.28%
R=19.62%
G=42.11%
B=38.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4188800.5300.090.65169.7936.4325.29
Hex295850350941aa2419
Octal51130120650111012524431
Binary101001101100010100001101010100110000011010101010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295850; }

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

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

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

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

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

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

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

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