Html Css Color HEX #2D594D Evening Sea

📋 copy color: '#2D594D'

red 45 ◦ green 89 ◦ blue 77

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

Shades of Evening Sea #2D594D

Tints of Evening Sea #2D594D

RGB

 RED value IS 45 (17.97% from 255) = 21.33%

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

 BLUE value IS 77 (30.47% from 255) = 36.49%

R = 21.33%
G = 42.18%
B = 36.49%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#2D594D (or 0x2D594D) is known color: Evening Sea. HEX triplet: 2D, 59 and 4D. RGB value is (45,89,77). Sum of RGB (Red+Green+Blue) = 45+89+77=211 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.33% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 89 - color contains mainly: green. Hex color #2D594D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D594D is #D2A6B2. Grayscale: #4A4A4A. Windows color (decimal): -13805235 or 5069101. OLE color: 5069101.

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

Color convert

RGB 45 89 77 -
CMYK 0.49 0 0.13 0.65
HSL 163.64º 0.33% 0.26% -
HSV(B) 163.64º 0.49% 0.35% -
XYZ 5.99 8.24 8.3 -
YUV 74.48 129.42 106.98 -
System Red Green Blue C M Y K H S L
Decimal 45 89 77 0.49 0 0.13 0.65 163.64 0.33 0.26
Hex 2D 59 4D 31 0 D 41 A4 21 1A
Octal 55 131 115 61 0 15 101 244 41 32
Binary 101101 1011001 1001101 110001 0 1101 1000001 10100100 100001 11010

Color Harmonies of #2D594D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D594D

Black with #2D594D

Text Example


Text Example

White with #2D594D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,89,77); }

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

background-color css

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

 a { background-color: rgb(45,89,77); }

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

border-color css

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

 span { border-color: rgb(45,89,77); }

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