#295D51

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

Shades of Evening Sea #295D51

Tints of Evening Sea #295D51

Color information

#295D51 (or 0x295D51) is unknown color: approx Evening Sea. HEX triplet: 29, 5D and 51. RGB value is (41,93,81). Sum of RGB (Red+Green+Blue) = 41+93+81=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 93 (36.72% from 255 or 43.26% from 215); Blue value is 81 (32.03% from 255 or 37.67% from 215); Max value from RGB is 93 - color contains mainly: green. Hex color #295D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295D51 is #D6A2AE. Grayscale: #4C4C4C. Windows color (decimal): -14066351 or 5332265. OLE color: 5332265.

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

Color convert

RGB419381-
CMYK0.5600.130.64
HSL166.15º38.81%26.27%-
HSV(B)166.15º55.91%36.47%-
XYZ6.318.899.17-
YUV76.08130.77102.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.07%
GREEN value IS 93 (36.72% from 255) = 43.26%
BLUE value IS 81 (32.03% from 255) = 37.67%
R=19.07%
G=43.26%
B=37.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4193810.5600.130.64166.1538.8126.27
Hex295D51380D40a6271a
Octal51135121700151002464732
Binary101001101110110100011110000110110000001010011010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,93,81); }

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

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

 a { background-color: rgb(41,93,81); }

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

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

 span { border-color: rgb(41,93,81); }

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