Html Css Color HEX #295449 Evening Sea

📋 copy color: '#295449'

red 41 ◦ green 84 ◦ blue 73

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

Shades of Evening Sea #295449

Tints of Evening Sea #295449

RGB

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

 GREEN value IS 84 (33.2% from 255) = 42.42%

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

R = 20.71%
G = 42.42%
B = 36.87%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#295449 (or 0x295449) is known color: Evening Sea. HEX triplet: 29, 54 and 49. RGB value is (41,84,73). Sum of RGB (Red+Green+Blue) = 41+84+73=198 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.71% from 198); Green value is 84 (33.20% from 255 or 42.42% from 198); Blue value is 73 (28.91% from 255 or 36.87% from 198); Max value from RGB is 84 - color contains mainly: green. Hex color #295449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295449 is #D6ABB6. Grayscale: #454545. Windows color (decimal): -14068663 or 4805673. OLE color: 4805673.

HSL color Cylindrical-coordinate representation of color #295449: hue angle of 164.65º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #295449 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 84 73 -
CMYK 0.51 0 0.13 0.67
HSL 164.65º 0.34% 0.25% -
HSV(B) 164.65º 0.51% 0.33% -
XYZ 5.29 7.29 7.43 -
YUV 69.89 129.75 107.39 -
System Red Green Blue C M Y K H S L
Decimal 41 84 73 0.51 0 0.13 0.67 164.65 0.34 0.25
Hex 29 54 49 33 0 D 43 A5 22 19
Octal 51 124 111 63 0 15 103 245 42 31
Binary 101001 1010100 1001001 110011 0 1101 1000011 10100101 100010 11001

Color Harmonies of #295449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295449

Black with #295449

Text Example


Text Example

White with #295449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295449; }

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

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

background-color css

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

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

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

border-color css

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

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

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