#295A4A

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

Shades of Evening Sea #295A4A

Tints of Evening Sea #295A4A

Color information

#295A4A (or 0x295A4A) is unknown color: approx Evening Sea. HEX triplet: 29, 5A and 4A. RGB value is (41,90,74). Sum of RGB (Red+Green+Blue) = 41+90+74=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 90 (35.55% from 255 or 43.90% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 90 - color contains mainly: green. Hex color #295A4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295A4A is #D6A5B5. Grayscale: #494949. Windows color (decimal): -14067126 or 4872745. OLE color: 4872745.

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

Color convert

RGB419074-
CMYK0.5400.180.65
HSL160.41º37.4%25.69%-
HSV(B)160.41º54.44%35.29%-
XYZ5.818.287.77-
YUV73.53128.27104.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20%
GREEN value IS 90 (35.55% from 255) = 43.90%
BLUE value IS 74 (29.30% from 255) = 36.10%
R=20%
G=43.90%
B=36.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4190740.5400.180.65160.4137.425.69
Hex295A4A3601241a0251a
Octal51132112660221012404532
Binary1010011011010100101011011001001010000011010000010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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