#2F574D

Color #2F574D Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #2F574D

Tints of Evening Sea #2F574D

Color information

#2F574D (or 0x2F574D) is unknown color: approx 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

RGB478777-
CMYK0.4600.110.66
HSL165º29.85%26.27%-
HSV(B)165º45.98%34.12%-
XYZ5.927.968.24-
YUV73.9129.75108.81-

RGB Variations

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

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 (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4787770.4600.110.6616529.8526.27
Hex2F574D2E0B42a51e1a
Octal57127115560131022453632
Binary10111110101111001101101110010111000010101001011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F574D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>