Html Css Color HEX #295A47 Evening Sea

📋 copy color: '#295A47'

red 41 ◦ green 90 ◦ blue 71

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

Shades of Evening Sea #295A47

Tints of Evening Sea #295A47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 35.15%

R = 20.3%
G = 44.55%
B = 35.15%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.21

 K value IS 0.65

RGB Variations

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

Color information

#295A47 (or 0x295A47) is known color: Evening Sea. HEX triplet: 29, 5A and 47. RGB value is (41,90,71). Sum of RGB (Red+Green+Blue) = 41+90+71=202 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.30% from 202); Green value is 90 (35.55% from 255 or 44.55% from 202); Blue value is 71 (28.12% from 255 or 35.15% from 202); Max value from RGB is 90 - color contains mainly: green. Hex color #295A47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295A47 is #D6A5B8. Grayscale: #494949. Windows color (decimal): -14067129 or 4676137. OLE color: 4676137.

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

Color convert

RGB 41 90 71 -
CMYK 0.54 0 0.21 0.65
HSL 156.73º 0.37% 0.26% -
HSV(B) 156.73º 0.54% 0.35% -
XYZ 5.71 8.24 7.25 -
YUV 73.18 126.77 105.04 -
System Red Green Blue C M Y K H S L
Decimal 41 90 71 0.54 0 0.21 0.65 156.73 0.37 0.26
Hex 29 5A 47 36 0 15 41 9D 25 1A
Octal 51 132 107 66 0 25 101 235 45 32
Binary 101001 1011010 1000111 110110 0 10101 1000001 10011101 100101 11010

Color Harmonies of #295A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295A47

Black with #295A47

Text Example


Text Example

White with #295A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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