Html Css Color HEX #2D594B Evening Sea

📋 copy color: '#2D594B'

red 45 ◦ green 89 ◦ blue 75

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

Shades of Evening Sea #2D594B

Tints of Evening Sea #2D594B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 35.89%

R = 21.53%
G = 42.58%
B = 35.89%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#2D594B (or 0x2D594B) is known color: Evening Sea. HEX triplet: 2D, 59 and 4B. RGB value is (45,89,75). Sum of RGB (Red+Green+Blue) = 45+89+75=209 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.53% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 89 - color contains mainly: green. Hex color #2D594B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D594B is #D2A6B4. Grayscale: #4A4A4A. Windows color (decimal): -13805237 or 4938029. OLE color: 4938029.

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

Color convert

RGB 45 89 75 -
CMYK 0.49 0 0.16 0.65
HSL 160.91º 0.33% 0.26% -
HSV(B) 160.91º 0.49% 0.35% -
XYZ 5.92 8.21 7.93 -
YUV 74.25 128.42 107.14 -
System Red Green Blue C M Y K H S L
Decimal 45 89 75 0.49 0 0.16 0.65 160.91 0.33 0.26
Hex 2D 59 4B 31 0 10 41 A1 21 1A
Octal 55 131 113 61 0 20 101 241 41 32
Binary 101101 1011001 1001011 110001 0 10000 1000001 10100001 100001 11010

Color Harmonies of #2D594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D594B

Black with #2D594B

Text Example


Text Example

White with #2D594B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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