Html Css Color HEX #2D594E Evening Sea

📋 copy color: '#2D594E'

red 45 ◦ green 89 ◦ blue 78

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

Shades of Evening Sea #2D594E

Tints of Evening Sea #2D594E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 36.79%

R = 21.23%
G = 41.98%
B = 36.79%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#2D594E (or 0x2D594E) is known color: Evening Sea. HEX triplet: 2D, 59 and 4E. RGB value is (45,89,78). Sum of RGB (Red+Green+Blue) = 45+89+78=212 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.23% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 89 - color contains mainly: green. Hex color #2D594E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D594E is #D2A6B1. Grayscale: #4A4A4A. Windows color (decimal): -13805234 or 5134637. OLE color: 5134637.

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

Color convert

RGB 45 89 78 -
CMYK 0.49 0 0.12 0.65
HSL 165º 0.33% 0.26% -
HSV(B) 165º 0.49% 0.35% -
XYZ 6.03 8.25 8.48 -
YUV 74.59 129.92 106.89 -
System Red Green Blue C M Y K H S L
Decimal 45 89 78 0.49 0 0.12 0.65 165 0.33 0.26
Hex 2D 59 4E 31 0 C 41 A5 21 1A
Octal 55 131 116 61 0 14 101 245 41 32
Binary 101101 1011001 1001110 110001 0 1100 1000001 10100101 100001 11010

Color Harmonies of #2D594E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D594E

Black with #2D594E

Text Example


Text Example

White with #2D594E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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