#295948

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

Shades of Evening Sea #295948

Tints of Evening Sea #295948

Color information

#295948 (or 0x295948) is unknown color: approx Evening Sea. HEX triplet: 29, 59 and 48. RGB value is (41,89,72). Sum of RGB (Red+Green+Blue) = 41+89+72=202 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.30% from 202); Green value is 89 (35.16% from 255 or 44.06% from 202); Blue value is 72 (28.52% from 255 or 35.64% from 202); Max value from RGB is 89 - color contains mainly: green. Hex color #295948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295948 is #D6A6B7. Grayscale: #484848. Windows color (decimal): -14067384 or 4741417. OLE color: 4741417.

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

Color convert

RGB418972-
CMYK0.5400.190.65
HSL158.75º36.92%25.49%-
HSV(B)158.75º53.93%34.9%-
XYZ5.668.087.39-
YUV72.71127.6105.38-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.30%
GREEN value IS 89 (35.16% from 255) = 44.06%
BLUE value IS 72 (28.52% from 255) = 35.64%
R=20.30%
G=44.06%
B=35.64%

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
Decimal4189720.5400.190.65158.7536.9225.49
Hex29594836013419f2519
Octal51131110660231012374531
Binary1010011011001100100011011001001110000011001111110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295948; }

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

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

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

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

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

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

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

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