Html Css Color HEX #295A49 Evening Sea

📋 copy color: '#295A49'

red 41 ◦ green 90 ◦ blue 73

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

Shades of Evening Sea #295A49

Tints of Evening Sea #295A49

RGB

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

 GREEN value IS 90 (35.55% from 255) = 44.12%

 BLUE value IS 73 (28.91% from 255) = 35.78%

R = 20.1%
G = 44.12%
B = 35.78%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#295A49 (or 0x295A49) is known color: Evening Sea. HEX triplet: 29, 5A and 49. RGB value is (41,90,73). Sum of RGB (Red+Green+Blue) = 41+90+73=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 90 (35.55% from 255 or 44.12% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 90 - color contains mainly: green. Hex color #295A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295A49 is #D6A5B6. Grayscale: #494949. Windows color (decimal): -14067127 or 4807209. OLE color: 4807209.

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

Color convert

RGB 41 90 73 -
CMYK 0.54 0 0.19 0.65
HSL 159.18º 0.37% 0.26% -
HSV(B) 159.18º 0.54% 0.35% -
XYZ 5.77 8.26 7.59 -
YUV 73.41 127.77 104.88 -
System Red Green Blue C M Y K H S L
Decimal 41 90 73 0.54 0 0.19 0.65 159.18 0.37 0.26
Hex 29 5A 49 36 0 13 41 9F 25 1A
Octal 51 132 111 66 0 23 101 237 45 32
Binary 101001 1011010 1001001 110110 0 10011 1000001 10011111 100101 11010

Color Harmonies of #295A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295A49

Black with #295A49

Text Example


Text Example

White with #295A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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