Html Css Color HEX #2C594A Evening Sea

📋 copy color: '#2C594A'

red 44 ◦ green 89 ◦ blue 74

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

Shades of Evening Sea #2C594A

Tints of Evening Sea #2C594A

RGB

 RED value IS 44 (17.58% from 255) = 21.26%

 GREEN value IS 89 (35.16% from 255) = 43%

 BLUE value IS 74 (29.3% from 255) = 35.75%

R = 21.26%
G = 43%
B = 35.75%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#2C594A (or 0x2C594A) is known color: Evening Sea. HEX triplet: 2C, 59 and 4A. RGB value is (44,89,74). Sum of RGB (Red+Green+Blue) = 44+89+74=207 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.26% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 89 - color contains mainly: green. Hex color #2C594A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C594A is #D3A6B5. Grayscale: #494949. Windows color (decimal): -13870774 or 4872492. OLE color: 4872492.

HSL color Cylindrical-coordinate representation of color #2C594A: hue angle of 160º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2C594A is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 44 89 74 -
CMYK 0.51 0 0.17 0.65
HSL 160º 0.34% 0.26% -
HSV(B) 160º 0.51% 0.35% -
XYZ 5.85 8.17 7.75 -
YUV 73.84 128.09 106.72 -
System Red Green Blue C M Y K H S L
Decimal 44 89 74 0.51 0 0.17 0.65 160 0.34 0.26
Hex 2C 59 4A 33 0 11 41 A0 22 1A
Octal 54 131 112 63 0 21 101 240 42 32
Binary 101100 1011001 1001010 110011 0 10001 1000001 10100000 100010 11010

Color Harmonies of #2C594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C594A

Black with #2C594A

Text Example


Text Example

White with #2C594A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C594A; }

 p { color: rgb(44,89,74); }

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

background-color css

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

 a { background-color: rgb(44,89,74); }

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

border-color css

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

 span { border-color: rgb(44,89,74); }

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