Html Css Color HEX #2F574D Evening Sea

📋 copy color: '#2F574D'

red 47 ◦ green 87 ◦ blue 77

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

Shades of Evening Sea #2F574D

Tints of Evening Sea #2F574D

RGB

 RED value IS 47 (18.75% from 255) = 22.27%

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

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

R = 22.27%
G = 41.23%
B = 36.49%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.11

 K value IS 0.66

RGB Variations

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

Color information

#2F574D (or 0x2F574D) is known color: Evening Sea. HEX triplet: 2F, 57 and 4D. RGB value is (47,87,77). Sum of RGB (Red+Green+Blue) = 47+87+77=211 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.27% from 211); Green value is 87 (34.38% from 255 or 41.23% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 87 - color contains mainly: green. Hex color #2F574D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F574D is #D0A8B2. Grayscale: #494949. Windows color (decimal): -13674675 or 5068591. OLE color: 5068591.

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

Color convert

RGB 47 87 77 -
CMYK 0.46 0 0.11 0.66
HSL 165º 0.3% 0.26% -
HSV(B) 165º 0.46% 0.34% -
XYZ 5.92 7.96 8.24 -
YUV 73.9 129.75 108.81 -
System Red Green Blue C M Y K H S L
Decimal 47 87 77 0.46 0 0.11 0.66 165 0.3 0.26
Hex 2F 57 4D 2E 0 B 42 A5 1E 1A
Octal 57 127 115 56 0 13 102 245 36 32
Binary 101111 1010111 1001101 101110 0 1011 1000010 10100101 11110 11010

Color Harmonies of #2F574D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F574D

Black with #2F574D

Text Example


Text Example

White with #2F574D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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