Html Css Color HEX #295748 Evening Sea

📋 copy color: '#295748'

red 41 ◦ green 87 ◦ blue 72

#295748
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Evening Sea #295748

Tints of Evening Sea #295748

RGB

 RED value IS 41 (16.41% from 255) = 20.5%

 GREEN value IS 87 (34.38% from 255) = 43.5%

 BLUE value IS 72 (28.52% from 255) = 36%

R = 20.5%
G = 43.5%
B = 36%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#295748 (or 0x295748) is known color: Evening Sea. HEX triplet: 29, 57 and 48. RGB value is (41,87,72). Sum of RGB (Red+Green+Blue) = 41+87+72=200 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.5% from 200); Green value is 87 (34.38% from 255 or 43.5% from 200); Blue value is 72 (28.52% from 255 or 36% from 200); Max value from RGB is 87 - color contains mainly: green. Hex color #295748 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295748 is #D6A8B7. Grayscale: #474747. Windows color (decimal): -14067896 or 4740905. OLE color: 4740905.

HSL color Cylindrical-coordinate representation of color #295748: hue angle of 160.43º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #295748 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB 41 87 72 -
CMYK 0.53 0 0.17 0.66
HSL 160.43º 0.36% 0.25% -
HSV(B) 160.43º 0.53% 0.34% -
XYZ 5.49 7.76 7.34 -
YUV 71.54 128.26 106.22 -
System Red Green Blue C M Y K H S L
Decimal 41 87 72 0.53 0 0.17 0.66 160.43 0.36 0.25
Hex 29 57 48 35 0 11 42 A0 24 19
Octal 51 127 110 65 0 21 102 240 44 31
Binary 101001 1010111 1001000 110101 0 10001 1000010 10100000 100100 11001

Color Harmonies of #295748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295748

Black with #295748

Text Example


Text Example

White with #295748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295748; }

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

 H1.HeaderClassName
 {
   color: #295748;
 }
 .AnyTagClassName
 {
   color: #295748;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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