#296055

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

Shades of Eden #296055

Tints of Eden #296055

Color information

#296055 (or 0x296055) is unknown color: approx Eden. HEX triplet: 29, 60 and 55. RGB value is (41,96,85). Sum of RGB (Red+Green+Blue) = 41+96+85=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 85 (33.59% from 255 or 38.29% from 222); Max value from RGB is 96 - color contains mainly: green. Hex color #296055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296055 is #D69FAA. Grayscale: #4E4E4E. Windows color (decimal): -14065579 or 5595177. OLE color: 5595177.

HSL color Cylindrical-coordinate representation of color #296055: hue angle of 168º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #296055 is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB419685-
CMYK0.5700.110.62
HSL168º40.15%26.86%-
HSV(B)168º57.29%37.65%-
XYZ6.749.4910.07-
YUV78.3131.78101.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.47%
GREEN value IS 96 (37.89% from 255) = 43.24%
BLUE value IS 85 (33.59% from 255) = 38.29%
R=18.47%
G=43.24%
B=38.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4196850.5700.110.6216840.1526.86
Hex296055390B3Ea8281b
Octal5114012571013762505033
Binary10100111000001010101111001010111111101010100010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296055; }

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

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

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

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

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

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

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

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