Html Css Color HEX #295549 Evening Sea

📋 copy color: '#295549'

red 41 ◦ green 85 ◦ blue 73

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

Shades of Evening Sea #295549

Tints of Evening Sea #295549

RGB

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

 GREEN value IS 85 (33.59% from 255) = 42.71%

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

R = 20.6%
G = 42.71%
B = 36.68%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#295549 (or 0x295549) is known color: Evening Sea. HEX triplet: 29, 55 and 49. RGB value is (41,85,73). Sum of RGB (Red+Green+Blue) = 41+85+73=199 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.60% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 73 (28.91% from 255 or 36.68% from 199); Max value from RGB is 85 - color contains mainly: green. Hex color #295549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295549 is #D6AAB6. Grayscale: #464646. Windows color (decimal): -14068407 or 4805929. OLE color: 4805929.

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

Color convert

RGB 41 85 73 -
CMYK 0.52 0 0.14 0.67
HSL 163.64º 0.35% 0.25% -
HSV(B) 163.64º 0.52% 0.33% -
XYZ 5.37 7.45 7.46 -
YUV 70.48 129.42 106.98 -
System Red Green Blue C M Y K H S L
Decimal 41 85 73 0.52 0 0.14 0.67 163.64 0.35 0.25
Hex 29 55 49 34 0 E 43 A4 23 19
Octal 51 125 111 64 0 16 103 244 43 31
Binary 101001 1010101 1001001 110100 0 1110 1000011 10100100 100011 11001

Color Harmonies of #295549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295549

Black with #295549

Text Example


Text Example

White with #295549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295549; }

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

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

background-color css

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

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

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

border-color css

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

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

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