#2F6E57

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

Shades of Evening Sea #2F6E57

Tints of Evening Sea #2F6E57

Color information

#2F6E57 (or 0x2F6E57) is unknown color: approx Evening Sea. HEX triplet: 2F, 6E and 57. RGB value is (47,110,87). Sum of RGB (Red+Green+Blue) = 47+110+87=244 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.26% from 244); Green value is 110 (43.36% from 255 or 45.08% from 244); Blue value is 87 (34.38% from 255 or 35.66% from 244); Max value from RGB is 110 - color contains mainly: green. Hex color #2F6E57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6E57 is #D091A8. Grayscale: #585858. Windows color (decimal): -13668777 or 5729839. OLE color: 5729839.

HSL color Cylindrical-coordinate representation of color #2F6E57: hue angle of 158.1º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2F6E57 is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.57.

Color convert

RGB4711087-
CMYK0.5700.210.57
HSL158.1º40.13%30.78%-
HSV(B)158.1º57.27%43.14%-
XYZ8.4712.4410.97-
YUV88.54127.1398.37-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.26%
GREEN value IS 110 (43.36% from 255) = 45.08%
BLUE value IS 87 (34.38% from 255) = 35.66%
R=19.26%
G=45.08%
B=35.66%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal47110870.5700.210.57158.140.1330.78
Hex2F6E5739015399e281f
Octal5715612771025712365037
Binary101111110111010101111110010101011110011001111010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2F6E57;
 }
 .AnyTagClassName
 {
   color: #2F6E57;
 }
</style>
background-color css

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

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

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

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

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

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