Html Css Color HEX #2C594C Evening Sea

📋 copy color: '#2C594C'

red 44 ◦ green 89 ◦ blue 76

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

Shades of Evening Sea #2C594C

Tints of Evening Sea #2C594C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 36.36%

R = 21.05%
G = 42.58%
B = 36.36%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#2C594C (or 0x2C594C) is known color: Evening Sea. HEX triplet: 2C, 59 and 4C. RGB value is (44,89,76). Sum of RGB (Red+Green+Blue) = 44+89+76=209 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.05% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 89 - color contains mainly: green. Hex color #2C594C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C594C is #D3A6B3. Grayscale: #4A4A4A. Windows color (decimal): -13870772 or 5003564. OLE color: 5003564.

HSL color Cylindrical-coordinate representation of color #2C594C: hue angle of 162.67º 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 #2C594C is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB 44 89 76 -
CMYK 0.51 0 0.15 0.65
HSL 162.67º 0.34% 0.26% -
HSV(B) 162.67º 0.51% 0.35% -
XYZ 5.92 8.2 8.11 -
YUV 74.06 129.09 106.56 -
System Red Green Blue C M Y K H S L
Decimal 44 89 76 0.51 0 0.15 0.65 162.67 0.34 0.26
Hex 2C 59 4C 33 0 F 41 A3 22 1A
Octal 54 131 114 63 0 17 101 243 42 32
Binary 101100 1011001 1001100 110011 0 1111 1000001 10100011 100010 11010

Color Harmonies of #2C594C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C594C

Black with #2C594C

Text Example


Text Example

White with #2C594C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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