#295B4E

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

Shades of Evening Sea #295B4E

Tints of Evening Sea #295B4E

Color information

#295B4E (or 0x295B4E) is unknown color: approx Evening Sea. HEX triplet: 29, 5B and 4E. RGB value is (41,91,78). Sum of RGB (Red+Green+Blue) = 41+91+78=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 91 (35.94% from 255 or 43.33% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 91 - color contains mainly: green. Hex color #295B4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295B4E is #D6A4B1. Grayscale: #4A4A4A. Windows color (decimal): -14066866 or 5135145. OLE color: 5135145.

HSL color Cylindrical-coordinate representation of color #295B4E: hue angle of 164.4º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #295B4E is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.

Color convert

RGB419178-
CMYK0.5500.140.64
HSL164.4º37.88%25.88%-
HSV(B)164.4º54.95%35.69%-
XYZ6.038.58.53-
YUV74.57129.94104.06-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.52%
GREEN value IS 91 (35.94% from 255) = 43.33%
BLUE value IS 78 (30.86% from 255) = 37.14%
R=19.52%
G=43.33%
B=37.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4191780.5500.140.64164.437.8825.88
Hex295B4E370E40a4261a
Octal51133116670161002444632
Binary101001101101110011101101110111010000001010010010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,91,78); }

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

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

 a { background-color: rgb(41,91,78); }

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

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

 span { border-color: rgb(41,91,78); }

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