#295952

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

Shades of Eden #295952

Tints of Eden #295952

Color information

#295952 (or 0x295952) is unknown color: approx Eden. HEX triplet: 29, 59 and 52. RGB value is (41,89,82). Sum of RGB (Red+Green+Blue) = 41+89+82=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 89 - color contains mainly: green. Hex color #295952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295952 is #D6A6AD. Grayscale: #494949. Windows color (decimal): -14067374 or 5396777. OLE color: 5396777.

HSL color Cylindrical-coordinate representation of color #295952: hue angle of 171.25º 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 #295952 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB418982-
CMYK0.5400.080.65
HSL171.25º36.92%25.49%-
HSV(B)171.25º53.93%34.9%-
XYZ6.018.239.25-
YUV73.85132.6104.57-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.34%
GREEN value IS 89 (35.16% from 255) = 41.98%
BLUE value IS 82 (32.42% from 255) = 38.68%
R=19.34%
G=41.98%
B=38.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4189820.5400.080.65171.2536.9225.49
Hex295952360841ab2519
Octal51131122660101012534531
Binary101001101100110100101101100100010000011010101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295952; }

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

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

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

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

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

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

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

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