#295A49

Color #295A49 Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #295A49

Tints of Evening Sea #295A49

Color information

#295A49 (or 0x295A49) is unknown color: approx Evening Sea. HEX triplet: 29, 5A and 49. RGB value is (41,90,73). Sum of RGB (Red+Green+Blue) = 41+90+73=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 90 (35.55% from 255 or 44.12% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 90 - color contains mainly: green. Hex color #295A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295A49 is #D6A5B6. Grayscale: #494949. Windows color (decimal): -14067127 or 4807209. OLE color: 4807209.

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

Color convert

RGB419073-
CMYK0.5400.190.65
HSL159.18º37.4%25.69%-
HSV(B)159.18º54.44%35.29%-
XYZ5.778.267.59-
YUV73.41127.77104.88-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.10%
GREEN value IS 90 (35.55% from 255) = 44.12%
BLUE value IS 73 (28.91% from 255) = 35.78%
R=20.10%
G=44.12%
B=35.78%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4190730.5400.190.65159.1837.425.69
Hex295A4936013419f251a
Octal51132111660231012374532
Binary1010011011010100100111011001001110000011001111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295A49; }

 p { color: rgb(41,90,73); }

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

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

 a { background-color: rgb(41,90,73); }

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

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

 span { border-color: rgb(41,90,73); }

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