Html Css Color HEX #2D574D Evening Sea

📋 copy color: '#2D574D'

red 45 ◦ green 87 ◦ blue 77

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

Shades of Evening Sea #2D574D

Tints of Evening Sea #2D574D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 41.63%

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

R = 21.53%
G = 41.63%
B = 36.84%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.11

 K value IS 0.66

RGB Variations

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

Color information

#2D574D (or 0x2D574D) is known color: Evening Sea. HEX triplet: 2D, 57 and 4D. RGB value is (45,87,77). Sum of RGB (Red+Green+Blue) = 45+87+77=209 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.53% from 209); Green value is 87 (34.38% from 255 or 41.63% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 87 - color contains mainly: green. Hex color #2D574D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D574D is #D2A8B2. Grayscale: #494949. Windows color (decimal): -13805747 or 5068589. OLE color: 5068589.

HSL color Cylindrical-coordinate representation of color #2D574D: hue angle of 165.71º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2D574D is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.66.

Color convert

RGB 45 87 77 -
CMYK 0.48 0 0.11 0.66
HSL 165.71º 0.32% 0.26% -
HSV(B) 165.71º 0.48% 0.34% -
XYZ 5.83 7.91 8.24 -
YUV 73.3 130.09 107.81 -
System Red Green Blue C M Y K H S L
Decimal 45 87 77 0.48 0 0.11 0.66 165.71 0.32 0.26
Hex 2D 57 4D 30 0 B 42 A6 20 1A
Octal 55 127 115 60 0 13 102 246 40 32
Binary 101101 1010111 1001101 110000 0 1011 1000010 10100110 100000 11010

Color Harmonies of #2D574D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D574D

Black with #2D574D

Text Example


Text Example

White with #2D574D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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